People, somebody knows why theme adaptable don´t work in moodle 3.6???
Thank you very much
People, somebody knows why theme adaptable don´t work in moodle 3.6???
Thank you very much
Dear, it won't let me set the options (tab restrictions) for the tab.
I am using moodle version 3.6.
This is the message that appears: "Exception - Class '\ availability_group \ frontend' not found"
I appreciate any help.
Thanks
https://moodle.org/plugins/theme_adaptable
Says not to ask for support on link above, but to use the themes forum:
https://moodle.org/mod/forum/view.php?id=46
Releated? You were having issues with upgrading from lower version of core and ended up at 3.6 ... correct?
Adaptable theme is an add-on. Did you check to see if your version of the theme is in need of upgrading?
'SoS', Ken
Depending upon how you upgraded or have been trying to upgrade, appears the language pack ... es_ar is missing.
Reinstall it.
https://docs.moodle.org/311/en/Language_packs
'SoS', Ken
If I found your site, it appears the IP resolves to an IP that belongs to websitewelcome.com. They are a Hostgator/Bluehost property.
So mind describing how you are hosting? Shared hosting? Got cPanel? or Easy Apache? According to curl test on your domain, web service is NginX.
Does your provider have any FAQ's, customer docs/tutorials on admin of their offerings?
'SoS', Ken
I'm running Moodle 3.10.
I was having some errors related to a UTF mismatch, so I ran a command on the database, which seemed to fix the error. (This is the command: $ php admin/cli/mysql_collation.php --collation=utf8mb4_unicode_ci )
Then my problem was fixed!
However, I then went to upgrade a plugin, and now I'm getting this error:
DDL sql execution error
I've read some forum posts that suggest I might be able to drop the table mdl_block_recent_activity, but of course, that makes me a little nervous. (Yes, I would back up the database first, of course.) Though the data in there doesn't seem to be super-vital to the course. Related--could I just rename the table temporarily, to something like old_block_recent_activity instead?
I'll admit that this is a little confusing, since I would think that yes, of course this table already exists. Is the upgrade script trying to create a new version of it with my new character set?
Any pointers would be welcome.
Thanks in advance.
When switching to PHP 7.4 have you copied the php.ini that PHP 7.2 is using across to PHP 7.4?
Is the upgrade script trying to create a new version of it with my new character set? – No. What this error suggests is 1) the Recent Activity block wasn't installed, 2) somehow its table, mdl_block_recent_activity, was created in the database at some point, and 3) this block's source code folder is now present triggering the attempted install and failing because of 2).
So you're right to be confused! The trigger to install the Recent Activity block – 3) above – is the presence of the blocks/recent_activity folder in the Moodle source code. Since this has been part of Moodle since version 2.7 I can't explain why your site would only find this now. This surely shouldn't (couldn't?) happen unless there's been some manipulation of the source code (for example previously removing blocks/recent_activity) and/or database (for example a third party install process) at some point.
Is there any data in mdl_block_recent_activity? Run SELECT * FROM mdl_block_recent_activity to find out. If there's none then I suggest dropping the table as you say, and seeing if that resolves the issue. Backup the database anyway even if it's an empty table being dropped.
Also, what plugin were you installing? I don't think it's relevant but it would give us more details of this scenario.
@root of core code where one can see the hidden .git directory to update within a series ... like your 3.9.3 to what ever is the highest subversion (3.9.7) all that I have ever used is a 'git pull'.
@root of core code what do:
git branch -a
and
fgrep '$release' version.php
ls -l config.php version.php
show?
Plus ... to get from 3.5.x to 3.9.x what were the git commands you issued?
If part of a script, please share that part of your script here in text.
'SoS', Ken
Hello Gerlando,
much appreciated, thank you!
Best regards,
Christian
Hello, no, I am uzing php 7.0
Thank you
ok
Give me a track please for fix it
Thank you
Hello, how to remove a theme that says absent from the disk.
Thank you
I am using moodle 3.6