• Hi guys,

    My /error_log file is filled with these errors:

    [15-Jul-2014 09:41:47] PHP Warning:  parse_url(/archives/23654/://www.<DOMAIN>.com/feed/feed) [<a href='function.parse-url'>function.parse-url</a>]: Unable to parse URL in /home/<ACCOUNT>/public_html/wp-content/plugins/rename-wp-login/rename-wp-login.php on line 412
    [15-Jul-2014 09:41:47] PHP Warning:  parse_url(/archives/23654/://www.<DOMAIN>.com/feed/feed) [<a href='function.parse-url'>function.parse-url</a>]: Unable to parse URL in /home/<ACCOUNT>/public_html/wp-content/plugins/rename-wp-login/rename-wp-login.php on line 449
    [15-Jul-2014 09:41:47] PHP Warning:  Cannot modify header information - headers already sent by (output started at /home/<ACCOUNT>/public_html/wp-content/plugins/rename-wp-login/rename-wp-login.php:412) in /home/<ACCOUNT>/public_html/wp-includes/pluggable.php on line 1121

    The “/archives/xxxxxx/” pages don’t exist, too.
    Do you know what’s the issue is, and how can this be fixed?

    Thanks in advance.

    https://wordpress.org/plugins/rename-wp-login/

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Ella

    (@ellatrix)

    This plugin parses the REQUEST_URI, so a request must be made with that “url”. Not sure how this is possible, but I’ll look into it soon.

    Thread Starter flamey

    (@flamey)

    That would be awesome, thanks!
    I didn’t find the solution, but found many sites that dump these messages in headers. At least mine go to log file.

    I am having a very similar problem, I think on two sites (possibly more, have not checked all logs)

    [03-Oct-2014 07:11:30] PHP Warning: parse_url(/https://plus.google.com/+xxxarah) [function.parse-url]: Unable to parse URL in /home/xxx/public_html/wp-content/plugins/rename-wp-login/rename-wp-login.php on line 412
    [03-Oct-2014 07:11:30] PHP Warning: parse_url(/https://plus.google.com/+xxxarah) [function.parse-url]: Unable to parse URL in /home/xxx/public_html/wp-content/plugins/rename-wp-login/rename-wp-login.php on line 449

    [03-Oct-2014 09:17:18] PHP Warning: parse_url(/https:/www.facebook.com/xxxding) [function.parse-url]: Unable to parse URL in /home/xxx/public_html/wp-content/plugins/rename-wp-login/rename-wp-login.php on line 412
    [03-Oct-2014 09:17:18] PHP Warning: parse_url(/https:/www.facebook.com/xxxding) [function.parse-url]: Unable to parse URL in /home/xxx/public_html/wp-content/plugins/rename-wp-login/rename-wp-login.php on line 449

    It appears an extra slash is creeping into the address at parse_url(/https://plus.google.com/+xxxarah)

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘'Unable to parse URL' errors’ is closed to new replies.