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 problems

When I enable the Forum Statistics extension, I get the following errors both on my "discussions" page (above everything) and on the Statistics control page. When I disable, the problem goes away. Any ideas? Warning: fopen(/Library/WebServer/Documents/mormonmomma.com/board/extensions/Statistics/options.inc): failed to open stream: Permission denied in /Library/WebServer/Documents/mormonmomma.com/board/extensions/Statistics/default.php on line 60 Warning: fwrite(): supplied argument is not a valid stream resource in /Library/WebServer/Documents/mormonmomma.com/board/extensions/Statistics/default.php on line 61 Warning: fclose(): supplied argument is not a valid stream resource in /Library/WebServer/Documents/mormonmomma.com/board/extensions/Statistics/default.php on line 62 Warning: chmod(): Operation not permitted in /Library/WebServer/Documents/mormonmomma.com/board/extensions/Statistics/default.php on line 63

Comments

  • Had similar problems with Category Colour Changer. Had to disable it due to errors showing up as well.
  • My first course of action would be to take a look at what's going on in lines 60-63 of extensions/Statistics/default.php

    If it's trying to access a file or location, make sure it's got the proper privs.
This discussion has been closed.