in addition to not being able to see any of my static pages when i click on the links to go to them (they are still in the db and i can get to them by doing a search or putting their node id in the address window, but not their taxonomy number), i also get another error:
warning: sprintf(): Too few arguments in /home/selfeste/public_html/drupal/includes/database.inc on line 147.
user error: Query was empty
query: in /home/selfeste/public_html/drupal/includes/database.mysql.inc on line 66.
warning: Cannot modify header information - headers already sent by (output started at /home/selfeste/public_html/drupal/includes/common.inc:385) in /home/selfeste/public_html/drupal/includes/common.inc on line 193.
i have no idea how to fix the above errors, and wonder if they are related to being unable to reach my static pages through their links. i am wondering if the problem is somewhere with taxonomy since the node id's work ok (they send me to my static page content), but the taxonomy numbers just give me the "there are currently no posts in this category" and the xml tag.
any clues/ideas/thoughts/fixes...?
thanks,
eva
Comments
RSS feed not working with taxonomy properly?
is every page supposed to be made into an rss feed? there's an automatic /0/feed put on the end of each taxonomy term (taxonomy/term/33/0/feed). is there a way to shut that off? or, at least get the pages to be recognized as pages and displayed properly?
thanks,
eva
update: for some reason my taxonomy got all screwy - everything was listed properly in the category section, and the url alias listed the proper taxonomy terms with the clean urls i specified, but for some reason, i had to go through and re-do each of them, and now they work. too bad it took me all day to figure it out - it just doesn't make sense...anyway - that problem is fixed, but anyone know anything about the sprintf() statements and what to do about them????