• People (including myself!) have been reporting problems opening and viewing my website.

    EITHER they can’t get on because of the following error message:
    Fatal error: Maximum execution time of 30 seconds exceeded in D:\Hosting\6683947\html\wp-includes\l10n.php on line 28

    (**Infact I get this error message all the time – when generally navigating around the Dashboard and website).

    OR I can view the site but it’s in HTML (atleast I think that’s what it is – mainly just text, unusual layout).

    I’m not at all technical and don’t know code. Please help in the simplest terms you can!

    Many thanks

Viewing 3 replies - 1 through 3 (of 3 total)
  • Have you tried:

    – deactivating all plugins to see if this resolves the problem. If this works, re-activate the plugins one by one until you find the problematic plugin(s).

    – switching to the Twenty Eleven theme to rule out any theme-specific problems.

    resetting the plugins folder by FTP or PhpMyAdmin. Sometimes, an apparently inactive plugin can still cause problems.

    Hi wonder woman,

    Basically, it sounds like a plugin or a script on your WordPress installation is taking longer than your settings for PHP allow. This is common and you can adjust your PHP settings for your server.

    You can adjust the max execution time in your php.ini file. Typically, if you have access to your files this will be in the same directory as WordPress. It’s also almost always a hidden file, so make sure you have the ability to see hidden files.

    Once you find the file, open it and search for: MAX_EXECUTION_TIME=

    Then change that value to a higher number like 60. See if that resolves the issue. Here is a link that explains how to update your local PHP settings:

    Updating Your Local PHP Settings

    I hope this helps!

    Thread Starter wonder woman

    (@wonder-woman)

    Thanks to both of you. I will look into this and let you know how it goes.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Website not loading or showing in HTML’ is closed to new replies.