WordPress unable to access hub, upload gives: Error could not load content type form

Hi I have WP installed and have the H5P add-in installed but get error that it cant connect to the H5P hub, and an upload gives an "Error could not load contect type"

If you try and add new content it says "No Content Types available."

  1. Detailed steps to reproduce the bug (exactly how and when did it happen) - As above.
  2. Platform and version number. E.g. Drupal, Wordpress, Moodle. WordPress 4.9.5
  3. Mobile or Desktop - Desktop
  4. Browser: Chrome, Firefox, Safari etc - Safari
  5. H5P plugin version - 1.10.1
  6. H5P content type and version (if a content type was used), and a sample URL or attached H5P. any (downloaded and tried to upload image-hotspots-2-825.h5p)
  7. Any browser console errors - none
  8. Any PHP errors - None
  9. Screenshots if it's a visual problem

BV52's picture

Hi Simon,

I am unable to reproduce the issue that you described above. If this is a new installation of the plugin I suggest that you uninstall and reinstall it.

-BV52

icc's picture

Hi Simon,

Are you sure the server has network access? Also, there should be some PHP errors when these things don't work. Try setting the following in wp-config.php:

define('WP_DEBUG', true);
error_reporting(E_ERROR | E_WARNING | E_PARSE);