• I am getting errors using php 7.1. Up to what version of PHP has this been tested? I am not sure if there is a problem with the database or the php version.

    When accessing the settings I get a bunch of errors in the html tag area:
    Notice: Undefined index: b in /home/wp_26cb5b/okemospres.org/wp-content/plugins/reftagger/RefTagger.php on line 460

    same for ‘i’, ‘b’,’span’, ‘h4’, etc.

    Also, I had to restore from a backup, so perhaps the plugin got corrupted, but it would be helpful to know if it should work with php 7.1

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter pcoweb

    (@pcoweb)

    I reverted to php5.6. I was able to fix the above errors by checking all the boxs, submitting the form, and then clearing the boxes.

    However, I would still like to know the php compatability.

    I am also getting these errors when I submit the settings. What should I do to fix these?

    [04-Jan-2018 05:41:03 UTC] PHP Notice: Undefined index: submit in /home/wp_26cb5b/okemospres.org/wp-content/plugins/reftagger/RefTagger.php on line 120
    [04-Jan-2018 05:41:19 UTC] PHP Notice: Undefined index: lbs_libronix in /home/wp_26cb5b/okemospres.org/wp-content/plugins/reftagger/RefTagger.php on line 160
    [04-Jan-2018 05:41:19 UTC] PHP Notice: Undefined index: lbs_convert_hyperlinks in /home/wp_26cb5b/okemospres.org/wp-content/plugins/reftagger/RefTagger.php on line 166
    [04-Jan-2018 05:41:19 UTC] PHP Notice: Undefined index: lbs_case_insensitive in /home/wp_26cb5b/okemospres.org/wp-content/plugins/reftagger/RefTagger.php on line 172
    [04-Jan-2018 05:41:19 UTC] PHP Notice: Undefined index: lbs_existing_libronix in /home/wp_26cb5b/okemospres.org/wp-content/plugins/reftagger/RefTagger.php on line 178
    [04-Jan-2018 05:41:19 UTC] PHP Notice: Undefined index: lbs_nosearch_h4 in /home/wp_26cb5b/okemospres.org/wp-content/plugins/reftagger/RefTagger.php on line 234
    [04-Jan-2018 05:41:19 UTC] PHP Notice: Undefined index: lbs_nosearch_h5 in /home/wp_26cb5b/okemospres.org/wp-content/plugins/reftagger/RefTagger.php on line 240
    [04-Jan-2018 05:41:19 UTC] PHP Notice: Undefined index: lbs_nosearch_h6 in /home/wp_26cb5b/okemospres.org/wp-content/plugins/reftagger/RefTagger.php on line 247
    [04-Jan-2018 05:41:19 UTC] PHP Notice: Undefined index: lbs_nosearch_b in /home/wp_26cb5b/okemospres.org/wp-content/plugins/reftagger/RefTagger.php on line 254
    [04-Jan-2018 05:41:19 UTC] PHP Notice: Undefined index: lbs_nosearch_i in /home/wp_26cb5b/okemospres.org/wp-content/plugins/reftagger/RefTagger.php on line 262
    [04-Jan-2018 05:41:19 UTC] PHP Notice: Undefined index: lbs_nosearch_u in /home/wp_26cb5b/okemospres.org/wp-content/plugins/reftagger/RefTagger.php on line 269
    [04-Jan-2018 05:41:19 UTC] PHP Notice: Undefined index: lbs_nosearch_ol in /home/wp_26cb5b/okemospres.org/wp-content/plugins/reftagger/RefTagger.php on line 276
    [04-Jan-2018 05:41:19 UTC] PHP Notice: Undefined index: lbs_nosearch_ul in /home/wp_26cb5b/okemospres.org/wp-content/plugins/reftagger/RefTagger.php on line 282
    [04-Jan-2018 05:41:19 UTC] PHP Notice: Undefined index: lbs_nosearch_span in /home/wp_26cb5b/okemospres.org/wp-content/plugins/reftagger/RefTagger.php on line 289

    Thread Starter pcoweb

    (@pcoweb)

    As a follow-up. I reinstalled fresh code, so that was not a problem.

    I turned off display of error logging define(‘WP_DEBUG_DISPLAY’, false) in my wp-config.php which hid the screen issues, but these errors still exist in PHP5.6 when using the control panel. They do not appear to affect the normal user experience for site visitors.

    Also, when activating the plugin, the logos icon is activated, the logos icon is turned on regardless of the previous setting of the admin settings. Visiting the admin settings, it still displays as ‘off’ but I find that I need to resave the form to turn it off on the site.

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

The topic ‘php version compatability’ is closed to new replies.