natejones / wpds

A WordPress digital signage solution that uses Zurb’s Foundation.
http://pixelydo.com/work/wordpress-digital-signage/
GNU General Public License v3.0
105 stars 74 forks source link

Error with Wordpress v 4.1 #27

Closed j0nz closed 9 years ago

j0nz commented 9 years ago

I had a version of the digital sign running on previous (before 4) versions of WordPress but when I updated to 4.1 I get the error below

Fatal error: Maximum execution time of 30 seconds exceeded in C:\xampp\htdocs\wordpress\wp-includes\class-http.php on line 1511

thanks

natejones commented 9 years ago

I have tried to replicate this issue, and I can't get it to happen. I think the way forward, is to go to your WordPress root directory (the one that contains wp-includes, wp-content, wp-admin), and find your .htaccess file.

Make a copy of it somewhere else.

Add the following to it:

<IfModule mod_php5.c>
    php_value max_execution_time 60
</IfModule>

If you're still seeing the error, increase the time.

Again, I'm not able to replicate this error, so I'm not entirely sure, but this seems to be a solution.

j0nz commented 9 years ago

Apologies this is a change with the wordpress 4 upgrade... previously I used to test my wordpress install on a PC with no internet connection. It appears that wordpress 4+ will error like this when there is no internet connection. Thanks for looking into it