Posted by Driven on November 12, 2010 at 2:33pm
2 followers
Jump to:
| Project: | Backup Client-Server |
| Version: | 6.x-1.0-beta1 |
| Component: | Miscellaneous |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Issue Summary
I'm new to drupal and I don't really know how the system functions.
Drupal version 6.19
Warning what could cause these?
* user warning: Table 'jgmurray_drup182.backup_client' doesn't exist query: SELECT * FROM `backup_client`; in /home/jgmurray/public_html/perceivedreality.org/driven/sites/all/modules/backup_client_server/backup_client/backup_client.helper.inc on line 1165.
* user warning: Table 'jgmurray_drup182.backup_client' doesn't exist query: SELECT * FROM `backup_client`; in /home/jgmurray/public_html/perceivedreality.org/driven/sites/all/modules/backup_client_server/backup_client/backup_client.helper.inc on line 1165.
Any assistance would be appreciated.
Comments
#1
Damn ... I can't assign this to myself ... oops!
#2
This module creates a database table when installed and uses it to store information about the backups you make. Somehow this table is missing. You can disable the module then uninstall it (note the uninstall tab next to the module tab). Once completely uninstalled - enable the module again. This should trigger the original table creation step that seems to have been skipped.