• Hi, I’m using Worpdress 6.4.3. It’ an Intranet website. In the same server I have another worpdress instance working with H5p.

    I can’t create new H5p topic, the form is not loading in the page.

    I try to desactivate some modules and change themes but still not working.

    In the console I have many of these errors

    Failed to load resource: net::ERR_NAME_NOT_RESOLVED

    I’ll appreciate some help !

    Xavier

    Failed to load resource: net::ERR_NAME_NOT_RESOLVED
    wp-content/plugins/h5p/h5p-php-library/styles/h5p-confirmation-dialog.css?ver=1.15.7:1 
    • This topic was modified 7 months, 2 weeks ago by reptilo.
    • This topic was modified 7 months, 2 weeks ago by reptilo.
Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Author icc0rz

    (@icc0rz)

    Hi, are you able to open the css directly in your browser?
    Also, could you try in a different browser?

    Thread Starter reptilo

    (@reptilo)

    Yes I open it in browser.

    I test it with Brave, Firefox, Edge with same problem.

    Plugin Author icc0rz

    (@icc0rz)

    It looks like the domain is missing from the URL. It’s unable to lookup the domain of your site for the CSS file.

    You should right click and copy the URL and then inspect it in a text editor to see what is wrong.

    Thread Starter reptilo

    (@reptilo)

    I’m using relaive path in my intranet website.

    It seems that H5p doesn’t like it.

    Thread Starter reptilo

    (@reptilo)

    Hi, I don’t understand why the URL is truncated. All the CSS or JS files have this problem in the adding H5P page. I have no problem with others plugins.

    Could you help me ?

    Thread Starter reptilo

    (@reptilo)

    I finally find the problem in the wp-config.php :

    define( ‘WP_CONTENT_URL’, ‘/wp-content’)

    The widget does not support the relative path.

    Plugin Author icc0rz

    (@icc0rz)

    Yes, this is an error in your setup. Even though there is no validation for this, the WP_CONTENT_URL should always be an URL.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Unable create new H5p topic’ is closed to new replies.