• Resolved ango11

    (@ango11)


    I’m getting multiple of this in my error logs:

    [03-Jul-2025 09:24:02 UTC] PHP Warning:  Cannot modify header information - headers already sent in /home/example/example.com/wp-content/plugins/maintenance-coming-soon-redirect-animation/wploti_maintenance_redirect.php on line 128

    [03-Jul-2025 09:24:02 UTC] PHP Warning:  Cannot modify header information - headers already sent in /home/example/example.com/wp-content/plugins/maintenance-coming-soon-redirect-animation/wploti_maintenance_redirect.php on line 129

    [03-Jul-2025 09:24:02 UTC] PHP Warning:  Cannot modify header information - headers already sent in /home/example/example.com/wp-content/plugins/maintenance-coming-soon-redirect-animation/wploti_maintenance_redirect.php on line 131

    [03-Jul-2025 09:24:02 UTC] PHP Warning:  Cannot modify header information - headers already sent in /home/example/example.com/wp-content/plugins/maintenance-coming-soon-redirect-animation/wploti_maintenance_redirect.php on line 132

    [03-Jul-2025 09:24:02 UTC] PHP Warning:  Cannot modify header information - headers already sent in /home/example/example.com/wp-content/plugins/maintenance-coming-soon-redirect-animation/wploti_maintenance_redirect.php on line 133

    [03-Jul-2025 09:24:02 UTC] PHP Warning:  Cannot modify header information - headers already sent in /home/example/example.com/wp-content/plugins/maintenance-coming-soon-redirect-animation/wploti_maintenance_redirect.php on line 141

    [03-Jul-2025 09:24:02 UTC] PHP Warning:  Cannot modify header information - headers already sent in /home/example/example.com/wp-content/plugins/maintenance-coming-soon-redirect-animation/wploti_maintenance_redirect.php on line 141

    [03-Jul-2025 09:24:02 UTC] PHP Warning:  Cannot modify header information - headers already sent in /home/example/example.com/wp-content/plugins/maintenance-coming-soon-redirect-animation/wploti_maintenance_redirect.php on line 141

    [03-Jul-2025 09:24:02 UTC] PHP Warning:  Cannot modify header information - headers already sent in /home/example/example.com/wp-content/plugins/maintenance-coming-soon-redirect-animation/wploti_maintenance_redirect.php on line 141

    [03-Jul-2025 09:24:02 UTC] PHP Warning:  Cannot modify header information - headers already sent in /home/example/example.com/wp-content/plugins/maintenance-coming-soon-redirect-animation/wploti_maintenance_redirect.php on line 141

    [03-Jul-2025 09:24:02 UTC] PHP Warning:  Cannot modify header information - headers already sent in /home/example/example.com/wp-content/plugins/maintenance-coming-soon-redirect-animation/wploti_maintenance_redirect.php on line 141

    [03-Jul-2025 09:24:07 UTC] PHP Warning:  Cannot modify header information - headers already sent in /home/example/example.com/wp-content/plugins/maintenance-coming-soon-redirect-animation/wploti_maintenance_redirect.php on line 128

    [03-Jul-2025 09:24:07 UTC] PHP Warning:  Cannot modify header information - headers already sent in /home/example/example.com/wp-content/plugins/maintenance-coming-soon-redirect-animation/wploti_maintenance_redirect.php on line 129

    [03-Jul-2025 09:24:07 UTC] PHP Warning:  Cannot modify header information - headers already sent in /home/example/example.com/wp-content/plugins/maintenance-coming-soon-redirect-animation/wploti_maintenance_redirect.php on line 131

    [03-Jul-2025 09:24:07 UTC] PHP Warning:  Cannot modify header information - headers already sent in /home/example/example.com/wp-content/plugins/maintenance-coming-soon-redirect-animation/wploti_maintenance_redirect.php on line 132

    [03-Jul-2025 09:24:07 UTC] PHP Warning:  Cannot modify header information - headers already sent in /home/example/example.com/wp-content/plugins/maintenance-coming-soon-redirect-animation/wploti_maintenance_redirect.php on line 133

    [03-Jul-2025 09:24:07 UTC] PHP Warning:  Cannot modify header information - headers already sent in /home/example/example.com/wp-content/plugins/maintenance-coming-soon-redirect-animation/wploti_maintenance_redirect.php on line 141

    [03-Jul-2025 09:24:07 UTC] PHP Warning:  Cannot modify header information - headers already sent in /home/example/example.com/wp-content/plugins/maintenance-coming-soon-redirect-animation/wploti_maintenance_redirect.php on line 141

    [03-Jul-2025 09:24:07 UTC] PHP Warning:  Cannot modify header information - headers already sent in /home/example/example.com/wp-content/plugins/maintenance-coming-soon-redirect-animation/wploti_maintenance_redirect.php on line 141

    [03-Jul-2025 09:24:07 UTC] PHP Warning:  Cannot modify header information - headers already sent in /home/example/example.com/wp-content/plugins/maintenance-coming-soon-redirect-animation/wploti_maintenance_redirect.php on line 141

    [03-Jul-2025 09:24:07 UTC] PHP Warning:  Cannot modify header information - headers already sent in /home/example/example.com/wp-content/plugins/maintenance-coming-soon-redirect-animation/wploti_maintenance_redirect.php on line 141

    [03-Jul-2025 09:24:07 UTC] PHP Warning:  Cannot modify header information - headers already sent in /home/example/example.com/wp-content/plugins/maintenance-coming-soon-redirect-animation/wploti_maintenance_redirect.php on line 141
Viewing 8 replies - 1 through 8 (of 8 total)
  • Plugin Author Yassine Idrissi

    (@yasinedr)

    which version you are using, if isn’t the latest one, please update the plugin to the last version, otherwise I will try to fix it soon in the next update

    Thread Starter ango11

    (@ango11)

    Yes, everything is up to date.

    Plugin Author Yassine Idrissi

    (@yasinedr)

    I pushed a small update—mind taking another look at your logs ?

    Thread Starter ango11

    (@ango11)

    HI,
    I’ve updated it today, the old error is gone but i’m getting new error:

    [07-Jul-2025 06:21:21 UTC] WordPress database error Table ‘rav.wpi3__access_keys’ doesn’t exist for query SELECT access_key FROM wpi3__access_keys WHERE active = 1 made by require(‘wp-blog-header.php’), wp, WP->main, WP->send_headers, do_action_ref_array(‘send_headers’), WP_Hook->do_action, WP_Hook->apply_filters, wploti_maintenance_redirect->process_redirec

    Plugin Author Yassine Idrissi

    (@yasinedr)

    Thanks for updating! The new error suggests the table wpi3__access_keys doesn’t exist in your database. This usually points to one of two things:

    1. The plugin’s activation routine didn’t run properly, which would prevent the table from being created.
    2. The database prefix might be different on your installation, so the plugin might be looking for the wrong table.

    Can you try the following steps?

    • Deactivate and activate the plugin again to trigger the table creation.
    • Check your database manually for the existence of access_keys under the correct prefix (wpi3_, wp_, etc.).
    • If the table’s still missing, I’ll push a fix that includes a fallback creation script in the next update.

    Thanks again for helping troubleshoot!

    Thread Starter ango11

    (@ango11)

    Hi,

    Thanks, i deactivated and activated it, seems fine now, nothing in error log.

    Plugin Author Yassine Idrissi

    (@yasinedr)

    Thanks so much for confirming, it’s great to hear everything’s running smoothly now! Really appreciate you taking the time to follow up and help pinpoint the issue earlier.

    If you find the plugin useful, I’d be truly grateful if you could leave a review here. Feedback helps improve the plugin and keeps it evolving based on real user needs.

    Thanks again for your support! 🙌

    Thread Starter ango11

    (@ango11)

    Thank you too! I will do, and thank your for your support, keep up the good work!

Viewing 8 replies - 1 through 8 (of 8 total)

The topic ‘Getting error in logs’ is closed to new replies.