vBulletin Avatar Issue

Chaosis

New Member
Hello, whenever my users try to upload custom avatars, they get this error:


Fatal error: Class 'vB_Upload_Userpic' not found in /home/xxxxx/public_html/forums/profile.php on line 1899

I'm running vBulletin 3.6.8. Please help me sort this out ASAP!
 
? What do you mean?

I'll remove the URL, I just thought it would be useful if someone wanted to look at it and help me.
 
After Looking at line 1899 at my version i see no problem its Most likely to be a hack or an improperly uploaded file. To fix this, remove any hacks and disable your plugins, then see if you still have this problem.

To temporarily disable the plugin system, edit in your includes folder config.php and add this line at the bottom of the script <?php

define('DISABLE_HOOKS', true);

If it works then reupload all the original vB non-image files. Make sure you upload these in ASCII format and overwrite the ones on the server. This should work if not i tried

Enjoy ;)
 
KrazyFire said:
After Looking at line 1899 at my version i see no problem its Most likely to be a hack or an improperly uploaded file. To fix this, remove any hacks and disable your plugins, then see if you still have this problem.

To temporarily disable the plugin system, edit in your includes folder config.php and add this line at the bottom of the script <?php

define('DISABLE_HOOKS', true);

If it works then reupload all the original vB non-image files. Make sure you upload these in ASCII format and overwrite the ones on the server. This should work if not i tried

Enjoy ;)

I just have a few questions.

1. Would that mean no more hacks and plugins?
2. When you say at the bottom of the script, where? After all the comments, or before that.
 
oh never mind just add it under
// ****** SUPER ADMINISTRATORS ******
// The users specified below will have permission to access the administrator permissions
// page, which controls the permissions of other administrators
$config['SpecialUsers']['superadministrators'] = '1';
 
I get this error after I added it:


Parse error: syntax error, unexpected '<' in /home/thatonen/public_html/forums/includes/config.php on line 142
 
Back
Top