I get the following error after doing a fresh install of Drupal 7.0 from the Fantastico Cpanel installer:
Error
The website encountered an unexpected error. Please try again later.
Error message
PDOException: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'aethelre_drpl1.variable' doesn't exist: SELECT name, value FROM {variable}; Array ( ) in variable_initialize() (line 749 of /home/aethelre/public_html/community/includes/bootstrap.inc).
The little arrow that shows it's a dropdown appears on the parent and child pages, not any other pages on the site (nor the individual nodes featured on the parent/child pages). The settings appear the be fine (should be visible on all pages)... I'm off to check permissions, but I don't remember doing that before for this module (just had to do a reinstall of Drupal).
Hey I did this once before but can't remember the proper way to do this.
I need to remove the submission info: author and date etc... from under the title of my webforms.
I tried playing with some of the tpl.php files within the webform module folder, but nothing worked.
Also, shouldn't I be copying one of the templates and putting it in my themes templates directory before editing?
While I've worked for 4+ years with PHP, spend many hours scripting phpBBs/Wordpress' instalations, I'm new to Drupal and finding it not working as I want and little to no clear manuals to Drupal 7.
I'm trying to get custom template for my taxonomy page (no nice urls, so it's ?q=taxonomy/term/5).
I've tried page--taxonomy--term--5.tpl.php, page--taxonomy.tpl.php & taxonomy--term--5.tpl.php - and still nothing (cleared cache as well). What am I missing/doing wrong?