PDOException: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'aethelre_drpl1.variable' doesn't exist.

Hi :)

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).

Superfish Menu dropdown not appearing on all pages

Superfish 7.x-1.8

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).

Thoughts? Ideas? Known bug that I didn't see?

Menu link not called, Page Not Found error

Hi everybody,
I have implemented hook_menu()
/*
function accounts_management_menu()
{
$items['company/edit/%company'] = array(
'title' => 'Edit Company',
'page callback' => 'drupal_get_form',
'page arguments' => array('company_profile_form', 1),
'access arguments' => array('administer users'),
'type' => MENU_LOCAL_TASK,
'file' => 'clients.admin.inc',
);
return $items;
}
*
and defined the function company_profile_form in clients.admin.inc

D7 Webform - How to remove submission info on webforms.

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?

request new password, insert my email address, do not get mail....

request new password, insert my email address, do not get mail....

what is going wrong? do I need to set something up? I though it is automated? do I need another module to get it working?

Template for taxonomy not working?

Hi!

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?

Pages

Subscribe with RSS Subscribe to RSS - Drupal 7.x