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

Anonymous’s picture

Assigned: » Unassigned

Damn ... I can't assign this to myself ... oops!

jpsalter’s picture

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.