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

Re: Orphans when migrate

$
0
0
volgens Artur Welp.  

There were two custom course formats, and most part of the courses used them.

When i runed the migration process, they do now shown as a dependence. So Moodle used Single activity as the default format.

To solve the problem, I just moved the two course format folders to the course format location.


Edit--

There are still a problem. The courses I tried before fixing the folders, now lost all topics indexing. The resources are all in one topic. Is there a way to solve it?


Re: After upgrade to latest version of Moodle 3.5.3 can't login

$
0
0
volgens Rama Bodapati.  

Thanks. Added this line ($CFG->disablelogintoken = true;) in config.php

and am now able to login with Moov theme

Will remove once theme updates their code



ِِِAll moodle links are empty in site administration

$
0
0
volgens Ahmed Ibrahim.  

I have just installed moodle 3.2.1 using mariadb on centos 7

After installing, when I go into site administration, all links are empty

for example, when I try to open plugin link nothing occur and the address  bar changes to admin/search.php?query=&adminedit=1&sesskey=qmlAWysTZf#linkmodules

I used the following link for installation

https://www.vultr.com/docs/how-to-install-moodle-on-centos-7

I did all the steps except Setup a cron job

Also I disabled SELinux in order to allow http to write to moodledata

What is the problem?

Thanks in advance


Re: Orphans when migrate

$
0
0
volgens Ken Task.  

Afraid no help can be given ... the DB you imported has newer information/meta data that what's in the older moodledata/filedir and other directories - just like menu says ... orphaned - there's data in the DB but no files/resources etc. that match in moodledata.

A minimal clone of production site would need to include at least the moodledata/filedir directory and I'll bet that's the lions share (largest) of what's in moodledata.

Depending upon operating system, one could see how large filedir really is:

cd /path/to/moodledata/

du -h ./filedir/

That probably will take a long time to execute and probably hefty on resources of server so do that a non-prime time for users.

'spirit of sharing', Ken




After upgrading to 3.5.3 from 3.5.2 custom theme settings no longer maintained

$
0
0
by Jay Darnell.  

Hi all,

This is strange. We have been building a new Moodle site for the last few months and had been running on 3.5.2. I have a custom theme I've developed with its own settings which has been working great. After upgrading to 3.5.3 yesterday none of my theme settings are maintained after I click save. If I enter a value into a theme setting textbox for example and hit save its simply empty after the page refresh.

I'm still pretty new to Moodle and am not able to parse the complete contents of the upgrade on my own to understand how this could happen.

My theme uses Boost as a base theme.

Thanks,

Jay

Re: Can"t login afther updat 3.5.2+ 10-11-2018

$
0
0
by Paul Roberts.  

I just restored the backup that I made immediately before attempting to install the upgrade. I see no differences. Cannot log in and am still getting the message:

Exception - Call to undefined function tool_dataprivacy_standard_footer_html()

and this error message:

[MAIN CONTENT GOES HERE - FKubOi2Ifj]

We have an online course session scheduled for this Saturday and I would really appreciate it if someone could help me so that we will not miss this session.

Re: After upgrading to 3.5.3 from 3.5.2 custom theme settings no longer maintained

Re: Can"t login afther updat 3.5.2+ 10-11-2018

$
0
0
by Paul Roberts.  

I have included

$CFG->disablelogintoken = true;

in the config.php file. No change.


categories/courses

$
0
0
by Chris Nelson.  

We are moving to Moodle 3.5 from moodle 2.6. I have a fresh install of moodle 3.5 up and running. Is there a way to add the present Categories from our old site to the new Moodle site through some sort of export/import or using a csv file - or is this a manual process? We are running Moodle on Server 2012 R2, IIS 8, PHP 7.2 and MariaDB 10x.

Secondly is it possible to bulk upload courses into the new moodle site from a back up? (no users etc)

Not sure if I should have kept these questions separate or not.

Thank you.

Re: Can"t login afther updat 3.5.2+ 10-11-2018

$
0
0
by Chris Kenniburg.  

Hello Paul,

I was able to reproduce your error when working on a dev site.  It seems like you might have tried to upgrade and maybe tried to revert back.  In any case, this specific issue you describe went away when I manually went to the server folder and deleted the cache files.  They are in the Moodle Data folder on your server.  

Would be worth a try at this point.  

Re: Can"t login afther updat 3.5.2+ 10-11-2018

$
0
0
by Alain Raap.  

Paul, did you also restore a backup of the database? A change in the database table could cause your problem.

Re: Moodle in English: Re: Can"t login afther updat 3.5.2+ 10-11-2018

$
0
0
by Paul Roberts.  

It worked great.



When I upgrade to the next version the system complains about the database

and that the php version is incorrect. I have just ignored these warnings

as I am unsure about how to make these changes. Any suggestions?



On Wed, Nov 14, 2018 at 2:30 PM Chris Kenniburg (via Moodle.org) <

Re: Moodle in English: Re: Can"t login afther updat 3.5.2+ 10-11-2018

$
0
0
by Paul Roberts.  

Should I go ahead with the upgrade to version 3.5.3+?



I am afraid that the same thing as before will happen.

Re: categories/courses

$
0
0
by Ken Task.  

The second ...

IF one can get moosh (a command line utility) to run on Windows, it has a way to 'restore' those no user backups to a category if one uses a looping bash shell (or whatever one does now on Windows for same) that would restore those courses in a category .... category has to pre-exist.

Example of one course restore - no looping below:

echo 'Takes one parameter ... the full name of the .mbz file to restore.';
echo 'Parameter given: '$1;
echo 'Paused ...';
read $keypress;
echo 'Ok.  Attempting course restore to cat id 4 - the AS Test Category....';
moosh -n --moodle-path='/var/www/html/moodle/' course-restore $1 4

http://moosh-online.com/

http://moosh-online.com/commands/

BTW, used looping with above to restore about 4000 courses over very long day - this to say, know moosh works.

'spirit of sharing', Ken


Re: Moodle in English: Re: Can"t login afther updat 3.5.2+ 10-11-2018

$
0
0
by Chris Kenniburg.  

Without knowing your server specs I'm not sure what to recommend.  Do you have the actual error?  Php version could mean you cannot upgrade until you update your server.  

Plugin Version is most likely a database/ failed or stopped upgrade issue.  

Without concrete error messages I would be hesitant to offer any more advice.  

If you stopped or failed during an upgrade of Moodle you should consider completing the process.


Problem running Moodle 3.2.2+ on Ubuntu 18.04.1 LTS

$
0
0
by Caroline Zhang.  

Our organization plans for a Moodle upgrade from Moodle 3.2.2+ to Moodle 3.5.2+. Part of this project involves a server upgrade from Ubuntu 14.04.5 LTS to Ubuntu 18.04.1 LTS.

We built Ubuntu 18.04.1 LTS, then copied the current Moodle 3.2.2+ site. It worked fine as a test site, we did all sorts of tests then decided to make it live. Unfortunately the site crashed frequently, the server froze, we could not ssh to it. From VMWARE logs:
Message: The CPU has been disabled by the guest operating system. Power off or reset the virtual machine.

We have no idea why the power off was done by the guest operating system. Will that be a Moodle problem? We thought it might be too many students logging and submitting which caused the problem. We put Moodle into maintenance mode, but the server still froze after several hours.

The server never freeze again after we switched it back to test site.

Did anybody have similar problem? We are totally lost in this situation. Hope somebody could help.

Thanks a lot!

Techz Town

$
0
0
by Lucky Lucky.  

Techz Town Provides Useful TechTips,How To,Gadget Reviews,Tips And Tricks,Cool Hacks,Alternatives And PC,Moblie Tips,Internet Tips.We Are Working To Make It World's Leading Digital Resource On Web.


Re: Problem running Moodle 3.2.2+ on Ubuntu 18.04.1 LTS

$
0
0
by Lucky Lucky.  

Thanks for Sharing Helful Article.and Also Like Your Website.if You Like Useful TechTips,How To,Gadget Reviews,Tips And Tricks,Cool Hacks,Alternatives And PC,Moblie Tips,Internet Tips And other Stuff You can Visit MYWEBSITE

Re: categories/courses

$
0
0
by Lucky Lucky.  

Thanks for Sharing Helful Article.and Also Like Your Website.if You Like Useful TechTips,How To,Gadget Reviews,Tips And Tricks,Cool Hacks,Alternatives And PC,Moblie Tips,Internet Tips And other Stuff You can Visit MYWEBSITE 

Re: After upgrading to 3.5.3 from 3.5.2 custom theme settings no longer maintained

Viewing all 47094 articles
Browse latest View live


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