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

Re: Admin cannot login after migrating to new server

$
0
0
by Karishma Tiwari.  

BTW despite having debug turned on, when i login, i dont see any error msges
And the sessions folder in my moodledata is empty.

Re: Admin cannot login after migrating to new server

Re: Admin cannot login after migrating to new server

$
0
0
by Karishma Tiwari.  

Thanks for the reply Sir.

Yes I have these:
drwxr-xr-x. 17 apache apache 253 Jun 19 19:22 moodledataABS
[root@AICB-Moodle2001 moodledataABS]# php -v
PHP 7.0.33 (cli) (built: Oct 22 2019 10:24:41) ( NTS )
Copyright (c) 1997-2017 The PHP Group
Zend Engine v3.0.0, Copyright (c) 1998-2017 Zend Technologies
with Zend OPcache v7.0.33, Copyright (c) 1999-2017, by Zend Technologies
[root@-Moodle2001 moodledataABS]# mysql -V
mysql Ver 14.14 Distrib 5.6.40, for Linux (x86_64) using EditLine wrapper
[root@-Moodle2001 moodledataABS]#

Re: Admin cannot login after migrating to new server

$
0
0
by Karishma Tiwari.  

Now I can also see this error:


Re: Admin cannot login after migrating to new server

$
0
0
by Karishma Tiwari.  

This is my sessions handling settings:



Since it is using DB for sessions, how do I clear the DB cache / sessions?

Re: This site can't be reached during installation

$
0
0
by Usamah Comp.  

thanks for solution... I can continue my installation of moodle in my pc... (i'm from Indonesia)

Terima kasih atas solusinya... saya bisa melanjutkan instalasi moodle di PC saya...

Re: Admin cannot login after migrating to new server

$
0
0
by Ken Task.  

Uncheck.  Should be using files then.  Also check max_allowed_packet ... use mysql client on server:

show variables like 'max_allowed_packet;

The advice on notice says at least 4M.

If you set via my.cnf, restart mysqld for the changes to take affect.

'SoS', Ken

After upgrading to 3.11 mp4 embeded files are not shown

$
0
0
by Irith Herman.  

I have a lot of embedded videos that are on another server.

After upgrading to version 3.11 they do not work.

I see the iframe code but it does not work



Re: Admin cannot login after migrating to new server

$
0
0
by Howard Miller.  

Is your login page just core Moodle code or is it something custom?

What theme are you using? If not a core theme, switch to Boost (to see if it makes any difference)

Re: After upgrading to 3.11 mp4 embeded files are not shown

$
0
0
by Giovanni Vosloo.  

Hi Irith,

We would love to help, but it would be great to get a good description of "they do not work", is there an error? does the code disappear? Can you see the video, but clicking it does not work?

Looking forward to additional information.

Spoodle Help

$
0
0
by Fatima Rahiman.  

Hi there

Im hoping Stephen Grono can assist with this query as I'm desperately trying  to get hold of him via email , having liaised  with him previously but now cant seem to get hold of him since last November in 2020...

We created four courses on Spoodle for educators in remote lying areas and now wish to import the course into an existing  Moodle platform.

However users are having problems installing Spoodle into their existing Moodle platform with the following errors reported: 

Description of errors

 IS there anyone else that can please assist?

תשובה ל: Re: After upgrading to 3.11 mp4 embeded files are not shown

Docker Moodle (version 3.3): localhost not working (CentOS)

$
0
0
by Alejandro Vizcaíno.  

I have to work with Moodle, so I installed Moodle from here: https://hub.docker.com/r/jauer/moodle

I created the docker containers.

MySQL container:

docker run -d --name DB -p 3306:3306 -e MYSQL_DATABASE=moodle -e MYSQL_ROOT_PASSWORD=moodle -e MYSQL_USER=moodle -e MYSQL_PASSWORD=moodle mysql

Moodle container:

docker run -d -P --name moodle --link DB:DB -e MOODLE_URL=http://localhost:8081 -p 8081:80 jhardison/moodle

Result after docker ps -a:

CONTAINER ID   IMAGE              COMMAND                  CREATED         STATUS                     PORTS                                                                              NAMES
647128e9d155   jhardison/moodle   "/etc/apache2/foregr…"   7 minutes ago   Up 7 minutes               0.0.0.0:8081->80/tcp, :::8081->80/tcp, 0.0.0.0:49157->443/tcp, :::49157->443/tcp   moodle

e83ad7433905   mysql              "docker-entrypoint.s…"   7 minutes ago   Up 7 minutes               0.0.0.0:3306->3306/tcp, :::3306->3306/tcp, 33060/tcp                               DB

I open http://localhost:8081 but nothing is showing. Message: Can't connect. Also http://localhost:8080 is a white webpage. It loads but without content.

My Apache version:

httpd -v
Server version: Apache/2.4.6 (CentOS)
Server built:   Nov 16 2020 16:18:20

I have a Windows host machine and I am connecting via ssh to a CentOS VM. I have also installed SimpleSAMLphp in the VM, and I can access to it from Windows at https://localhost:8443/simplesaml/module.php

I need to make Moodle work. I have read forum topics, tried different ways to install Moodle but still can't achieve what I want. It must be installed in CentOS.

Thanks in advance and I hope you could help me.


Re: Docker Moodle (version 3.3): localhost not working (CentOS)

$
0
0
by Howard Miller.  

Is there a particular reason you used that docker container?

That's not the official way to install Moodle, we don't know what it does and so have very little chance of being able to help. If the person who owns the github page can't help I would suggest installing Moodle using methods documented on moodle.org

Re: Docker Moodle (version 3.3): localhost not working (CentOS)

$
0
0
by Alejandro Vizcaíno.  

There is not a particular reason. It is just the link my teacher provided to us as an example. I will try another method then, thanks.

update version of moodle

$
0
0
by Carlos Cadabeira.  

What's up friends.

The hosting is forcing me to update, since they updated PHP version to 7.4.

I was running a 3.2.9 moodle, I wanted to go to 3.8 and it didn't let me and then I tried 3.4.9 and neither.

Now I'm going to try a version 3.6. Do you think it will work?

Thank you

Re: Admin cannot login after migrating to new server

$
0
0
by Karishma Tiwari.  

Thanks all for your replies.

We solved this problem by setting the /etc/hosts file with the IP number.

Re: update version of moodle

php_extension

$
0
0
by Kuldeep Singh.  

I have installed moodle 3.9.7 and I've installed php-gd 7.2 but I'm still getting the error "The GD extension is now required by Moodle for image conversion." 
How to overcome this issue in aws ? 

Re: php_extension

$
0
0
by Visvanath Ratnaweera.  

Did you restart the web server or the php-fpm server, depending on your platform? I don't know AWS, this applies to plain Unix/Linux installations.

BTW, better suited for the Installing and Upgrading forum.
Viewing all 46921 articles
Browse latest View live


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