Current release information error after installing a plagin

Current release information error after installing a plagin

by עומר שורצולד -
Number of replies: 1

I tried to install the following plugin:

https://moodle.org/plugins/local_importtosection/v0.9.1/21706

The module version is 4.0.10

The installation caused me to be stuck on the screen attached as an image and unable to progress at all Current release information.

I tried to do the instructions in the link and updated the coding of the database. Attached picture. I'm pretty stuck, I didn't realize that installing a plugin could cause such serious problems.

I install by cpanel, php version 7.3.

I would greatly appreciate your help, thanks in advance.




Average of ratings: -
In reply to עומר שורצולד

Re: Current release information error after installing a plagin

by Ken Task -
Picture of Particularly helpful Moodlers
That plugin:
shows compatibility up to version 3.9 of Moodle code.

Link above does show maintainer information.   Suggest you contact them about the plugin.

Installing a plugin or updating or upgrading moodle will check environment now for compatibility.

The unicode issue you *must fix*.

Database for your moodle must be file type Barricuda - InnoDB with character set utf8mb4 with collation of utf8mb4_unicode_ci. for the DB and all the tables and columns in those tables.

Using MySQL or MariaDB - what version?  Reason asked, some of the recommendations on settings for DB server's my.cnf file, may not apply now ... no longer needed IF .... IF ... you are running version 8 of MySQL or equiv in MariaDB

See:
for help.

Big help if running Linux and you have shell access to your server as there are some .php scripts in code/admin/cli/ that will help fix some of this.

'SoS', Ken