You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
mysqli_query($mysqli, "INSERT INTO notifications SET notification_type = 'Cron', notification = 'Cron successfully executed', notification_action = 'logs.php'");
Hi, I think this should be a easy fix. Some time the file logs.php changed to admin_logs.php (I supose), so the link on notifications dropdown is broken. I searched for the logs.php link and found it on cron.php line 972
Hope this help!
The text was updated successfully, but these errors were encountered:
Hey iguannaweb thanks for pointing this out we just pushed out a fix. So when cron.php runs again it will insert the non broken link. Although current links will still be broken
itflow/cron.php
Line 972 in fe5376c
Hi, I think this should be a easy fix. Some time the file logs.php changed to admin_logs.php (I supose), so the link on notifications dropdown is broken. I searched for the logs.php link and found it on cron.php line 972
Hope this help!
The text was updated successfully, but these errors were encountered: