Vanilla 1 is no longer supported or maintained. If you need a copy, you can get it here.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Forum Statistics 0.2
This discussion has been closed.
Comments
Warning: mysql_fetch_assoc(): supplied argument is not a valid MySQL result resource in /home/content/j/a/d/jade4269/html/vanilla_1/extensions/Statistics/default.php on line 85
Warning: Invalid argument supplied for foreach() in /home/content/j/a/d/jade4269/html/vanilla_1/extensions/Statistics/default.php on line 87
Help?
-JaDe
the reason i'd like to do this is to add more stats and make a bit more of it.
e.g.
top 10 topics ordered by most comments
top 10 users ordered by visits/comments/discussions started
thanks, i really appreciate the try though...
heres my options panel for it
thanks for the help.. much appreciated
Warning: unlink(/forum/extensions/Statistics/options.inc): Permission denied in /forum/extensions/Statistics/default.php on line 59 Warning: chmod(): Operation not permitted in /forum/extensions/Statistics/default.php on line 63
I If I ignore these errors, the display in the side panel never updates.
rw-r--r-- 1 debono users 648 Aug 4 06:55 ReadMe.txt rw-r--r-- 1 debono users 10461 Aug 4 06:55 default.php rwxrwxrwx 1 debono users 220 Aug 4 06:56 options.inc rw-r--r-- 1 debono users 188 Aug 4 06:55 style.css
Warning: unlink(/usr/www/users/debono/forum/extensions/Statistics/options.inc): Permission denied in /forum/extensions/Statistics/default.php on line 59 Warning: chmod(): Operation not permitted in /forum/extensions/Statistics/default.php on line 63
chmod($this->Context->Configuration['EXTENSIONS_PATH']."Statistics/options.inc", 0777);
Although I still get the errors after I click the Modify button in the Settings tab, the actual stats in the panel are working.
Fatal error: Call to a member function on a non-object in /forum/extensions/Statistics/default.php on line 28
The above error occurs when trying to preview a new comment.
I give up with this extension.