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

Re: I'm a noob im moodle. Please help me with my doubts....

$
0
0
by Emma Richardson.  

1.  There is at least one plugin that allows you to do this.  Look in the authentication plugins section.

2.  Check the enrollment settings - under self-enrollment you can select to add the option to all new courses.

3.  By design, the teacher receives the alert.

4.  Yes, you can create restrictions so that one file is not available until a certain time.  Look at completion and restriction settings.

 


Re: Moodle 3.5.3 - Documentation - Oauth2

$
0
0
by Ken Task.  

See screen shot.

The login screen has two methods to login.
The dialog boxes for username/password are for server admins/manual accounts.
There is a Google button on the right.   Click that first.
You should be getting a screen from Google for authentication.
The URL looks like:

https://yourserver/auth/oauth2/login.php?id=1&wantsurl=%2F&sesskey=yslsefslelsbnv

Let's try an experiment ...
Login to Google.
After logging into Google,  open a new browser window and go directly to your moodle via URL line of the browser.  https://yourserver/

You might have to click login ... but after doing that do you find yourself logged onto Moodle and looking at your Dashboard?

'spirit of sharing', Ken

Re: Let's encrypt and https

$
0
0
by Albert Leatherman.  

I too am having difficulty with Let's Encrypt with one of my two Moodle sites. For both my Moodle sites, I followed the setup instructions at https://www.onepagezen.com/free-ssl-certificate-wordpress-google-cloud-bitnami/ and the auto-renew instructions at https://www.onepagezen.com/letsencrypt-auto-renew-certbot-apache/. One of my sites is auto-renewing successfully but the other is not. This is what happens with the site that doesn't renew:

~$ ./certbot-auto certonly --webroot -w /opt/bitnami/apps/moodle/htdocs/ -d my.domain.com

Requesting to rerun ./certbot-auto with root privileges...

Saving debug log to /var/log/letsencrypt/letsencrypt.log

Plugins selected: Authenticator webroot, Installer None

Cert is due for renewal, auto-renewing...

Renewing an existing certificate

Performing the following challenges:

http-01 challenge for my.domain.com

Using the webroot path /opt/bitnami/apps/moodle/htdocs for all unmatched domains.

Waiting for verification...

Cleaning up challenges

Failed authorization procedure. my.domain.com (http-01): urn:ietf:params:acme:error:connection :: The server could not connect to the client to verify the domain :: Fetching https://my.domain.com.well-known/acme-challenge/CgbwUdV2IvCU32YlEqUkZ4FkVTdoy11lfgMG3VMghKU: Error getting validation data

Any insights into what is going wrong and how to fix it? Thanks.


Php 7.2.6 and Moodle 3.5.2 : Signal bus error

$
0
0
by Yannick Tremblay.  

Hello,

I just did the upgrade from Moodle 3.2.2 to Moodle 3.5.2 after a upgrade of php 5.6.5 and Apache start as usual other site on the server are working fine except moodle. It's on Solaris 10

When I try to reach the reach the site it give this error in apache logs : [notice] child pid 23990 exit signal Bus error (10), possible coredump in path.

There is no coredump generated. 

Here is the php config : ./configure --prefix=/usr/local/php --with-config-file-path=/etc/local/php --with-apxs2=/usr/local/apache2/bin/apxs --with-ldap=shared,/usr/local/openldap --with-mysqli --with-pdo-mysql --without-pgsql --with-zlib --with-zlib-dir=/usr/local --with-iconv-dir=/usr/local --with-libxml-dir=/usr/local --with-curl=/usr/local/bin/curl  --with-gd --with-freetype-dir=/usr/local --with-xpm-dir=/usr/local --with-jpeg-dir=/usr/local --with-png-dir=/usr/local --enable-soap --enable-zip --enable-mysqlnd  --disable-zend-signals --disable-static --enable-intl --with-icu-dir=/pathtobuild

Don't know if anyone saw that already ?

Re: I'm a noob im moodle. Please help me with my doubts....

$
0
0
by Pablo Murad.  

I'll check it now. Thank you... smile I will post if I find here

Re: Let's encrypt and https

$
0
0
by Ken Task.  

Think it has to do with the way it was installed.   Did something similar ... wasn't sure about it and wanted to test.  So I did the 'certonly' thang on one server.   That's the one that had issues when it came to checking on renewal.

Using https://certbot.eff.org/ and following directions from there works.

'spirit of sharing', Ken


Re: Moodle 3.5.3 - Documentation - Oauth2

$
0
0
by Marta de Souza.  

Hi Mary,

Yes, I've found about those settings eventually after clicking everywhere and added my Google settings onto it.

But even after all that, I could not connect.

I've eventually found that I had to ENABLE plugins (more than one) elsewhere to get this working.

It would have been useful if information about how to enable the plugins was clearer and the steps to get all this configured was neatly listed somewhere so that we could follow a step by step and be able to troubleshoot exactly the problems. 

It turned out that I had to change the settings in Google API Console from an internal application to public as I thought it was referring to the users being in the domain and not the client application, i.e. Moodle.

Because of the change, my Oauth Consent Screen is under revision again and this may be why I am still unable to login.  At this moment in time I'll have to wait till Google gets back to me with their approval.

Thanks for all your help.


Best wishes,


Marta

 

Re: Moodle 3.5.3 - Documentation - Oauth2

$
0
0
by Marta de Souza.  

Hi Ken,

Thanks for the step by step.

I've logged out of my site admin account, logged into my Gmail in a different window, gone back to my Moodle site and clicked on the Google button.

Got the result on the screen shot attached, thanks.


Regards,

Marta


Re: Moodle 3.5.3 - Documentation - Oauth2

$
0
0
by Ken Task.  

Is your Moodle in what your entity is calling "Learner Intranet Login"?

In the Oauth2 setup in Moodle, is it setup so that anyone using a valid google address can acquire an account?

The warning in setup of Oauth2 says ..

"This authentication plugin allows users to create accounts on your site. You may want to enable the setting "authpreventaccountcreation" if you use this plugin."

In
/admin/category.php?category=authsettings
Allow login via email has to be checked.
and in yuor case think you would want:

Allowed email domains allowemailaddresses
Default: Empty

To restrict new email addresses to particular domains, list them here separated by spaces. All other domains will be rejected. To allow subdomains, add the domain with a preceding '.'. To allow a root domain together with its subdomains, add the domain twice - once with a preceding '.' and once without e.g. .ourcollege.edu.au ourcollege.edu.au.

To use your google domain email addresses as opposed to just @gmail.com.

Also:

Restrict domains when changing email verifychangedemail
Default: Yes

Enables verification of changed email addresses using allowed and denied email domains settings. If this setting is disabled the domains are enforced only when creating new users.

So you might not be allowing gmail.com addresses ... but wanting students/facutly etc. to use their Google For Education EMail address.

If you uninstalled the old plugin, users were *NOT* deleted from the mdl_user table and their info was *NOT* changed.   They still have 'googleoath2' for authentication and 'social_user_somenumber' for a user name.

Think the only way you are going to be able to verify some things is to use phpmyadmin and look at the mdl_user table.

If the account you were using to login has 'social_user_#' where # is a number 1-however many accounts there were/are using the old.

Using phpmyadmin one could change username to EMail address (the Google For Education domain address) and the auth column to oauth2.   Then try logging in again with that account.

If you are the Google For Education Domain admin, isn't there an admin tool of some sort to see all the accounts?

'spirit of sharing', Ken



can you listen me

$
0
0
by Sumit Chauhan Yadav.  

yahoo support 

you can call us on our number you will get instant solution yahoo support

Re: Php 7.2.6 and Moodle 3.5.2 : Signal bus error

$
0
0
by Howard Miller.  

Dump Solaris and install Linux. 

Our server guys used to insist on running Solaris and, basically, PHP didn't work. We got all sorts of problems like this. Many of the required libraries are (effectively) no longer supported on Solaris and are full of bugs. 

Re: Fatal error. PHP version 7.3 is not supported in lastest 3.5 Moodle

$
0
0
by Manuel de la Torre.  

Thank you for your kind and great answers (Dan, Howard, and Ken).

Unfortunately, Linode my hosting provider in its Centos7 VPS has installed: PHP 7.3.0RC5 (cli) (built: Nov  6 2018 10:22:47). Which means that if I don't downgrade to PHP72 I will not be able to upgrade via git pull my Moodle.

At PHP timetable the release for PHP 7.3 General Availability (GA) is December 6th, I guess Moodle will be able to work with no problem with PHP73 after that date.

Manuel.


 

Re: Fatal error. PHP version 7.3 is not supported in lastest 3.5 Moodle

$
0
0
by Ken Task.  

Have never hosted with Linode so ...

Not sure I'd run a RC version of anything ... am more patient than that!

If you can use git from cli and you are on a VPS, are you not in control of the version of PHP you chose to run?

What does:

yum repolist

on your server show?

As well as:

yum list php7*

'spirit of sharing', Ken



http://www.smithersradio.com/community-events/watch-ralph-breaks-internet-2018-full-online-free-hd123

http://www.smithersradio.com/community-events/123netflix-watch-creed-ii-online-english-movie-full-hd-1


Dream 11 SportsGuru - Dream 11 Prediction Today

$
0
0
by Pankaj Grover.  

 

 

Dream 11 SportsGuru - Dream 11 Prediction Today

 

Today is the app generation and things are easier than before. Fantasy cricket is one of them that are online game depending on real cricket playfaers performance in the real matches score. If players are able to earn maximum points then they are winner. Yes I am talking about Dream 11 if you want to play fantasy cricket and win daily bucks.

 

The good thing about this Dream 11 app is that you can join free and be a part of win win situation daily. Also go through easy guide to use this app for the fantasy cricket.

 

Dream 11 Sports Guru Users Guide

1. As a first step you need to register with fresh email id or password or you can register it with facebook ID and Google. There is no charge involved for registration.

 2. Now all you need to do is pick any of your favourite team from your favourite game cricket, football and kabaddi. Suppose you select cricket and its upcoming match then create team also.

 3. Once you are done with this then you have to select 3 to 5 batsman and there is also option of auto select of batsman, baller, keeper and more.

So it is so user friendly and if you want anymore guide then you can go through how to play option where you will get immense solution for you though it is so easy to figure out about this app Dream 11 fantasy cricket. Though fantasy cricket supports many apps but Dream 11 is best so far ever used.

 

Win cash by more points

You might not be known that by earning more and more points you can win cash. So have you experienced ever fun and wining cash together. Fantasy cricket league is genuinely amazing platform and the real way to earn money as well. For that you need to join any contest with your players.

 

Latest Updates

Daily latest updates about the cricket and your favourite games on your new app. You need to study the present conditions and while playing fantasy cricket you need to make strategy and strike when iron is hot.

 

User Friendly

Most importantly by using Dream 11 app you can win daily cash easily and without making too much effort. Fantasy cricket tips and tricks are easier than any other such apps.

 

Compatibility

Dream 11 Sports Guru is the ultimate stop solution for cricket lovers and it can be downloaded easily. Compatible with many platforms as it supports Android, Apple devices, Windows.

If you want more info you can join Dream 11 Sports Guru Cricket and win daily. Every single detail will be known to you about the game you are playing.

 


Re: Let's encrypt and https

$
0
0
by Albert Leatherman.  

I too am having difficulty with Let's Encrypt with one of my two Moodle sites. For both my Moodle sites, I followed the setup instructions at https://www.onepagezen.com/free-ssl-certificate-wordpress-google-cloud-bitnami/ and the auto-renew instructions at https://www.onepagezen.com/letsencrypt-auto-renew-certbot-apache/. One of my sites is auto-renewing successfully but the other is not. This is what happens with the site that doesn't renew:

~$ ./certbot-auto certonly --webroot -w /opt/bitnami/apps/moodle/htdocs/ -d my.domain.com

Requesting to rerun ./certbot-auto with root privileges...

Saving debug log to /var/log/letsencrypt/letsencrypt.log

Plugins selected: Authenticator webroot, Installer None

Cert is due for renewal, auto-renewing...

Renewing an existing certificate

Performing the following challenges:

http-01 challenge for my.domain.com

Using the webroot path /opt/bitnami/apps/moodle/htdocs for all unmatched domains.

Waiting for verification...

Cleaning up challenges

Failed authorization procedure. my.domain.com (http-01): urn:ietf:params:acme:error:connection :: The server could not connect to the client to verify the domain :: Fetching https://my.domain.com.well-known/acme-challenge/CgbwUdV2IvCU32YlEqUkZ4FkVTdoy11lfgMG3VMghKU: Error getting validation data

Any insights into what is going wrong and how to fix it? Thanks.


Php 7.2.6 and Moodle 3.5.2 : Signal bus error

$
0
0
by Yannick Tremblay.  

Hello,

I just did the upgrade from Moodle 3.2.2 to Moodle 3.5.2 after a upgrade of php 5.6.5 and Apache start as usual other site on the server are working fine except moodle. It's on Solaris 10

When I try to reach the reach the site it give this error in apache logs : [notice] child pid 23990 exit signal Bus error (10), possible coredump in path.

There is no coredump generated. 

Here is the php config : ./configure --prefix=/usr/local/php --with-config-file-path=/etc/local/php --with-apxs2=/usr/local/apache2/bin/apxs --with-ldap=shared,/usr/local/openldap --with-mysqli --with-pdo-mysql --without-pgsql --with-zlib --with-zlib-dir=/usr/local --with-iconv-dir=/usr/local --with-libxml-dir=/usr/local --with-curl=/usr/local/bin/curl  --with-gd --with-freetype-dir=/usr/local --with-xpm-dir=/usr/local --with-jpeg-dir=/usr/local --with-png-dir=/usr/local --enable-soap --enable-zip --enable-mysqlnd  --disable-zend-signals --disable-static --enable-intl --with-icu-dir=/pathtobuild

Don't know if anyone saw that already ?

Re: I'm a noob im moodle. Please help me with my doubts....

$
0
0
by Pablo Murad.  

I'll check it now. Thank you... smile I will post if I find here

once in maintenance and after?

$
0
0
by Pablo Murad.  

If I set my moodle website in maintenance mode, where do I login to keep my work?


I'm noob in moodle, please my friends...

Help me.

Viewing all 46829 articles
Browse latest View live


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