christophera
Forum Replies Created
-
Forum: Installing WordPress
In reply to: New install, invalid foreach in template-functionsTurns out the import blogger script does not create default entries in the posts to categories database wp_post2cat. I was able to manually add at least 1 post to category entry for every one of my posts, and both bugs went away.
Another bug for the bug database.Forum: Installing WordPress
In reply to: Imported Blogger posts as other userI was able to fix this by using phpMyAdmin to manually change the posts from user 2 to user 1.
However, this probably should be reported as a bug in the Blogger import function — the script should request what user to import the blogger files into.
So where do I post such bugs?Forum: Installing WordPress
In reply to: New install, invalid foreach in template-functionsHmm, when I actually try to edit one of the imported blogger posts, when I submit my changes I get the following errors:
Warning: Invalid argument supplied for foreach() in /var/www/life/wp-admin/post.php on line 318
Warning: Invalid argument supplied for foreach() in /var/www/life/wp-admin/post.php on line 324
Warning: Cannot add header information – headers already sent by (output started at /var/www/life/wp-admin/post.php:318) in /var/www/life/wp-admin/post.php on line 365
Could it be related?