Title: Invalid überName
Last modified: October 24, 2018

---

# Invalid überName

 *  Resolved [twwoodward](https://wordpress.org/support/users/twwoodward/)
 * (@twwoodward)
 * [7 years, 7 months ago](https://wordpress.org/support/topic/invalid-ubername/)
 * We’re running WordPress Multisite v 4.9.8 and H5P v 1.10.3. This is happening
   on all the sites I’ve tested but I linked to one on Russian.
 * The console is giving me an ‘Invalid überName’ error in addition to ‘Uncaught
   SyntaxError: Unexpected token u in JSON at position 0’ when attempting to use
   a newly installed content type.
 * The library doesn’t seem to be connected to the content type browser for the 
   individual site. I’ve tried manually updating these libraries but that doesn’t
   get recognized either.
 * I think this all tied to the way the h5peditor.js file gets the library location
   but I’m not sure why/how it’s failing.
 * We had to make line 65 in class-h5p-content-query.php more explicit to get the
   library content to show up.* It now reads . . .
    `'u' => " LEFT JOIN rampageswp.
   wp_users u ON hc.user_id = u.ID",`
 * Maybe something similar is going on with line 64 in that file? I’m guessing there
   but maybe that’s a clue for someone who knows the plugin more deeply.
 * Any tips or hints are appreciated.
 * *I know this isn’t good practice and is actively a bad idea but it’s been the
   only way we can get it to work so far.
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Finvalid-ubername%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  Plugin Author [icc0rz](https://wordpress.org/support/users/icc0rz/)
 * (@icc0rz)
 * [7 years, 7 months ago](https://wordpress.org/support/topic/invalid-ubername/#post-10814107)
 * I’ve seen a similar issue previously and then the problem was another plugin 
   printing characters before the actual response from the H5P plugin.
 * If you haven’t already could you check what the actual response to the AJAX request
   is? You can do this by opening the Network tab in the browser’s console(Ctrl+
   Shift+J in Chrome). Filtering on XHR will make the request easier to see.
    Have
   a look at the first characters. They should only be ‘[{‘ or ‘{‘.
 *  Thread Starter [twwoodward](https://wordpress.org/support/users/twwoodward/)
 * (@twwoodward)
 * [7 years, 7 months ago](https://wordpress.org/support/topic/invalid-ubername/#post-10827473)
 * Thanks very much [@icc0rz](https://wordpress.org/support/users/icc0rz/).
 * The AJAX stuff seems to be clean.
 * I turned on error logging in WP and am seeing
 * `WordPress database error Field 'tutorial_url' doesn't have a default value for
   query INSERT INTO ...`
 * I’m looking into whether strict mode in the db may be at least partially to blame.
 *  Thread Starter [twwoodward](https://wordpress.org/support/users/twwoodward/)
 * (@twwoodward)
 * [7 years, 7 months ago](https://wordpress.org/support/topic/invalid-ubername/#post-10827537)
 * Yeah, it was a result of strict mode on the database.
 *  Plugin Author [icc0rz](https://wordpress.org/support/users/icc0rz/)
 * (@icc0rz)
 * [7 years, 7 months ago](https://wordpress.org/support/topic/invalid-ubername/#post-10829541)
 * Ah, I see.
    Please let me know if there is something obvious you see that we 
   can change to make it compatible.

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

The topic ‘Invalid überName’ is closed to new replies.

 * ![](https://ps.w.org/h5p/assets/icon.svg?rev=986118)
 * [Interactive Content – H5P](https://wordpress.org/plugins/h5p/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/h5p/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/h5p/)
 * [Active Topics](https://wordpress.org/support/plugin/h5p/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/h5p/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/h5p/reviews/)

 * 4 replies
 * 2 participants
 * Last reply from: [icc0rz](https://wordpress.org/support/users/icc0rz/)
 * Last activity: [7 years, 7 months ago](https://wordpress.org/support/topic/invalid-ubername/#post-10829541)
 * Status: resolved