-
Notifications
You must be signed in to change notification settings - Fork 201
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No configuration found for code “..." #14
Comments
Configuration might still be in the database: SELECT * |
hi how can i fix this problem? I ran the SQL query but this is the error message: #1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '%” LIMIT 0, 30' at line 3 |
Hi @rzrz, Cheers, |
I received the email from AOE whenever cron is not working. I did uninstall the module and emailed the developer to help with this but I am still getting the email daily. Details as such: Cron error while executing ordermanager_archive: exception 'Mage_Core_Exception' with message 'No valid configuration found.' in /var/www/app/Mage.php:594 |
This problem is solved now in version 1. You can see all the "leftovers" from previous modules in the Job configuration view and delete them there without accessing the database directly. |
When users install an extension that comes with a scheduler task and uninstall it the xml configuration might still be there (or in the cache) resulting Aoe_Scheduler to throw an exception.
This exception should be catched and displayed as a meaningful warning instead.
The text was updated successfully, but these errors were encountered: