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

Questions about the MySQL, PostgreSQL, and most other databases, as well as using it with PHP can be asked here.

Moderator: General Moderators

Post Reply
jenmaz
Forum Newbie
Posts: 2
Joined: Sat Jul 27, 2002 11:07 am

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

Post 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
User avatar
twigletmac
Her Royal Site Adminness
Posts: 5371
Joined: Tue Apr 23, 2002 2:21 am
Location: Essex, UK

Post by twigletmac »

Could you post the code that you're using to run the cron.

Mac
User avatar
Wayne
Forum Contributor
Posts: 339
Joined: Wed Jun 05, 2002 10:59 am

Post 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.
Post Reply