cdkrall
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Migration trouble between alphasBeel is correct. At first I saw this as an installation issue, then began to realise (as I experimented) that it was an Alpha issue.
I do sincerely need some help, that’s for sure.
Once I get this solved I promise to go back under my rock and be quiet.Forum: Installing WordPress
In reply to: Line 93 error after upgradingLooking at wp-settings.php on line 93 I get the following…
foreach ($current_plugins as $plugin) {
I tried replacing the stock plugins folder with my old one, no change.
Tried replacing the wp-settings.php file and got a fatal error 1703.Forum: Installing WordPress
In reply to: Line 93 error after upgradingForgot to add this: Attempting to log in gets me this code on an otherwise blank page…
Warning: Invalid argument supplied for foreach() in /home/krall/www/wordpress/wp-settings.php on line 93
Warning: Cannot modify header information – headers already sent by (output started at /home/krall/www/wordpress/wp-settings.php:93) in /home/krall/www/wordpress/wp-login.php on line 42
Warning: Cannot modify header information – headers already sent by (output started at /home/krall/www/wordpress/wp-settings.php:93) in /home/krall/www/wordpress/wp-login.php on line 43
Warning: Cannot modify header information – headers already sent by (output started at /home/krall/www/wordpress/wp-settings.php:93) in /home/krall/www/wordpress/wp-login.php on line 44
Warning: Cannot modify header information – headers already sent by (output started at /home/krall/www/wordpress/wp-settings.php:93) in /home/krall/www/wordpress/wp-login.php on line 45
Warning: Cannot modify header information – headers already sent by (output started at /home/krall/www/wordpress/wp-settings.php:93) in /home/krall/www/wordpress/wp-login.php on line 176Forum: Installing WordPress
In reply to: Line 93 error after upgradingI apologise for not having the exact message before. Here it is…
Warning: Invalid argument supplied for foreach() in /home/krall/www/wordpress/wp-settings.php on line 93
site is at krall.org
Thanks for any help.
I did try to chase down line 93 in BBEdit, but could not suss out what was needed.