Title: PHP Fatal error
Last modified: August 18, 2016

---

# PHP Fatal error

 *  [inforobot](https://wordpress.org/support/users/inforobot/)
 * (@inforobot)
 * [19 years, 2 months ago](https://wordpress.org/support/topic/php-fatal-error/)
 * Hi All!
 * I’m using some plugin support for WPMU.
    I visited my website at the server in
   my Country, it to have no problem, but if I visit it at the server in other Country
   so it displays the following error… “[Mon Mar 26 12:35:23 2007] [error] [client
   69.110.230.78] PHP Fatal error: Maximum execution time of 30 seconds exceeded
   in D:\\APPS\\Webapps\\tuybut.com\\wwwroot\\wp-includes\\general-template.php 
   on line 349 “ Line 349 relates to this… “}”
 * or
 * [Mon Mar 26 12:32:35 2007] [error] [client 69.110.230.78] PHP Fatal error: Maximum
   execution time of 30 seconds exceeded in D:\\APPS\\Webapps\\tuybut.com\\wwwroot\\
   wp-includes\\l10n.php on line 38
    Line 38 relates to this… “echo apply_filters(‘
   gettext’, $l10n[$domain]->translate($text), $text);”
 * Does anyone know why this error would be displayed?
 * Thank u!

Viewing 1 replies (of 1 total)

 *  [Pizdin Dim](https://wordpress.org/support/users/pizdin_dim/)
 * (@pizdin_dim)
 * [19 years, 2 months ago](https://wordpress.org/support/topic/php-fatal-error/#post-543337)
 * It just means that the default execution “time limit” of 20 seconds has been 
   exceeded. I don’t know what plugin you’re talking about but I assume that if 
   you have it disabled then things work? If so, try adding `set_time_limit(60);`
   at the top of the plugin source file.

Viewing 1 replies (of 1 total)

The topic ‘PHP Fatal error’ is closed to new replies.

 * In: [Developing with WordPress](https://wordpress.org/support/forum/wp-advanced/)
 * 1 reply
 * 2 participants
 * Last reply from: [Pizdin Dim](https://wordpress.org/support/users/pizdin_dim/)
 * Last activity: [19 years, 2 months ago](https://wordpress.org/support/topic/php-fatal-error/#post-543337)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
