Mattnh
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Upgraded to 2.6 > error in widgets.php on line 686Just to keep you all posted:
Wp 2.6 is in effect.
(now needs a new theme 😉 )Forum: Fixing WordPress
In reply to: Upgraded to 2.6 > error in widgets.php on line 686Fixed.
I put back a BU of the database and my old WP.
Then I cleaned the DB with phpMyAdmin.
Got a back-up of that on my HD.
Then I downloaded WP 2.5.1.
I got rid of ‘define(‘DB_CHARSET’, ‘utf8′);’ in the wp-config.php file.
Upgraded WP and it’s working.
Too late now for 2.6, it’s 1:30 a.m..
Thanks, Otto42!Forum: Fixing WordPress
In reply to: Widget.php problemsThis is what did it for me:
-Add this to your theme’s functions.php file:
delete_option(‘widget_rss’);
-Load your main webpage a couple of times.
-Remove that line from the functions.php file again. You don’t want to leave it there.
-Go fix up your RSS widgets, as they’ll be deleted by this process.
http://wordpress.org/support/topic/188991?replies=15Forum: Fixing WordPress
In reply to: Upgraded to 2.6 > error in widgets.php on line 686Otto42, you rock!
Been working on this for ages, but I got the blog running thanks to this thread.
And I can get into the admin and all.
Great.
The only thing is that I lost ALL my Categories.
Any idea why?Forum: Fixing WordPress
In reply to: Widget.php problemsBut you got it running.
How?Forum: Installing WordPress
In reply to: Error While Logging Innated12 seems like you solved it.
How?
Still have the same issue here…Forum: Installing WordPress
In reply to: 3 problems with new WPI tried all these steps but can not even log into my admin.
Re-installed the whole thing again and still no luck.
This is what I get:Warning: array_keys() [function.array-keys]: The first argument should be an array in \wp-includes\widgets.php on line 1337 Warning: Invalid argument supplied for foreach() in \wp-includes\widgets.php on line 1337 Warning: Cannot modify header information - headers already sent by (output started at \wp-includes\widgets.php:1337) in \wp-includes\pluggable.php on line 690Help?