MyBB Community Forums

Full Version: ProStats (Professional statistics)
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42
@SaeedGh
Can i know how to change the most thanks counter to count a other thanks plugin other than urs?
I am having a bug within your thanks plugin, so i got another one but the thanks given by another plugin is not being counted by your prostats.
Please help me Smile
Help!!!
When I activate prostats (1.9.4) the modcp sends a sql error.

Quote:MyBB has experienced an internal SQL error and cannot continue.

SQL Error:
1054 - Unknown column 'Array' in 'where clause'
Query:
SELECT t.subject,t.username,t.uid,t.tid,t.fid,t.lastpost,t.lastposter,t.lastposteruid,t.replies,t.visible,tr.uid AS truid,tr.dateline,tp.displaystyle AS styledprefix,f.name FROM mybb_threads t LEFT JOIN mybb_threadsread tr ON (tr.tid=t.tid AND tr.uid='112') LEFT JOIN mybb_threadprefixes tp ON (tp.pid = t.prefix) LEFT JOIN mybb_forums f ON (f.fid = t.fid) WHERE (t.visible = '1' OR '1'='1' ) AND t.fid NOT IN (Array,'111','189','129','154','155') AND t.closed NOT LIKE 'moved|%' AND t.visible != '-2' AND f.active = '1' ORDER BY t.lastpost DESC LIMIT 0,20

MyBB 1.6.8
author of this plugin gives no more support here??
I used this plugin on my Mybb forum(1.6.8) for a long time. But plugin have bug.

Many posts (4.000) deleted from my forum due to this plugin. This is error_log error:

[02-Dec-2012 03:09:26] PHP Fatal error:  Out of memory (allocated 5767168) (tried to allocate 79 bytes) in /home/user/public_html/forum/inc/plugins/undodelete.php on line 834
[02-Dec-2012 03:09:26] PHP Fatal error:  Out of memory (allocated 4718592) (tried to allocate 77824 bytes) in /home/user/public_html/forum/inc/plugins/viewgroups.php on line 280
[02-Dec-2012 03:09:26] PHP Fatal error:  Out of memory (allocated 3932160) (tried to allocate 19456 bytes) in /home/user/public_html/forum/inc/plugins/prostats.php on line 909
[02-Dec-2012 03:09:26] PHP Fatal error:  Out of memory (allocated 3932160) (tried to allocate 19456 bytes) in /home/user/public_html/forum/inc/plugins/prostats.php on line 909
[02-Dec-2012 03:09:26] PHP Fatal error:  Out of memory (allocated 7077888) (tried to allocate 19456 bytes) in /home/user/public_html/forum/inc/functions_indicators.php on line 257
[02-Dec-2012 03:09:26] PHP Fatal error:  Out of memory (allocated 3932160) (tried to allocate 77824 bytes) in /home/user/public_html/forum/inc/plugins/prostats.php on line 454
[02-Dec-2012 03:09:26] PHP Fatal error:  Out of memory (allocated 3932160) (tried to allocate 19456 bytes) in /home/user/public_html/forum/inc/plugins/prostats.php on line 909
[02-Dec-2012 03:09:26] PHP Fatal error:  Out of memory (allocated 3932160) (tried to allocate 77824 bytes) in /home/user/public_html/forum/inc/plugins/prostats.php on line 454
[02-Dec-2012 03:09:26] PHP Fatal error:  Out of memory (allocated 3932160) (tried to allocate 77824 bytes) in /home/user/public_html/forum/inc/plugins/prostats.php on line 454
[02-Dec-2012 03:09:26] PHP Fatal error:  Out of memory (allocated 3932160) (tried to allocate 77824 bytes) in /home/user/public_html/forum/inc/plugins/prostats.php on line 454
[02-Dec-2012 03:09:26] PHP Fatal error:  Out of memory (allocated 3932160) (tried to allocate 77824 bytes) in /home/user/public_html/forum/inc/plugins/prostats.php on line 454
[02-Dec-2012 03:09:26] PHP Fatal error:  Out of memory (allocated 3932160) (tried to allocate 19456 bytes) in /home/user/public_html/forum/inc/plugins/prostats.php on line 909
[02-Dec-2012 03:09:26] PHP Fatal error:  Out of memory (allocated 3932160) (tried to allocate 77824 bytes) in /home/user/public_html/forum/inc/plugins/prostats.php on line 454
[02-Dec-2012 03:09:26] PHP Fatal error:  Out of memory (allocated 3932160) (tried to allocate 19456 bytes) in /home/user/public_html/forum/inc/plugins/prostats.php on line 909
[02-Dec-2012 03:09:26] PHP Fatal error:  Out of memory (allocated 3932160) (tried to allocate 77824 bytes) in /home/user/public_html/forum/inc/plugins/prostats.php on line 454
[02-Dec-2012 03:09:26] PHP Fatal error:  Out of memory (allocated 3932160) (tried to allocate 19456 bytes) in /home/user/public_html/forum/inc/plugins/prostats.php on line 909
[02-Dec-2012 03:09:26] PHP Fatal error:  Out of memory (allocated 3932160) (tried to allocate 77824 bytes) in /home/user/public_html/forum/inc/plugins/prostats.php on line 454

But i want to use this plugin. Anyone have idea?
(2012-11-30, 08:14 AM)lexy Wrote: [ -> ]author of this plugin gives no more support here??

Please read my signature.

(2012-12-04, 01:25 AM)bekircem Wrote: [ -> ]...
Many posts (4.000) deleted from my forum due to this plugin.
...

Last year someone wanted to sue me because her dog passed away just after installing this plugin! But I assure you that this plugin has no code for deleting a post or a dog in any situations (unless it's a full moon perhaps!).
BTW, 4.000 is equal to 4 (in case you didn't know).
(2012-09-27, 12:53 AM)pcmaniavb Wrote: [ -> ]Help!!!
When I activate prostats (1.9.4) the modcp sends a sql error.

Quote:MyBB has experienced an internal SQL error and cannot continue.

SQL Error:
1054 - Unknown column 'Array' in 'where clause'
Query:
SELECT t.subject,t.username,t.uid,t.tid,t.fid,t.lastpost,t.lastposter,t.lastposteruid,t.replies,t.visible,tr.uid AS truid,tr.dateline,tp.displaystyle AS styledprefix,f.name FROM mybb_threads t LEFT JOIN mybb_threadsread tr ON (tr.tid=t.tid AND tr.uid='112') LEFT JOIN mybb_threadprefixes tp ON (tp.pid = t.prefix) LEFT JOIN mybb_forums f ON (f.fid = t.fid) WHERE (t.visible = '1' OR '1'='1' ) AND t.fid NOT IN (Array,'111','189','129','154','155') AND t.closed NOT LIKE 'moved|%' AND t.visible != '-2' AND f.active = '1' ORDER BY t.lastpost DESC LIMIT 0,20

MyBB 1.6.8
we the same problem.. i have a solution on that... deactivate the global tag on the settings..but you can only use prostats on portal and index only..i dont why the author stop giving support on this plugin... he wants mybb team to fix the error of his post missing... i think its not right
(2012-12-04, 08:10 AM)SaeedGh Wrote: [ -> ]
(2012-11-30, 08:14 AM)lexy Wrote: [ -> ]author of this plugin gives no more support here??

Please read my signature.

(2012-12-04, 01:25 AM)bekircem Wrote: [ -> ]...
Many posts (4.000) deleted from my forum due to this plugin.
...

Last year someone wanted to sue me because her dog passed away just after installing this plugin! But I assure you that this plugin has no code for deleting a post or a dog in any situations (unless it's a full moon perhaps!).
BTW, 4.000 is equal to 4 (in case you didn't know).
I want to this plugin and i just searching a solution for that error.
A new version will be released soon but because of some changes, no notifications will be shown on your forum (even if you're using "Checks for updates" option)! So you may want to subscribe to the blog: http://prostats.wordpress.com/

This was supposed to be the notification!

[Image: attachment.php?aid=28096]

:‌)
Well, I have to say 1.9.4 doesn't work with MyBB 1.6.9 for some reason. It installs well but isn't displayed on Index Page.
almost a year since last version release..
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42