Change to address root relative URLs
-
In case anyone else is using root relative URLs.
If you are using root relative URLs you need to make a change to the plugin. In particular, Line 72 of authenticate.php should be changed from:
$config["base_url"] = plugins_url() . '/' . basename( dirname( __FILE__ ) ) . '/hybridauth/';
TO
$config["base_url"] = site_url() . plugins_url() . '/' . basename( dirname( __FILE__ ) ) . '/hybridauth/';
https://www.ads-software.com/extend/plugins/wordpress-social-login/
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Change to address root relative URLs’ is closed to new replies.