• Resolved bisonbrah

    (@bisonbrah)


    Fatal error: Cannot unset string offsets in /nas/content/staging/*domain*/wp-content/plugins/permalink-manager/inc/permalink-manager-actions.php on line 134

    Seems to be referring too:

    // Do not store default values
               if($new_uri == $old_default_uri) {
                 unset($old_uris[$post_id]);
               }

    This plugin worked for me before but now it isnt – any ideas?

    https://wordpress.org/plugins/permalink-manager/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Maciej Bis

    (@mbis)

    Hi bisonbrah,

    it is because I did not add another conditional check to ensure that $old_uris variable is always an array. The issue is fixed in 0.4.2 version, please update your plugin version and let me know if everything works correctly after.

    Best Regards,
    Maciej

    Thread Starter bisonbrah

    (@bisonbrah)

    Looks to be working now; however now im getting this error

    Fatal error: Call to undefined method Permalink_Manager_Helper_Functions::save_option() in /nas/content/staging/*domain*/wp-content/plugins/permalink-manager/inc/permalink-manager-screen-options.php on line 37
    Plugin Author Maciej Bis

    (@mbis)

    Hi bisonbrah,

    the new error is fixed in 0.4.3 version. Thank you for all your help and patience.

    Best Regards,
    Maciej

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Fatal Error’ is closed to new replies.