Forum Replies Created

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

    (@grekstis)

    Thanks for your reply Prophecy. I have narrowed it down to the following code in page_post_redirect_plugin.php. Line 443. It is also referenced in lines 608 and 825.

    When I remove the https://www.example.com, the drop down menu link does not work as it is pointing to a null value.

    if(!isset($theArray[$key->post_id][‘_pprredirect_rewritelink’])){$theArray[$key->post_id][‘_pprredirect_rewritelink’] = 0;}
    if(!isset($theArray[$key->post_id][‘_pprredirect_url’])){$theArray[$key->post_id][‘_pprredirect_url’] = ‘https://www.example.com‘;}
    if(!isset($theArray[$key->post_id][‘_pprredirect_type’] )){$theArray[$key->post_id][‘_pprredirect_type’] = 302;}
    if(!isset($theArray[$key->post_id][‘_pprredirect_relnofollow’])){$theArray[$key->post_id][‘_pprredirect_relnofollow’] = 0;}
    if(!isset($theArray[$key->post_id][‘_pprredirect_newwindow’] )) {$theArray[$key->post_id][‘_pprredirect_newwindow’] = 0;}
    if(!isset($theArray[$key->post_id][‘_pprredirect_active’] )){$theArray[$key->post_id][‘_pprredirect_active’] = 0;}

    grekstis

    (@grekstis)

    Hi, I am having a similar issue. When the plugin is activated one of the links in my drop down menu changes to https://www.example.com.

    Any idea as to why this is happening? Thanks

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