Support

Home Forums Event Espresso Premium Event Espresso Assets URL error

Event Espresso Assets URL error

Posted: September 16, 2018 at 11:13 pm


CARESAdmin

September 16, 2018 at 11:13 pm

The following error persists on our plugin page:

An error has occurred:
The url given for Event Espresso assets is invalid. The url provided was: “/wp-content/plugins/event-espresso-core-reg/assets/dist/”. This usually happens when another plugin or theme on a site is using the “plugins_url” filter or has an invalid url set for the “WP_PLUGIN_URL” constant

How do we resolve this issue?


Tony

  • Support Staff

September 17, 2018 at 5:31 am

Hi there,

Are you using any plugins to convert all of your sites URLs to be relative URLs?

/wp-content/plugins/event-espresso-core-reg/assets/dist/

Should be:

http://{domain}/wp-content/plugins/event-espresso-core-reg/assets/dist/

Its causing our validation to fail with the above.


CARESAdmin

September 17, 2018 at 9:50 am

I don’t believe so. I went through and deactivated all the plugins one by one and the error was not resolved.


Josh

  • Support Staff

September 17, 2018 at 10:05 am

You could check the site’s wp-config.php file to see if there’s something like:

define( 'WP_CONTENT_URL', '/wp-content');

within its contents. If you find that, it can be removed.

The support post ‘Event Espresso Assets URL error’ is closed to new replies.

Have a question about this support post? Create a new support post in our support forums and include a link to this existing support post so we can help you.

Event Espresso