PHP Selector Errors
Hi Everyone,
Under my LVE Manager in the selector section i have the x2 following errors showing up php 5.5
php:_syntax_error,_unexpected_'='_in_/usr/local/lib/php.ini_on_line_1081
warning:_php_startup:_apc.shm_size_now_uses_m/g_suffixes,_please_update_your_ini_files_in_unknown_on_line_0
Thanks
Rockforduk
-
Hello, The error message suggests an entry in your /usr/local/lib/php.ini file is not supported in PHP 5.5. Browse to line 1081 in this file to see the offending line. Note the error message suggests changing "apc.shm_size=123" to "apc.shm_size=123M" (note the addition of the "M"). Replace "123" with the value that's already there. Let us know if this helps. Thank you. 0 -
Yeah all fixed my FFmpeg extension jumped on to the same line as my APC separated the lines and all works now. Thankyou 0 -
I'm happy to see you were able to address the issue. Thank you for updating us with the outcome. 0
Please sign in to leave a comment.
Comments
3 comments