• Resolved hittheroadjack

    (@hittheroadjack)


    Obviously, your bug fix for Jquery broke my site.
    With version 3.0.3 (updated from 3.0.2) activated, I cannot access my site due to critical error.
    Falling back to previous versions with everything else unchanged, the site is well again.
    Please correct your corrections – thanks.

    The page I need help with: [log in to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author TotalPress.org

    (@totalpressorg)

    Hi @hittheroadjack thanks for using this plugin ??
    Enable WordPress debugging by editing this line in the wp-config.php file in the root:
    define('WP_DEBUG', true);
    Enable the debug file by adding / modifying this line to the wp-config.php file:
    define('WP_DEBUG_LOG', true);
    Now upgrade to 3.0.3 again and you should find the debug.log file in the wp-content folder.
    Copy the contents of that file here so I can check and fix the bug.
    Thanks.

    If you find the plugin useful and want to support the project:
    – Make a donation (like a coffee);
    – Get the PRO version;
    – Leave a 5 stars review;

    @hittheroadjack I think you are using a php version under 7.4 the plugin is using a php syntax from that version. Just go to the file custom-post-types.php und remove the , in line 71 behind the false.

    The code should look like that then:

    
    (new CPT\Notice)->add(
        'db_update_notice',
        __('The database update process was repeated.', 'custom-post-types'),
        'warning',
        true,
        false
    );

    `

    @totalpressorg could you please make a hotfix for that so older PHP Version are supported?

    • This reply was modified 3 years, 2 months ago by maurice1337.
    • This reply was modified 3 years, 2 months ago by maurice1337.
    Plugin Author TotalPress.org

    (@totalpressorg)

    Hi @maurice1337 thanks for your feedback ??

    The new update (3.0.4) fix the @hittheroadjack bug.

    If you find the plugin useful and want to support the project:
    – Make a donation (like a coffee);
    – Get the PRO version;
    – Leave a 5 stars review;

    Thread Starter hittheroadjack

    (@hittheroadjack)

    confirmed Vers. 3.0.4 is working.

    Plugin Author TotalPress.org

    (@totalpressorg)

    Thanks for using this plugin.

    @hittheroadjack @maurice1337 don’t forget to leave your 5 star review to support the development, it’s really important ??

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Version 3.0.3 update broke site’ is closed to new replies.