How do I debug an uninformative error message in apache/php?
Warning: Directive 'register_long开发者_运维问答_arrays' is deprecated in PHP 5.3 and greater in Unknown on line 0
Is the error message, as far as I can see I don't have it in my code/.htaccess file
Check your php.ini file -- register_long_arrays
is an ini directive.
精彩评论