Page 1 of 1

Table \'amember.amember_cron_run\' doesn\'t exist

Posted: Thu Oct 03, 2002 10:01 am
by jenmaz
How do I get the cron run to exist.

This is the error I am getting,

MYSQL ERROR:
Table 'amember.amember_error_log' doesn't exist
in query:
INSERT INTO amember_error_log (member_id, time, remote_addr, url, referrer, error) VALUES (NULL, NOW(), '68.104.12.183', '/amember/admin/index.php', '', 'MYSQL ERROR:
Table ''amember.amember_cron_run'' doesn''t exist
in query:
SELECT UNIX_TIMESTAMP(time) \n FROM amember_cron_run \n WHERE id=1')


Thanks in advance,

Jennifer

Posted: Thu Oct 03, 2002 10:27 am
by twigletmac
Could you post the code that you're using to run the cron.

Mac

Posted: Fri Oct 04, 2002 3:51 am
by Wayne
either the table name amember_cron_run does not exist so you need to create the table or the name that you are using for the table has been incorrectly entered.

eitherway as mac said, show us the code and we will be able to help you more.