• Resolved edunnn

    (@edunnn)


    Hi all!

    I have just installed the plugin, and for some reason the images wont work, I get an error at the top that reads:

    ERROR: The $img_path variable has not been set.

    I have checked and seems an issue in the image.class file, but not sure what could be causing it. Any solutions or suggestions about this error? Media uploads work fine on the site, so it is something specific to this plugin.

    Thanks in advance

    The page I need help with: [log in to see the link]

Viewing 6 replies - 1 through 6 (of 6 total)
  • 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!

Viewing 6 replies - 1 through 6 (of 6 total)

The topic ‘Connection Business Directory error’ is closed to new replies.