phpcompat icon indicating copy to clipboard operation
phpcompat copied to clipboard

The plugin/theme was skipped as it was too large to scan before the server killed the process

Open ale5000-git opened this issue 7 years ago • 3 comments

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

ale5000-git avatar Jun 05 '17 12:06 ale5000-git

@octalmage: What can I do to fix the problem?

ale5000-git avatar Aug 04 '17 12:08 ale5000-git

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.

craigrsaunders avatar Sep 08 '19 07:09 craigrsaunders

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

ghost avatar Nov 05 '19 15:11 ghost