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

edited October 2007 in Vanilla 1.0 Help
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?

Comments

  • This only happens when I try to upload the two images at once, icon and profile picture. If I do them individually it works. Any ideas?
  • Anyone have an idea????
  • I've got this problem aswell so think its a common error. Sadly I haven't put any time yet on solving it.
  • edited October 2007
    replace line 148 of default.php:include(dirname(__FILE__) . '/phpThumb/phpthumb.class.php');
    by include_once(dirname(__FILE__) . '/phpThumb/phpthumb.class.php');
  • Dinoboff - That worked! Thank you!!!
This discussion has been closed.