All Good Things Must Come To An End

As you all know, I have been doing WordPress plugins and supporting it for the past 6 years. These 6 years of my life, I have been through my polytechnic education, my national service as well as my university education.

I just graduated from university in December 2009 and have been looking for full-time jobs. I am offered a full-time job and will be starting work on 1st February 2010.

I regret to say that I am NOT ABLE to provide support for my plugins anymore due to my full-time job commitment. I will leave this forum open and let the community help one another.

However, I WILL still update my plugins whenever I can and you still can report bugs to me via email and I will try to fix it.

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - pep

Pages: [1]
1
WP-Polls / Re: Error In Adding Poll
« on: 07 September 2009, 19:10 »
You're the man!  :)

2
WP-Polls / Error In Adding Poll
« on: 06 September 2009, 17:35 »
I just installed the plugin but I get this error when I'm truying to add a poll. Whats wrong?

Error In Adding Poll 'test'.

Error In Adding Poll's Answer '1'.

Error In Adding Poll's Answer ''.

3
WP-PageNavi / Re: Not change page
« on: 21 October 2008, 07:15 »
On default works fine. So, what do you suggest me?

4
WP-PageNavi / Not change page
« on: 21 October 2008, 06:51 »
Hi,

I just installed the plugin an put that code on my index.php

?php if(function_exists('wp_pagenavi')) { wp_pagenavi(); } ?>

I get the navigation on the top of my posts but when you click next or prev nothing happen. I use WordPress 2.6.1.

Thanks!

5
WP-UserOnline / Re: Problems with WordPress 2.6.1
« on: 27 August 2008, 06:22 »
Now it works. Thanks buddy, you're the man!  8)

6
WP-UserOnline / Re: Problems with WordPress 2.6.1
« on: 27 August 2008, 05:05 »
I did it and I get this error in the new server with MySQL 5.0.41

Code: [Select]
SQL query:

CREATE TABLE IF NOT EXISTS `wp_useronline` (
`timestamp` int( 15 ) NOT NULL default '0',
`userid` int( 10 ) NOT NULL default '0',
`username` varchar( 20 ) NOT NULL default '',
`displayname` varchar( 255 ) NOT NULL default '',
`useragent` varchar( 255 ) NOT NULL default '',
`ip` varchar( 40 ) NOT NULL default '',
`location` varchar( 255 ) NOT NULL default '',
`url` varchar( 255 ) NOT NULL default '',
`type` enum( 'member', 'guest', 'bot' ) NOT NULL default 'guest',
`referral` varchar( 255 ) NOT NULL default '',
UNIQUE KEY `useronline_id` ( `timestamp` , `username` , `ip` , `useragent` )

MySQL said: Documentation
#1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 12

7
WP-UserOnline / Re: Problems with WordPress 2.6.1
« on: 26 August 2008, 11:58 »
My host company just update the mySQL to version 5 but I still get 0 users online all the time, and the table wp_useronline is never created.

Any suggestion?  ;)

8
WP-UserOnline / Re: Problems with WordPress 2.6.1
« on: 18 August 2008, 16:34 »
Yes, version 4.1.22

When I do a Query with your code in the phpmyadmin I get this error: You have to choose at least one column to display


9
WP-UserOnline / Re: Problems with WordPress 2.6.1
« on: 18 August 2008, 15:57 »
Is not created. There is one called wp_users, but not wp_useronline

10
WP-UserOnline / Re: Problems with WordPress 2.6.1
« on: 18 August 2008, 07:16 »
It doesn't works  :-[ I also tried to uninstall and install again the plugin but I get the same... 0 users connected all the time (in the public page and admin area too).

11
WP-UserOnline / Problems with WordPress 2.6.1
« on: 17 August 2008, 17:49 »
I just upload to the new version of Wordpress 2.6.1 and the usersonline plugin doesn't work. I don't get any error, just I get 0 users connected all the time.

Any idea about that?

Thanks!

Pages: [1]