hey there i got the same problem
and even more its just like this one
https://moodle.org/mod/forum/discuss.php?d=401836
here is a picture from my website
Re: Path to moodle js files redirects to /my
Re: Moodle upgrage from Moodle 3.6.10 to 3.11.2 halts with no error message
See previous response ... not trying to be difficult, but ...
I don't do Microsoft anything ... MS-SQL is a M$ DB ... again ... I don't do anything M$.
My suggestion was to make full user course backups in the 3.6 instance saved to an alternative location outside of moodledata.
Use those course backups to restore to the new 3.11.x moodle.
https://docs.moodle.org/36/en/Course_backup
'SoS', Ken
Re: Course Administration Page Blank except for Title
Moodle Style Javascript LOAD Problem during Instalation
Re: Moodle Style Javascript LOAD Problem during Instalation
He suggested to look at nginx confs and set it something like this
That's the part in my nginx.conf that solved the issue for me:
location ~ [^/]\.php(/|$) {
fastcgi_split_path_info ^(.+\.php)(/.+)$;
fastcgi_index index.php;
fastcgi_pass php-fpm:9000;
include fastcgi_params;
fastcgi_param PATH_INFO $fastcgi_path_info;
fastcgi_param REQUEST_METHOD $request_method;
fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;
}
here is the original conv
Tim Volckmann, [21.08.21 10:32]
Hi @WADVahag I had a similar issue some weeks ago with Moodle 3.9 but finally it wasn't a Moodle issue. The reason was that I switched from Apache to nginx and nginx didn't resolved the "pluginfile.php/somefile"-urls (returning 404). I had to adjust the nginx configuration file. Which webserver are you using?
Vahagn Grigoryan, [21.08.21 10:35]
Guess the same one
Vahagn Grigoryan, [21.08.21 10:35]
Cause i never sae a problem like that on xamppor lamp
Vahagn Grigoryan, [21.08.21 10:37]
Could you please tell me what to change in the configs i will give that info to tech lead so he can help
Tim Volckmann, [21.08.21 10:40]
That's the part in my nginx.conf that solved the issue for me:
location ~ [^/]\.php(/|$) {
fastcgi_split_path_info ^(.+\.php)(/.+)$;
fastcgi_index index.php;
fastcgi_pass php-fpm:9000;
include fastcgi_params;
fastcgi_param PATH_INFO $fastcgi_path_info;
fastcgi_param REQUEST_METHOD $request_method;
fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;
}
Re: Moodle upgrage from Moodle 3.6.10 to 3.11.2 halts with no error message
Tried to install Moodle 3.11 and there after it got an error : The site administrator should also check that the database details have been correctly specified in config.php
Please note that this is a completely new installation on CentOS
rEGARDS
Re: Moodle upgrage from Moodle 3.6.10 to 3.11.2 halts with no error message
Assuming MySQL vr. 8 ...
ps aux |grep mysqld
or
systemctl status mysqld
if those don't show anything, then mysql-server/client not installed or you didn't finish a secure installation.
Please see:
https://www.digitalocean.com/community/tutorials/how-to-install-mysql-on-centos-8
'SoS', Ken
Re: Moodle upgrage from Moodle 3.6.10 to 3.11.2 halts with no error message
No worries - i came right and the site is now up and running.
I now want to backup existing production site to my new environment
Do you have step by step link on how to?
Please advice
Regards
Re: Moodle upgrage from Moodle 3.6.10 to 3.11.2 halts with no error message
See previous posting in this thread:
https://moodle.org/mod/forum/discuss.php?d=425897#p1714975
Now that you have a 3.11.highest installed and running the only way to keep what you have and not have to go backwards is NOT to do a site migration, but rather, to restore full user backups of each course into new server.
https://docs.moodle.org/36/en/Course_backup
Restore into existing running 3.11 ...
https://docs.moodle.org/311/en/Course_restore
'SoS', Ken
Unable to delete Activity / Resoiurce after upgrade to Moodle 3.11
I am not able delete activity / Resource after moodle upgrade. On the other hand I am able to delete section. The edit option next to activity / resource does not appear. Any help in this regards?
Re: Unable to delete Activity / Resoiurce after upgrade to Moodle 3.11
What do you mean? What happens / doesn't happen?
Re: Moodle upgrage from Moodle 3.6.10 to 3.11.2 halts with no error message
Follow up ... we've been conversing via PM but am moving the conversation back to public forums ... this thread.
OP says they have a CentOS 8 server now up and running ... but ... evidently, docs for how to install moodle on any 'flavor' seem to lack a good path to follow ... ie, what comes first. (yes, I know docs are a wiki, but ...).
For a moodle server that will be on internet (public), there is a certain order for the web service that will make installation of Moodle much easier.
1. get a FQDN for the server entered into DNS.
2. install a valid cert for web service.
3. get apache to respond to both port 80 (first) and also port 443 (tls for https). Drop a blank index.html page that has nothing in it but 'It works!'. This step might also involve server firewall.
4. Then a php info page to make sure web server can use https with the PHP version desired + php extensions required by moodle.
Then and only then ... install moodle.
My 2 cents!
'SoS', Ken
Re: Unable to delete Activity / Resoiurce after upgrade to Moodle 3.11
Re: Upgrading from 2.5 to 3.1
Re: Unable to delete Activity / Resoiurce after upgrade to Moodle 3.11
What theme are you using? If not Boost, try again in Boost.
Is it just one course or all courses?
Re: Unable to delete Activity / Resoiurce after upgrade to Moodle 3.11
Re: Upgrade issues: 3.9.9 to 3.11
Re: Automated and Manual backups do not finish
I turn off all options on backup setup, and start turning them on one by one (what else???)
Re: Moodle upgrage from Moodle 3.6.10 to 3.11.2 halts with no error message
First of all, thank you Ken for being a active member of the community. I have read many of your troubleshooting steps so far.
I could not find any block_course_summary table in my database, too. i believe block_ prefix means it is related to blocks directory.
I have a dev enviroment which i can replay the upgrade over and over, but it is always the same: it halts at "table updating page".
If you can point me to a direction, i can retry the upgrade and find any clues that may help.
Since i don't (and can't) have internet connection, during the upgrade i copy the all plugin directories to the new moodle path. This have worked for me in upgrading 3.5-to-3.6, but i believe this may be the problem. I was hoping to upgrade all packages after i moved to the newest version.