Jump to content

Strict Standards errors


kc0gcm

Recommended Posts

I am receiving Strict Standards errors all over the place. just for example when I try to change skins in the admin panel I get these errors..

Strict Standards: Accessing static property Settings::$post as non static in C:\xampp\htdocs\va\admin\modules\Settings\Settings.php on line 57

Strict Standards: Accessing static property Settings::$post as non static in C:\xampp\htdocs\va\admin\modules\Settings\Settings.php on line 59

I have changed my error reporting in the PHP.ini file to:

error_reporting = E_ALL & ~E_NOTICE & ~E_DEPRECATED

as xampp instructed with no luck..

also changed PHP.ini file with this:

error-reporting = E_ALL & ~E_NOTICE & ~E_STRICT & ~E_DEPRECATED);

I have also tried to add the line:

ini_set('error_reporting', E_ALL & ~E_NOTICE & ~E_STRICT & ~E_DEPRECATED);

in multiple files to try and stop these error..

any ideas would be great

thanks

Kevin

  • Like 1
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...