Links problem and Future Posting.
-
I’m having this issue everytime I try to add a link:
WordPress database error: [Table ‘arbolts_wp.att_link2cat’ doesn’t exist]
SELECT category_id FROM att_link2cat WHERE link_id = 506WordPress database error: [Table ‘arbolts_wp.att_link2cat’ doesn’t exist]
INSERT INTO att_link2cat (link_id, category_id) VALUES (506, 344)WordPress database error: [Table ‘arbolts_wp.att_link2cat’ doesn’t exist]
SELECT COUNT(*) FROM att_link2cat, att_links WHERE att_links.link_id = att_link2cat.link_id AND category_id = ‘344’WordPress database error: [Unknown column ‘link_count’ in ‘field list’]
UPDATE att_categories SET link_count = ” WHERE cat_ID = ‘344’Warning: Cannot modify header information – headers already sent by (output started at /hsphere/local/home/arboltse/arbol.milnombres.net/wp/wp-includes/wp-db.php:121) in /hsphere/local/home/arboltse/arbol.milnombres.net/wp/wp-includes/pluggable.php on line 275
-o-o-
When I click the Manage Links page, this error appears:
WordPress database error: [Table ‘arbolts_wp.att_link2cat’ doesn’t exist]
SELECT category_id FROM att_link2cat WHERE link_id = 506 ORDER BY category_idI had to take the php get_links code, because it generated similar errors.
-o-o-
Future posting just doesn´t work. When I edit the timestamp code of a post to a future date and save it, the post just dissapears from the dashboard and the manage entries link. Have been playing with it, but it just doesn’t work.
Is there anyway I can check in the database if these posts are still stored? or if they just dissapear in a limbo? 😛 😉
-o-o-
Love version 2.1, hope you make it official soon!
The topic ‘Links problem and Future Posting.’ is closed to new replies.