PDA

View Full Version : Error in profiles , please help


Moh4m4d
03-21-2014, 04:18 PM
hi,
When i want to open someone's profile , i get this error :

Warning: Non-static method vB_ProfileCustomize::cleanImageLoc() should not be called statically in ..../vb/profilecustomize.php on line 751

Warning: Non-static method vB_ProfileCustomize::cleanImageLoc() should not be called statically in ..../vb/profilecustomize.php on line 751

Warning: Non-static method vB_ProfileCustomize::cleanImageLoc() should not be called statically in ..../vb/profilecustomize.php on line 751

Warning: Non-static method vB_ProfileCustomize::cleanImageLoc() should not be called statically in ..../vb/profilecustomize.php on line 751

Warning: Non-static method vB_ProfileCustomize::cleanImageLoc() should not be called statically in ..../vb/profilecustomize.php on line 751
how can i solve it ?

Seven Skins
03-21-2014, 04:23 PM
See if adding the following line to your config.php under the <?php line helps.

define('SKIP_ALL_ERRORS', true);

Moh4m4d
03-21-2014, 05:27 PM
unfortunately id doesn't work :(

Seven Skins
03-21-2014, 06:07 PM
Try disabling the hooks via config.php ... if the error is gone then you know it is one of your hacks.

define('DISABLE_HOOKS', true);