When I went to bed last night, everything was working fine. When I woke up this morning the following error message was appearing on every public page:
user warning: Got error 28 from table handler query: SELECT t.* FROM term_node r INNER JOIN term_data t ON r.tid = t.tid INNER JOIN vocabulary v ON t.vid = v.vid WHERE r.nid = 1 ORDER BY v.weight, t.weight, t.name in /home/wardstl/public_html/includes/database.mysql.inc on line 120.
i would like to find a way that users can attach an image while creating a page, and then have that image displayed in a certain place on that page. i already have the css written for displaying the images, but i cant figure out the code necessary in the page template to do such a thing. does anyone have any suggestions? thanks very much.
I cannot understand why when promoted no postings will show on the front page, except the front itself. I have looked everywhere for a clue but am lost - I have used Drupal for 2 years so I know my stuff - mostly!
Can anyone help with suggestions? What am I forgetting??
I having problems figuring out exactly how Drupal works as a whole. I'm trying to integrate a site into Drupal so people can login and change the content. I'm trying to write my own theme, which is somewhat coming along, but I just need some explanation as to how Drupal is going to work.