-
Notifications
You must be signed in to change notification settings - Fork 74
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Compatibility with WP 5.5.x #119
Comments
It looks like WordPress is having trouble determining the URL of your site. This could be related to the setup.
|
Hi,
Thanks for the quick response.
Haven't yet tried that. I will give it a try.
…-Tero
pe 20. marrask. 2020 klo 15.10 Frode Petterson ([email protected])
kirjoitti:
It looks like WordPress is having trouble determining the URL of your
site. This could be related to the setup.
Have you tried adding the following to your wp-config.php file?
define( 'WP_HOME', 'http://example.com' );
define( 'WP_SITEURL', 'http://example.com' );
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#119 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AMFR6LNQ3M3RT46V2RZIGPTSQZTDFANCNFSM4T4NRSWA>
.
|
@icc I am having the same issue but it is not wordpress related; I think it is produced by Jquery. The issue is that on this file I tried to find what is happening but got no luck. I implemented an ugly fix to make it work for now
Thank you |
Thanks for sharing, I'll be on the lookout for this. |
@icc Maybe something similar to h5p/h5p-editor-php-library#125 |
Hi,
I encountered an issue, when trying to create new H5P content in WP-admin panel. Can this be compatibility issue with the latest WP version 5.5.3.
Console error that it spits out:
h5peditor-editor.js?ver=1.15.0:49 GET https://wp-content/plugins/h5p/h5p-editor-php-library/styles/css/application.css?ver=1.15.0 net::ERR_NAME_NOT_RESOLVED
The text was updated successfully, but these errors were encountered: