phpcompat
phpcompat copied to clipboard
The plugin/theme was skipped as it was too large to scan before the server killed the process
It say "The plugin/theme was skipped as it was too large to scan before the server killed the process" for everything.
See: report.txt
PS: My PHP Max Script Execute Time is 300
@octalmage: What can I do to fix the problem?
As of Sep 7, 2019, I get essentially the same error message even after I set maximum_execution_time to 3600 in php.ini & confirm it was set by looking at phpinfo().
BTW, 3600 seconds is more commonly known as 1 hour.
I had the same issue and running the plugin through WordPress CLI helped as it showed the plugin was actually throwing an exception, which was due to bad path formatting.
This fixed it: thttps://github.com/wpengine/phpcompat/issues/201