Tagged: ,

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #261537

    Hello and thanks for making a great theme!

    I was just instructed on how to update the FTP manually to fix some bugs I was seeing, and noticed a huge spike in PHP Stricts on my Query Monitor plugin, which was also recommended by a Kriesi.at mod. It’s showing a lot of scripts causing issues that reside in the functions.php file. I have taken a screen shot of some of the issues and posted her http://schneidercentre.com/example

    Please let me know what I can do to stop all these requests. They are slowly down the site and lowering performance significantly.

    Thank you for your help!
    -AddWebToday

    #261617

    Hey!

    Try adding this to your functions.php file:

    error_reporting(E_ALL ^ E_STRICT);
    
    

    Cheers!
    Josue

    #262937

    Hi again,

    I’m putting this into a functions.php i created for the child theme that we’re using and when I add this in it’s crashing the site. One more question about this, does this piece of code just prevent us from seeing the errors that’s happening? Or is it actually helping compatibility issues?

    Thanks!

    #262939

    Hey!

    It hides the errors, but only the ‘strict’ (they serve no purpose) not the important ones.

    Regards,
    Josue

    #299241

    Feel free to close this ticket thank you!

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Increased PHP Stricts on new version’ is closed to new replies.