I have the routerconfig plugin set to update devices daily (per device settings) but it will not run on a scheduled basis. I can successfully backup the devices manually and I can successfully run the 'router-redownload.php' from the CLI.
Any idea of where I should look to see why this is not running as designed?
Thanks
-L
routerconfig plugin not running
Moderators: Developers, Moderators
Simple problem, which I have currently fixed, but an waiting until I am done with the new features before releasing (enable password support is working already too).
Basically there is a entry in the settings table that tells whether the backup is currently running. If the thing errors out, it never turns this off. So thus the next one never starts since it still thinks its running.
Try this SQL query
Basically there is a entry in the settings table that tells whether the backup is currently running. If the thing errors out, it never turns this off. So thus the next one never starts since it still thinks its running.
Try this SQL query
Code: Select all
UPDATE `settings` SET `value` = 0 WHERE `name` = 'plugin_routerconfigs_running';
Query returned this
Code: Select all
Query OK, 0 rows affected (0.00 sec)
Rows matched: 1 Changed: 0 Warnings: 0
mysql>
Who is online
Users browsing this forum: No registered users and 7 guests