Plugin Author
Steven
(@shazahm1hotmailcom)
Please navigate to the Connections Tools admin page and click the System info tab.
Scroll to the Connections Configuration section. Take a screenshot and share the screenshot with me.
How to share the screenshot? Upload it to your Media Library and copy-paste its URL into your reply. That way, you can delete the screenshot after the issue is resolved.
Thread Starter
edunnn
(@edunnn)
Plugin Author
Steven
(@shazahm1hotmailcom)
It appears you might have manually changed the WP_CONTENT URL in the wp-config.php file.
This path requires the full path; example:
define( 'WP_CONTENT_URL', 'http://example/blog/wp-content' );
It appears it was set to a relative path, which is incorrect; example:
define( 'WP_CONTENT_URL', '/wp-content' );
I hope this help; please let me know.
Thread Starter
edunnn
(@edunnn)
That was it! something related to the default installation I used, as I have not edited it wp_config manually.
Thanks a lot for your prompt help!
Plugin Author
Steven
(@shazahm1hotmailcom)
Great to hear this did resolve the issue! When this error crops ups, it is nearly 100% of the time somehow related to WP_CONTENT_URL. It is interesting to learn this was a default installation. I’ll have to keep that in mind if someone else reports an issue too.
Have a great weekend!
Thread Starter
edunnn
(@edunnn)
Just FYI, it was a default Azure installation, which may differ from a normal one
Thanks once again, and t have a great weekend too!