Error message below.
Fatal error: Uncaught Error: Call to undefined method Responsive_Accordion_Addon::unparse_url() in /home/customer/www/opeccollege.edu.au/public_html/wp-content/plugins/responsive-accordion-and-collapse/responsive-accordion-addon.php:69 Stack trace: #0 /home/customer/www/opeccollege.edu.au/public_html/wp-content/plugins/responsive-accordion-and-collapse/responsive-accordion-addon.php(81): Responsive_Accordion_Addon->safe_url(Array) #1 /home/customer/www/opeccollege.edu.au/public_html/wp-includes/class-wp-hook.php(292): Responsive_Accordion_Addon->editor_enqueue_scripts(”) #2 /home/customer/www/opeccollege.edu.au/public_html/wp-includes/class-wp-hook.php(316): WP_Hook->apply_filters(NULL, Array) #3 /home/customer/www/opeccollege.edu.au/public_html/wp-includes/plugin.php(484): WP_Hook->do_action(Array) #4 /home/customer/www/opeccollege.edu.au/public_html/wp-content/plugins/elementor/core/editor/editor.php(510): do_action(‘elementor/edito…’) #5 /home/customer/www/opeccollege.edu.au/public_html/wp-includes/class-wp-hook.php in /home/customer/www/opeccollege.edu.au/public_html/wp-content/plugins/responsive-accordion-and-collapse/responsive-accordion-addon.php on line 69
]]>Thanks.
https://www.ads-software.com/plugins/wps-hide-login/
]]>“Warning: parse_url(://mydomain.com) [function.parse-url]: Unable to parse URL in /home/myuser/mydomain.com/wp-content/plugins/any-hostname/any-hostname.php on line 129”
how do i get rid of this error message?
thanks
https://www.ads-software.com/plugins/any-hostname/
]]>Please help me to solve the following error.
]]>parse_url(https:///www.siteA.com/) [function.parse-url]: Unable to parse URL
The strange thing is that other than a link in the footer (valid html) I can find no reference to www.siteA.com in the database, .htaccess, wp-config or anywhere else I could think of.
Any ideas?
https://www.ads-software.com/plugins/wordpress-https/
]]>[27-Feb-2013 18:54:53] PHP Warning: parse_url(https:///) [function.parse-url]: Unable to parse URL in /home/content/22/10327722/html/wp-content/plugins/wordpress-https/lib/WordPressHTTPS.php on line 240
Do you know why this is?
Pete
https://www.ads-software.com/extend/plugins/wordpress-https/
]]>WordPress SEO version: 13.4.1
I did this: i’m using relatives urls
$filters = array(‘home_url’,’post_link’,’post_type_link’,’page_link’,
‘attachment_link’,’get_shortlink’,’post_type_archive_link’,’get_pagenum_link’,’get_comments_pagenum_link’,’term_link’,’search_link’,’day_link’,’month_link’,’year_link’);
foreach( $filters as $filter ){
add_filter( $filter, ‘wp_make_link_relative’ );
}
I expected the plugin to do this: what it usualy do
Instead it did this: it’s returning 2 errors
– Undefined index: scheme in \wp-content\plugins\wordpress-seo\frontend\class-opengraph.php on line 232
– Undefined index: host in \wp-content\plugins\wordpress-seo\frontend\class-opengraph.php on line 232
I’ve make this change:
// $img = $parsed_url[‘scheme’] . ‘://’ . $parsed_url[‘host’] . $img; // line 232
$img = ‘http’. ( isset($_SERVER[‘HTTPS’]) && (‘on’ == strtolower($_SERVER[‘HTTPS’]) || ‘1’ == $_SERVER[‘HTTPS’] || ‘443’ == $_SERVER[‘SERVER_PORT’]) ? ‘s’ : ” ) .’://’ . $_SERVER[‘HTTP_HOST’] . $img;
this is ok or there’s a better way to fix it?
Thanks,
Raphael Ramos
https://www.ads-software.com/extend/plugins/wordpress-seo/
]]>Whilst trying to install a theme i have purchased i get an error message.
The uploaded file could not be moved to /hermes/bosweb/web134/b1346/d5.goodieso/public_html/lgmedia/wp200911/wp-content/uploads/2011/10.
How do i resolve this issue?
]]>I need your wise help to fix this warning:
Warning: parse_url() expects parameter 1 to be string, array given in /home/uhugoker/public_html/wp-includes/class-http.php on line 254
I do not know what is wrong, just happens maybe something wrong in CSS? or in the another files? Your help will be appreciated.
Regards,
Hugo.
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)
]]>