You'd be unlucky if the upgrade broke so badly that you couldn't use the site. But even then overriding the theme can be done by adding
$CFG->theme = 'boost';
...in your config.php file
Strange ... on a CentOS 7 server when I use wget it works.
Difference in mine ... my server talks DNS v6 for resolving:
Resolving moodle.org (moodle.org)... 2606:4700:10::6816:4151, 2606:4700:10::ac43:1ae9, 2606:4700:10::6816:4051, ...
Connecting to moodle.org (moodle.org)|2606:4700:10::6816:4151|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 388931 (380K) [application/zip]
Saving to: ‘mod_bigbluebuttonbn_moodle311_2019101008.zip’
Might try again with -v (verbose) as an option so you might see something more.
Wonder if public IP address of your server has some how been ID'd as a 'bad actor' by cloudflare cause you report a denied.
Also try: curl -svo /dev/null https://moodle.org
Will give you info + CloudFlare ray.
'SoS', Ken
I had the same problem and the solution was simple:
Settings:
Administration - Site administration - Server - Email - Outgoing mail configuration
-------------------------------------
- SMTP Hosts: smtp.zoho.com:465
- SMTP Security: SSL
- User: Zoho email account
- Password: Zoho password for apps
-------------------------------------
And very important to create the Email Alias in Zoho "noreply"
noreply@ZohoEmailAccount
In case you need to send emails using Zoho's SMTP server, you need to make sure that both the Username and From Address need to be similar for authentication.
It is cloudflare ...
From workstation (Mac) clip:
* Trying 2606:4700:10::6816:4151...
* TCP_NODELAY set
* Connected to moodle.org (2606:4700:10::6816:4151) port 443 (#0)
* ALPN, offering h2
* ALPN, offering http/1.1
* successfully set certificate verify locations:
* CAfile: /etc/ssl/cert.pem
CApath: none
* TLSv1.2 (OUT), TLS handshake, Client hello (1):
} [224 bytes data]
* TLSv1.2 (IN), TLS handshake, Server hello (2):
{ [100 bytes data]
* TLSv1.2 (IN), TLS handshake, Certificate (11):
{ [2211 bytes data]
* TLSv1.2 (IN), TLS handshake, Server key exchange (12):
{ [115 bytes data]
* TLSv1.2 (IN), TLS handshake, Server finished (14):
{ [4 bytes data]
* TLSv1.2 (OUT), TLS handshake, Client key exchange (16):
} [37 bytes data]
* TLSv1.2 (OUT), TLS change cipher, Change cipher spec (1):
} [1 bytes data]
* TLSv1.2 (OUT), TLS handshake, Finished (20):
} [16 bytes data]
* TLSv1.2 (IN), TLS change cipher, Change cipher spec (1):
{ [1 bytes data]
* TLSv1.2 (IN), TLS handshake, Finished (20):
{ [16 bytes data]
* SSL connection using TLSv1.2 / ECDHE-ECDSA-CHACHA20-POLY1305
* ALPN, server accepted to use h2
* Server certificate:
* subject: C=US; ST=CA; L=San Francisco; O=Cloudflare, Inc.; CN=sni.cloudflaressl.com
* start date: Aug 2 00:00:00 2020 GMT
* expire date: Aug 2 12:00:00 2021 GMT
and
< cf-ray: 65c286a2dfc310e4-ORD
From Rackspace server:
curl -svo /dev/null https://moodle.org
Mine:
> GET / HTTP/1.1
> User-Agent: curl/7.29.0
> Host: moodle.org
> Accept: */*
>
and ok the rest from there.
Yours breaks down @
>< HTTP/1.1 403 Forbidden
Also see your ray as coming from Hong Kong
CF-RAY: 65c244646b86d1af-HKG
How's the setup of https on your server? Certs OK?
You could use SSLabs checker to check your cert on your server.
You are not running selfsigned certs are ya?
'SoS', Ken
Trying to integrate Moodle to Teams and when I go to add the admin consent I get an Error 403, I am both Admin in Moodle and Azure Directory. All steps previous to this went according to plan. Any ideas?
Thank you,
Andre
Since file -b says the downloaded file is an html file, it is probably an error page from cloudflare ... rename the .zip file to .html then view with browser to see what CF might be telling you.
Also ... might want to check your certs using SSLabs checker.
https://www.ssllabs.com/ssltest/
One should not be running any ssl protocols these days .... tls 1.2 or higher.
Also ciphers could be reduced ... SSLabs checker will tell ya.
IF you PM me the FQDN and real IP address of your server I can do some remote testing for ya and get back via PM.
'SoS', Ken
Hello I have this problem
I use the server's mail() function, so I don't put any setting on outgoing mail configuration.
When I test the e-mail using the outgoing mail configuration, my moodle was able to send the test e-mail. I can receive the test e-mail on my e-mail address. However when I use the registration page, my moodle wasn't able to send confirmation e-mail. Also when I use the resend confirmation e-mail, the moodle failed to send it. Is there any different setting for registration and resend confirmation e-mail?
My setup:
Moodle 3.97
PHP 7.4
using cpanel installation on a hosting provider so I don't know where to see the log file.
Thank you.
So I've managed to integrate Moodle into my Teams environment but when I go to choose a class to add a Tab in my Teams environment, it apprears for maybe a little more than a second and disappears.
If I am really quik with the mouse, I can select the class I want but I doubt this will last long when additional classes are added. Once selected, I can proceed to the next screen and select save, otherwise, I can't add the Tab.
How to I delay the disappearance of this screen?
Thank you,
-@ndr£-
Below is the screen that appears briefly (Until I select a course, the save button ("Enregistrer" is greyed out)
Hi friends, I tried to install Moodle more than 5 times in different ways on our Windows Server 2016, but at the end the same issue is happening. The styles is not loading or working (see image below):
As you can see, some errors were thrown in console, but I'm new in PHP development and I don't know how to fix them.
Any help will be appreciated.
Thanks,
Claudionir Queiroz
Ps.: The red marks represent the domain address
I have been searching for an online learing tool I can add to my news blog where I am using wordpress.
I am not at all a web developer. Im more of a windows server guy I was hoping that I might be able to find someone from this community that might be able to directly assist me.
Basically what I am trying to do is create a free online learing portal where I can create certain lessons for a few things like routing and exchange server. And I basically want to give this away for free.
I have installed the mod, however I seem to be having an issue with my phpadmin database since the install
Hoping someone here might be able to offer me some advise. Google does not seem to have the answer.
Got your PM. Really can't help ... don't run Windows anything anymore. Maybe Usman can confirm, but from past experience, Moodle should have 64 Bit PHP. You will have problems with course backups/restores and anything that gets to a 4 Gig limit (if I re-call correctly).
Any Windows experts ... please confirm my feeble memory!
'SoS', Ken