Question

Yesterday I have Uploaded files of Aoe scheduler (which I had downloaded from GitHub) through FTP on my project.

But when I setup schedules from admin, it wasn't working. I got error in report files as "last_seen" column (and some other column names) are missing in the table cron_schedule (I checked into DB and yes they were not there).

So, to fix this I have dropped the table through php myadmin, downloaded Aoe scheduler V 1.5.0 from here and uploaded these fresh files to replace the previous ones.

But, now the issue is that the cron_shedule table is not at all being created in database. so the schedular options are not working in backend.

I need to reinstall this module to make emails work.

Please Help!

Was it helpful?

Solution

I think you have not deleted entry from core_resource table

So go to phpmyadmin and find core_resource table.

Fire the following query:

SELECT * FROM `core_resource` WHERE `code` = 'aoescheduler_setup' 

And delete this record.

Now your install schema will run again.

Licensed under: CC-BY-SA with attribution
Not affiliated with magento.stackexchange
scroll top