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

Re: Updating Moove theme plugin option not available

$
0
0
by Howard Miller.  

If in doubt, switch back to the core Boost theme before you upgrade.

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

Re: Background processing for assignment module fails to run

$
0
0
by Howard Miller.  

Switch on Debugging right up to Developer and let's get a full trace.

When did this start? My guess would be a problem with an upgrade (e.g. files overwritten rather than replaced)

Re: Could not upgrade or installing plugins from Moodle plugin directory

$
0
0
by Ken Task.  

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

Re: How can I use moodle for publishing courses on our website?

$
0
0
by Ashley Kirkcaldie.  

Learn the tips and tricks of logo design: I take students through an overview of my professional and creative logo design process, using the example of a logo.

Re: 3.8.2+ -> 3.9.7 admin/cli/upgrade.php says no Upgrade necessary

$
0
0
by Martin Eckleben.  

It's working.
Thank you so much!

If I'd have any spare time I'd open a discussion about improving the message and post a PR.
Maybe I will in a free moment smile

Re: Background processing for assignment module fails to run

$
0
0
by Andy Nicolle.  

It has only recently been reported, but it probably started with an upgrade to 3.9.6. It also looks like a minor version upgrade to 3.9.7 has corrected the issue.

Thank-you for replying to the initial query.

Re: SMTP configuration fail

$
0
0
by Julio Cesar Salamanca.  

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.

Re: Could not upgrade or installing plugins from Moodle plugin directory

$
0
0
by Tony Stark.  

Hi Ken,

This is what I got using WGET -V:

# wget -v https://moodle.org/plugins/download.php/24237/mod_bigbluebuttonbn_moodle311_2019101008.zip
--2021-06-08 20:53:24-- https://moodle.org/plugins/download.php/24237/mod_bigbluebuttonbn_moodle311_2019101008.zip
Resolving moodle.org (moodle.org)... 172.67.26.233, 104.22.65.81, 104.22.64.81, ...
Connecting to moodle.org (moodle.org)|172.67.26.233|:443... connected.
HTTP request sent, awaiting response... 403 Forbidden
2021-06-08 20:53:25 ERROR 403: Forbidden.

And this is what I got after curl -svo /dev/null https://moodle.org:

# curl -svo /dev/null https://moodle.org
* About to connect() to moodle.org port 443 (#0)
* Trying 104.22.65.81...
* Connected to moodle.org (104.22.65.81) port 443 (#0)
* Initializing NSS with certpath: sql:/etc/pki/nssdb
* CAfile: /etc/pki/tls/certs/ca-bundle.crt
CApath: none
* SSL connection using TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256
* Server certificate:
* subject: CN=sni.cloudflaressl.com,O="Cloudflare, Inc.",L=San Francisco,ST=CA,C=US
* start date: Aug 02 00:00:00 2020 GMT
* expire date: Aug 02 12:00:00 2021 GMT
* common name: sni.cloudflaressl.com
* issuer: CN=Cloudflare Inc ECC CA-3,O="Cloudflare, Inc.",C=US
> GET / HTTP/1.1
> User-Agent: curl/7.29.0
> Host: moodle.org
> Accept: */*
>< HTTP/1.1 403 Forbidden < Date: Tue, 08 Jun 2021 12:54:09 GMT < Content-Type: text/html; charset=UTF-8 < Transfer-Encoding: chunked < Connection: close < CF-Chl-Bypass: 1 < Permissions-Policy: accelerometer=(),autoplay=(),camera=(),clipboard-read=(),clipboard-write=(),fullscreen=(),geolocation=(),gyroscope=(),hid=(),interest-cohort=(),magnetometer=(),microphone=(),payment=(),publickey-credentials-get=(),screen-wake-lock=(),serial=(),sync-xhr=(),usb=() < Cache-Control: private, max-age=0, no-store, no-cache, must-revalidate, post-check=0, pre-check=0 < Expires: Thu, 01 Jan 1970 00:00:01 GMT < X-Frame-Options: SAMEORIGIN < cf-request-id: 0a8d4912bc0000d1af4d951000000001 < Expect-CT: max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct"< Server: cloudflare < CF-RAY: 65c244646b86d1af-HKG <
{ [data not shown]
* Closing connection 0

It looks like that Cloudflare is rejecting the connection from our server.

Do you have some thoughts about this?

Thank you,
Tony

Re: Could not upgrade or installing plugins from Moodle plugin directory

$
0
0
by Tony Stark.  

Is there a way to find out for sure if it's Cloudlfare?

Re: Could not upgrade or installing plugins from Moodle plugin directory

$
0
0
by Ken Task.  

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

Having trouble integrating Moodle to Teams

$
0
0
by Andre Boulay.  

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


Re: Having trouble integrating Moodle to Teams

$
0
0
by Andre Boulay.  

Well, even though I am administrator of my own machine, I don't quite have full control. (Not all administrators are created equal so it seems)
And did not have permission to write to c: and thus caused an error . Once run on a machine with full access, all was good.
-@-

Re: Could not upgrade or installing plugins from Moodle plugin directory

$
0
0
by Ken Task.  

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

Different setting for e-mail test and e-mail confirmation?

$
0
0
by Iwan Awaludin.  

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.

Re: Different setting for e-mail test and e-mail confirmation?

$
0
0
by Visvanath Ratnaweera.  

You say, your Site administration > Server> Email > Outgoing mail configuration: SMTP hosts is empty and you can send a test mail through Site administration > Server > Test outgoing mail configuration. But your site's e-mail-based self-registration mails do not arrive.

They are going to two different mail boxes, I guess. Can you try sending a test mail to the mailbox of the user who is trying to self-register? The suspicion is that those two mailboxes have different spam filters. You checked the SPAM folder, didn't you?

Delaying window before it disappears

$
0
0
by Andre Boulay.  

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)


Styles not working after Window 2016 Installation

$
0
0
by Claudionir Queiroz.  

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):

Error after installation

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

Using Moodle in Wordpress

$
0
0
by Matthew Giannelis.  

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.

Re: Styles not working after Window 2016 Installation

$
0
0
by Claudionir Queiroz.  

I fix the issue. For those facing the same issue, see what I did: On IIS Default Website, O converted the moodle folder to an Application, then in Application Pools node set the True value to the "Enable 32-Bit Applications" option and finally on Server node on FastCGI Settings I encrease the Intance MaxReques to 300.

Hope these settings help others.

Thanks,

Claudionir

Re: Styles not working after Window 2016 Installation

$
0
0
by Ken Task.  

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! smile

'SoS', Ken

Viewing all 46902 articles
Browse latest View live


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