Struggling from installing wordpress blog
I receive numerous of error after installing wordpress…
Warning: Invalid argument supplied for foreach() in /home/user/public_html/wp-includes/capabilities.php on line 31
Warning: Cannot modify header information – headers already sent by (output started at /home/user/public_html/wp-includes/capabilities.php:31) in /home/user/public_html/wp-includes/functions.php on line 1348
I realize this problem was caused by some admin who turned on the ” php_flag magic_quotes_runtime” flag for apache’s global variabl
This problem caused my wordpress to crash and prevent me from logging in to the admin page.
to solve this problem.. just simply add “php_flag magic_quotes_runtime off ” in your .htaccess
Anyone out there which is having the same problem can try this fix!
Popularity: 4%




