Segmentation fault (11)
-
Hi,
While I scanned wordpress, I got the following error in apache_error.log under the PHP 5.6.10 and WordPress 4.7:
child pid 1408 exit signal Segmentation fault (11)
WP_Core and Themes at Quick Scan were OK, but Plugins ended in the same result. I though it was caused by memory error. So I put the followings into wp-config.php but did not resolve this issue.
define('WP_MEMORY_LIMIT', '1024M'); define('WP_MAX_MEMORY_LIMIT', '1024M'); set_time_limit( 0 );
I installed 31 plugins and 29 activated. Is it too much plugins?
Thanks.
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Segmentation fault (11)’ is closed to new replies.