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.
Account Pictures Problem
I wonder if anyone can help. I've installed the addon Account Pictures correctly (to the best of my knowledge) and yet I get the following error :
Fatal error: Cannot redeclare class phpthumb in /usr/www/virtual/me/sub.mydomain.com/community/extensions/AccountPictures/phpThumb/phpthumb.class.php on line 18
Can anyone advise?
0
This discussion has been closed.
Comments
include(dirname(__FILE__) . '/phpThumb/phpthumb.class.php');
by
include_once(dirname(__FILE__) . '/phpThumb/phpthumb.class.php');