parse_url bug present in script-loader.php (2.6)?
-
Figured I’d ask for a second set of eyes before reporting a bug in Trac.
Just upgraded to 2.6, now getting this in the admin interface:
Warning: parse_url(https://www2.heatherandjon.com:210611?ver=2.6) [function.parse-url]: Unable to parse URL in /var/www/heatherandjon/wp-includes/script-loader.php on line 281
Note that my site’s actual URL is:
https://www2.heatherandjon.com:21061/
(Note the port number reported in the warning… looks like “1?ver=2.6” is being added somewhere instead of “/?ver=2.6″… but this may be a red herring)
Did some googling, found this:
https://trac.www.ads-software.com/ticket/7288
Might script-loader.php need a similar parse_url fix? Not really sure if this is the same parse_url bug or a previously executed piece of code not playing nice with the non-standard port number.
I’m using PHP 5.2.4-2ubuntu5.2 with Suhosin-Patch 0.9.6.2 (cli) (built: Jul 3 2008 16:49:55)
- The topic ‘parse_url bug present in script-loader.php (2.6)?’ is closed to new replies.