Title: Plugin causing PHP error
Last modified: October 24, 2017

---

# Plugin causing PHP error

 *  Resolved [harryfear](https://wordpress.org/support/users/harryfear/)
 * (@harryfear)
 * [8 years, 7 months ago](https://wordpress.org/support/topic/plugin-causing-php-error/)
 * Hi,
 * Any ideas how to solve this:
 * `[Oct 24, 13:56:27] PHP Fatal error: Maximum execution time of 60 seconds exceeded
   in \wp-content\plugins\error-log-monitor\Elm\ReverseLineIterator.php on line 
   93`
 * 🙂
 * Ironically, only know of this because of the amazing plugin itself. The above
   error message is delivered by the plugin’s email alert:
 *     ```
       New PHP errors have been logged on https://www.censored-domain.com
       Here are the last 1 entries from C:\inetpub\vhosts\censored-domain.com\www.censored-domain.com\error-log-folder\php-errors.log:
       ```
   
    -  This topic was modified 8 years, 7 months ago by [harryfear](https://wordpress.org/support/users/harryfear/).

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

 *  Plugin Author [Janis Elsts](https://wordpress.org/support/users/whiteshadow/)
 * (@whiteshadow)
 * [8 years, 7 months ago](https://wordpress.org/support/topic/plugin-causing-php-error/#post-9616846)
 * Interesting, that’s a new one. How large is the log file? Are there any extremely
   long lines in that file?
 *  Thread Starter [harryfear](https://wordpress.org/support/users/harryfear/)
 * (@harryfear)
 * [8 years, 7 months ago](https://wordpress.org/support/topic/plugin-causing-php-error/#post-9616941)
 * The log file is 858kb and yes, there are a couple of super long lines like this:
 *     ```
       [20-Oct-2017 08:56:03 UTC] WordPress database error Unknown table 'wp_xx_blog_accordionslider_accordions,wp_xx_blog_accordionslider_panels,wp_xx_blog_accordionslider_l' for query DROP TABLE wp_xx_blog_accordionslider_accordions, wp_xx_blog_accordionslider_panels, wp_xx_blog_accordionslider_layers made by do_action('wp_ajax_delete-plugin'), WP_Hook->do_action, WP_Hook->apply_filters, call_user_func_array, wp_ajax_delete_plugin, delete_plugins, uninstall_plugin, include('C:\inetpub\vhosts\censored-domain.com\www.censored-domain.com\blog\wp-content\plugins\accordion-slider-lite\uninstall.php'), bqw_accordion_slider_lite_delete_all_data
       ```
   
 * Otherwise the log file is full of this little beauty that seems to get trigged
   on every request(!):
 * `[24-Oct-2017 18:10:20 UTC] PHP Warning: is_readable(): open_basedir restriction
   in effect. File(C:\inetpub\vhosts\censored-domain.com\www.censored-domain.com\
   blog/wp-content/plugins/C:\inetpub\vhosts\censored-domain.com\www.censored-domain.
   com\blog\wp-content\plugins\xml-sitemap-feed/languages/xml-sitemap-feed-en_US.
   mo) is not within the allowed path(s): (C:/Inetpub/vhosts//censored-domain.com\;
   C:\Windows\Temp\) in C:\inetpub\vhosts\censored-domain.com\www.censored-domain.
   com\blog\wp-includes\l10n.php on line 583`
 * 🙂
 *  Plugin Author [Janis Elsts](https://wordpress.org/support/users/whiteshadow/)
 * (@whiteshadow)
 * [8 years, 7 months ago](https://wordpress.org/support/topic/plugin-causing-php-error/#post-9626519)
 * Hmm, 858 KiB is not all that much. I’ve tested the plugin with files that are
   over 5 MiB. The example line is around 640 characters long, which should also
   be quite manageable.
 * How are the log filters set up: is the plugin showing all log entries, or have
   you configured it to ignore less important stuff like PHP notices? Technically,
   filtering by severity is slower than just showing the last X entries.
 * Still, it shouldn’t take anywhere close to 60 seconds. Could it be that the server
   has an unusually slow disk or some other hardware issue?
 *  Thread Starter [harryfear](https://wordpress.org/support/users/harryfear/)
 * (@harryfear)
 * [8 years, 7 months ago](https://wordpress.org/support/topic/plugin-causing-php-error/#post-9627005)
 * Damn, you’re right.
 * It was a shitty sever performance. It was a hardware issue on the server.

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

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

 * ![](https://s.w.org/plugins/geopattern-icon/error-log-monitor.svg)
 * [Error Log Monitor](https://wordpress.org/plugins/error-log-monitor/)
 * [Support Threads](https://wordpress.org/support/plugin/error-log-monitor/)
 * [Active Topics](https://wordpress.org/support/plugin/error-log-monitor/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/error-log-monitor/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/error-log-monitor/reviews/)

## Tags

 * [PHPError](https://wordpress.org/support/topic-tag/phperror/)

 * 4 replies
 * 2 participants
 * Last reply from: [harryfear](https://wordpress.org/support/users/harryfear/)
 * Last activity: [8 years, 7 months ago](https://wordpress.org/support/topic/plugin-causing-php-error/#post-9627005)
 * Status: resolved