Luc
Forum Replies Created
-
Forum: Installing WordPress
In reply to: Upgrading from b2 to WP problemsNow i did the rename-drop stuff again and get the same error again but for another table that was definitaly there!
Forum: Installing WordPress
In reply to: Upgrading from b2 to WP problemsyeah, i did that but the post table wasn’t created so i dropped all tables and installed again. This time it is installed.
Forum: Installing WordPress
In reply to: Upgrading from b2 to WP problemsyeah, i did that but the post table wasn’t created so i dropped all tables and installed again. This time it is installed.
Forum: Installing WordPress
In reply to: Upgrading from b2 to WP problemsI also followed the above mentioned methode but on the second step i got the usual errors everbody seems to have. Now i’m watching at my page with a big fat error:
Database error:
[Table ‘dzinelab.wp_categories’ doesn’t exist]
SELECT * FROM wp_categories WHERE 1=1
Warning: Invalid argument supplied for foreach() in /home/www/dzinelab/wordpress/wp-blog-header.php on line 235
Database error:
[Table ‘dzinelab.wp_posts’ doesn’t exist]
SELECT DISTINCT * FROM wp_posts WHERE 1=1 AND post_date_gmt <= ‘2004-09-10 15:43:59’ AND (post_status = “publish”) GROUP BY wp_posts.ID ORDER BY post_date DESC LIMIT 10
Database error:
[Table ‘dzinelab.wp_posts’ doesn’t exist]
SELECT DISTINCT YEAR(post_date) ASyear
, MONTH(post_date) ASmonth
, count(ID) as posts FROM wp_posts WHERE post_date < ‘2004-09-10 17:43:31’ AND post_status = ‘publish’ GROUP BY YEAR(post_date), MONTH(post_date) ORDER BY post_date DESC
Indeed, table wp_posts doesn’t exist in my DB. I was under the impression WP created that when uploading?
Now i can create the table manually but that’s all i’m capable off: i’m a msql idiot. I don’t know what settings i have to set.
Or is there some other way i can get rid of the error so i can atleast import my b2 entries by hand (copy – paste)?Forum: Themes and Templates
In reply to: Standard template and CSSYeah, it came from the #contentleft ul li. Removing that and adding padding-right: 25px; to your solution did do the trick. I didn’t need the images anyway so…
That leaves me with the problem that the “edit this” is shifted to the next line.Forum: Themes and Templates
In reply to: Standard template and CSSTnx podz, that was better, except if i add a post to different categories they now overlap ??