Installation probelms
-
Hi guys
I downloaded the CVS last night (thanks to Cena’s help) and tried installing it this morning – a clean install on my test server – not an upgrade – but when I visit the pages I get a number of MySQL error being thrown up.
[La table ‘wordpress_cvs.wp_post2cat’ n’existe pas]
SELECT category_id FROM wp_categories, wp_post2cat WHERE wp_post2cat.category_id = cat_ID AND wp_post2cat.post_id = 1
[Champ ‘comment_approved’ inconnu dans where clause]
SELECT COUNT(*) FROM wp_comments WHERE comment_post_ID = 1 AND comment_approved = ‘1’
‘wordpress_cvs.wp_post2cat’ n’existe pas]
SELECT cat_ID, cat_name, COUNT(wp_post2cat.post_id) AS cat_count, DAYOFMONTH(MAX(post_date)) AS lastday, MONTH(MAX(post_date)) AS lastmonth FROM wp_categories LEFT JOIN wp_post2cat ON (cat_ID = category_id) LEFT JOIN wp_posts ON (ID = post_id) WHERE cat_ID > 0 GROUP BY category_id HAVING cat_count > 0 ORDER BY cat_name asc, post_date DESC
Forgive the french (i’m using EasyPHP)
Also, If I upgrade my site and want to use the new mod_rewrite permalinks what will happen to my old links – will they be updated to?
Furthermore if I allow comments on my posts will all comments need to be moderated? or is there a way to turn this off?
Anyway – good work guys keep it up!
McChris
- The topic ‘Installation probelms’ is closed to new replies.