• Gyrix – please fix this plugin and test it! and I am posting here as a heads up for other people thinking of updating or installing this plugin.

    This plugin is a must have for me – it truly saves me a lot of time each day and makes adding notes and shipping information to an order so easy. I would gladly pay for this plugin if it could ever be fixed properly. I truly wish that gyrix would fix this plugin or there was some ‘like’ alternative.

    Vers 1.35
    ERRORS SEEN IN MY PHP ERROR LOG

    the below error message fills up approx 50 thousand ! lines in my php error log for 1 day and has made my php error log unusable
    [28-Jan-2021 06:20:52 UTC] PHP Notice: Trying to get property of non-object in /home/**-removed**/public_html/wp-content/plugins/woo-order-note-templates/includes/order-note-loader.php on line 218

    other error messages
    [28-Jan-2021 06:15:01 UTC] PHP Notice: Undefined index: post in /home/**-removed**/public_html/wp-content/plugins/woo-order-note-templates/admin/inc/order-note-view.php on line 50
    [28-Jan-2021 06:15:01 UTC] PHP Notice: Use of undefined constant Id – assumed ‘Id’ in /home/**-removed**/public_html/wp-content/plugins/woo-order-note-templates/templates/order-note-popup.php on line 122

    —-also deprecated notices with ver 1.35 – using php 7.0
    [28-Jan-2021 06:16:48 UTC] PHP Deprecated: Non-static method wont_gyrix_order_note_manager::wont_gyrix_register_taxonomy() should not be called statically in /home/**-removed**/public_html/wp-content/plugins/woo-order-note-templates/woo-order-note-templates.php on line 30
    [28-Jan-2021 06:16:48 UTC] PHP Deprecated: Non-static method wont_gyrix_order_note_manager::wont_gyrix_register_cpt() should not be called statically in /home/**-removed**/public_html/wp-content/plugins/woo-order-note-templates/woo-order-note-templates.php on line 31

    ——————-

    I had to go back to version 1.31 – unfortunately ver 1.3.1 was not reinstatable via wprollback – gyrix must have removed it. I was able to delete 1.3.5 and then reinstall 1.3.1 from a backup copy and I am hoping all will be ok.

    ver 1.31 – also has errors, but 3000 lines per day vs 50 thousand and I will look at turning php notices off in my error log.
    [01-Dec-2020 23:54:10 UTC] PHP Notice: Undefined index: post in /home/**-removed**/public_html/wp-content/plugins/woo-order-note-templates/admin/inc/order-note-view.php on line 89

Viewing 9 replies - 1 through 9 (of 9 total)
  • I have the exact same error. This plug is so helpfull and I really can recommend it but please fix the errors. Following this thread

    @yatgirl would you please send me a copy of that version if possible please?

    Well i fixed my particular issue by editing one of the php files inside the plugin, but my issue has nothing to do with the ones explained above.

    @andresmolina would you be able to share your modified file?
    Thanks

    As stated my issue was pretty specific to my installation, but basically i just commented out a line under the file woo-order-note-templates/includes/order-note-loader.php

    the line 83

    So change the line stating:

    $hook->wont_gyrix_display_popup($templates);

    For:

    /* $hook->wont_gyrix_display_popup($templates); */

    This will comment out that line, so it will not load up. It does not seem to affect any other functionality of the plugin, or any other plugin.

    Let me now if that fixes any of your issues.

    Thread Starter yatgirl

    (@yatgirl)

    I ended up just removing the plugin completely and creating a standalone local html page for my browser with all my different notes on it. so I just copy and paste them into the customer notes area. Not ideal, but no chance of php errors. Its unfortunate that such horrendously troubled plugins are allowed to exist and the plugin authors dont correct them.

    If anyone has any better alternatives, please post them here

    I could not find any alternative to be honest. I have to say i dont have such errors either… mine was a niche thing, but not like the ones you posted in there

    @andresmolina If I comment out that line the popup wont popup anymore on my install. So I reversed it back.
    Its indeed a shame that this is the only plugin which provides such functionality and doesnt get maintained anymore

    My plugin stopped working on my live site but was still working att my test site. So I asked my web-hotel what could be wrong. They found that it was wrong code in the file public_html/wp-content/plugins/woo-order-note-templates/templates/order-note-popup.php

    On line 122 the text was:
    <textarea type=”text” id=”<?php echo ‘gyrix_content-‘.$template[Id]; ?>” required><?php echo esc_textarea($template[“content”]); ?></textarea>

    I changed it to;
    <textarea type=”text” id=”<?php echo ‘gyrix_content-‘.$template[‘Id’]; ?>” required><?php echo esc_textarea($template[“content”]); ?></textarea>

    Hope it helps somebody

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘Many errors – should be a great plugin’ is closed to new replies.