Error in path URL
-
Why my site is adding / to url assets like> https://www.miweb.com/https://www.miweb.com/wp-admin/admin.php?page=ngg_other_options
I fixed by comment out this line on /public_html/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/mvc/package.module.mvc.php:
// For “roots” and others that make use of relative URL
if (current_theme_supports(‘root-relative-urls’) && strpos($retval, ‘/’) !== 0) {
// $retval = ‘/’ . $retval;
}Is this a bug?
Viewing 10 replies - 1 through 10 (of 10 total)
Viewing 10 replies - 1 through 10 (of 10 total)
- The topic ‘Error in path URL’ is closed to new replies.