PDA

View Full Version : header picture errors


Bladed
01-22-2014, 06:29 PM
I'm getting an error when I try to save my forums header logo in the stylevar editor. The error flashes by too fast for me to catch. Something on line 233 is not compatible.

any ideas? help?

--------------- Added 1390419259 at 1390419259 ---------------

here's the error:

Warning: Declaration of vB_DataManager_StyleVarDefn::delete() should be compatible with that of vB_DataManager::delete() in ..../includes/class_dm_stylevar.php on line 233

Warning: Declaration of vB_DataManager_StyleVar::save() should be compatible with that of vB_DataManager::save() in ..../includes/functions_log_error.php on line 615

Lynne
01-22-2014, 09:03 PM
Add the following line to your config.php file under the <?php line:


define('SKIP_ALL_ERRORS', true);

Bladed
01-22-2014, 09:11 PM
OK, that fixed the error problem, but now the picture is not loading.

Lynne
01-22-2014, 11:26 PM
My guess would be you've entered an invalid path. It's impossible to tell though since we don't have a link to view the problem.

Bladed
01-22-2014, 11:48 PM
ACK! so simple, yet I completely missed that my site has two image folders. One in the home directory and one in the public html directory. Thanks for your help.