WP Error: Content not found / New Plug-In-Version?
Hi,
Suddenly all (!) my H5P-Content isn't available on my Wordpress-Installation. I got the message "H5P Inhalt mit der id: 72 kann nicht gefunden werden." (German language, means: "H5P Content with ID: xxx could not be found" or sth. like that). I got this message as user on the wp-website and also in the h5p-hub.
System: WP 5.71 (de)
As I saw, the database-size is (only) 39MB - could this be right? Is all the content (incl. pictures...) stored in the database?
OR:
I just saw, that today there was an update of the wp-h5p-plugin from 1.15.0 to 1.15.2 -> could this be the problem?
Thanks for any idea...
G_71
G_71
Fri, 04/23/2021 - 20:58
Permalink
Solution found
I did a rollback to plugin v 1.14 and everything was ok. Anyone else with this problem?
g_71
lgbuh5p
Mon, 04/26/2021 - 03:52
Permalink
Same Problem
I had the same problem on April 22, 2021, had to roll back to 1.41.1 (with version issues). I left a note at wordpress.org
https://wordpress.org/support/topic/cant-find-h5p-content/
Thanks.
theyellowdart
Tue, 04/27/2021 - 02:04
Permalink
Also have problems with v 1.15.2
When I updated to the latest version of the H5P plugin for wordpress, I found I'm unable to upload my Course Presentation content.
It only shows the title field and then:
[field:group:coursepresentation:presentation]
There's no place to actually create the content.
Under Behaviour settings it just says:
[field:boolean:disposableBoolean:activeSurface]
How did you rollback to v 1.14?
Thanks
theyellowdart
Tue, 04/27/2021 - 02:05
Permalink
Also have problems with v 1.15.2
When I updated to the latest version of the H5P plugin for wordpress, I found I'm unable to upload my Course Presentation content.
It only shows the title field and then:
[field:group:coursepresentation:presentation]
There's no place to actually create the content.
Under Behaviour settings it just says:
[field:boolean:disposableBoolean:activeSurface]
How do you rollback to a previous version?
lgbuh5p
Tue, 04/27/2021 - 06:22
Permalink
Roll back version
@theyellowdart . On wordpress, I used the "roll-back plugin", which does not offer 1.50, went back to 1.41. That caused some new h5p contents to have complaints. It seems there is some bug in 1.15.2. Waiting for an update. Please back up as recommended.
G_71
Sun, 05/02/2021 - 00:01
Permalink
Rollback to 1.15.0 workes fine
...but I didn't understand where's the problem: plugin or maria-database or...?
Thanks, Igbuh5p, for leaving a note at wordpress.org.
iumbra
Sat, 05/15/2021 - 16:35
Permalink
Also have problems with v 1.15.2
Hi,
I installed H5p plug-in for the first time today and also have issues. There is not even an option for me to use an older version...
Error message:
No content types are available
G_71
Wed, 11/24/2021 - 20:29
Permalink
Solution found - All right with H5P update now
Hi,
after a long time I found a soloution. Thanks to https://wordpress.org/support/topic/cant-find-h5p-content/page/2/, where was an interesting discussion about the problem. There I realized, that it was caused by a new format of the database.
I solved the problem on a system with wp, hostet on debian with mariadb 10.3. This seems to be the problem: mariadb has chagend something in the format.
My way:
1. Start phpmyadmin, create a new database with a different name (e.g. "database2") [This will be automaticly created in the new, correct databaseformat)
2. Export the "old" database (wp-database). Dont forget to click on the database' name first - It costs me lot of time :-(
3. Change to the "new" database (database2) and import the exported file. So you have a correct working database.
4. Now you have to change to this new database in the wordpress-installation: Download and open wp-config.php and change the name from old to new. You may have to change the username, too. Upload it.
5. Update H5P-Plugin. Done... :-)
I'm happy that H5P runs in the actual version. Hope it helps sb.
Greetings!