Quantcast
Channel: Installing and upgrading help
Viewing all 47386 articles
Browse latest View live

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

$
0
0
by Ken Task.  

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

$
0
0
by Chris Toselli.  

Thanks for your quick reply. I tried that first thing. Unfortunately, no change. I also removed any CSS tweaks that we had done in the customisation area, that didn't help at all. It seems that it has lost all course context for some reason. If you add the admin block, for example, even when in a course, it only shows the site administration link, no course administration links.

Moodle Style Javascript LOAD Problem during Instalation

Re: Moodle Style Javascript LOAD Problem during Instalation

$
0
0
by Vahag Grigoruyan.  

The Problem is because of the nginx configuration and thanks to Tim Volckmann
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

$
0
0
by Katlego Lerebolo.  

Hi Ken,

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

Re: Moodle upgrage from Moodle 3.6.10 to 3.11.2 halts with no error message

$
0
0
by Katlego Lerebolo.  

Hi Ken,

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

Unable to delete Activity / Resoiurce after upgrade to Moodle 3.11

$
0
0
by Rizwan A. Khan.  

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

$
0
0
by Howard Miller.  

"not able"

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

$
0
0
by Ken Task.  

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

$
0
0
by Rizwan A. Khan.  

There is no dropdown to edit similar to that appears for topics. The dropdown that allows to edit activity / resource as well to duplicate or delete. This menu not anymore visible. Please see the attached screenshot. There is dropdown edit menu for Topic. But the resource label called "test" that I added does not have any edit menu. Hence I cannot delete label nor I can edit it.

Re: Upgrading from 2.5 to 3.1

Re: Unable to delete Activity / Resoiurce after upgrade to Moodle 3.11

$
0
0
by Howard Miller.  

Switch on the Javascript Console in your browser. Refresh the screen. Do you see (red) errors?

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

$
0
0
by Rizwan A. Khan.  

Thank you very much for your response. I am using adaptable theme. When I change to boost or any other theme then it works.

Re: Upgrade issues: 3.9.9 to 3.11

$
0
0
by Suhail Vahed.  

Thank you for your feedback and advice, fortunately there was a backup available which allowed restoration to the original version pre-upgrade.

Re: Automated and Manual backups do not finish

$
0
0
by Beto Boton.  

Did not find an answer to this issue yet, and the debugging is not giving any helpful messages.
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

$
0
0
by Oğuz Koca.  

Hi,

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.

Re: error access app moodle

$
0
0
by Eula Brant.  

I've fixed my concern by uninstalling the plugin link . Carlos Cadabeira you may have to uninstall BigBlueButton and afterward add again in case you are using it.
Viewing all 47386 articles
Browse latest View live


Latest Images

<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>