You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I keep getting The plugin/theme was skipped as it was too large to scan before the server killed the process.
I have increased PHP's max_execution_time to 900 seconds, and memory_limit to 1024M. After 1 minute or so, the plugin fails and I get that error. What's killing it?
In my logs, I see: [03-Dec-2016 02:09:27 UTC] WPE PHP Compatibility: startScan: [03-Dec-2016 02:09:27 UTC] WPE PHP Compatibility: timeout: 60
Where is it getting this timeout value from?
The text was updated successfully, but these errors were encountered:
@vmunich If you can, you could run the script directly. https://github.com/wimg/PHPCompatibility This plugin just integrates PHPCompatibility in a WordPress plugin to make it easier for the non-developer.
I keep getting
The plugin/theme was skipped as it was too large to scan before the server killed the process.
I have increased PHP's max_execution_time to 900 seconds, and memory_limit to 1024M. After 1 minute or so, the plugin fails and I get that error. What's killing it?
In my logs, I see:
[03-Dec-2016 02:09:27 UTC] WPE PHP Compatibility: startScan:
[03-Dec-2016 02:09:27 UTC] WPE PHP Compatibility: timeout: 60
Where is it getting this timeout value from?
The text was updated successfully, but these errors were encountered: