• i install wordpress 4.1 in xammp now every thing is fine but when i log in to dashboard it shows error

    Maximum execution time of 30 seconds exceeded in C:\xampp\htdocs\wordpress\wp-includes\version.php on line 7

    what should I’ve to do to avoid error?

Viewing 1 replies (of 1 total)
  • Hello Haseeb,

    The script is timing out as max_execution_time is set to 30 seconds.

    So, to increase it, check the ‘php.ini’ on xampp folder. Here’s the path: C:\xampp\apache\bin\php.ini

    For editing, must use Notepad or any script editor available in your computer.

    Find the below line :

    max_execution_time = 30 ; Maximum execution time of each script, in seconds

    & change it to

    max_execution_time = 300 ; Maximum execution time of each script, in seconds

    Then save the file and make sure it ends with a .ini extension

Viewing 1 replies (of 1 total)

The topic ‘dashboard’ is closed to new replies.