11/08/2018 at 10:12 am
#476642
Keymaster
@ Tracy
The variables forCN_URL, CN_IMAGE_BASE_URL and CN_TEMPLATE_URL are incorrect. They both should be full URL/s not relative URL/s. Example CN_URL should be something like:
https://yoursitename.com/wp-content/plugins/connections/
This seems to suggest that the WP_CONTENT_URL was set and set incorrectly. If you manually set this in the wp-config.php file please double check that it is configured correctly:
https://codex.wordpress.org/Determining_Plugin_and_Content_Directories#Constants
Hope this helps, let me know.
