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

Re: Ang: Re: Ang: Not seeing "Upload a file option" when creating a new resource

$
0
0
by Jordi Romeu.  

That's strange... but the option "Upload a file" has "Active and visible" on the dropdown.


No upgrade

$
0
0
by UNI TAXI.  

Hi everyone! I am using version 3.8.4 and want to upgrade to 3.9. When I run sudo -u apache /usr/bin/php admin/cli/upgrade.php it say me so: No upgrade needed for the installed version 3.8.4+ (Build: 20200807) (2019111804.05). Thanks for coming anyway! 

What to do?

Re: No upgrade

Request help on how to create customized Transcript

$
0
0
by System Administrator.  

Hello All,

   For our Higher Education Institute, we are now in a phase of migration from different LMS Platform to Moodle. We are almost done with the migration and course integration part except integrating Transcripts. Kindly advise how to create transcripts for the Moodle LMS phase and whether we have any Transcript Templates which is available that can be customized as per our requirement.

   Many Thanks in advance.

Krishna

Re: Invalid component used in plugin/component callback():quiz access safebrowser

$
0
0
by Dmitri Seron.  

Yes, that's is! 

DELETE FROM `mdl_config_plugins` WHERE plugin = 'quizaccess_safebrowser';

Re: Exception - Call to undefined function gradingform_guide_get_fontawesome_icon_map() / Moodle Migration

Re: i can not unistall OpenID Connection plugin (auth_oidc)

$
0
0
by Ruperto Leal Ruperto.  

hello!
nobody can suggest me what i can do?
hello in advance!
Ruper

Re: Request help on how to create customized Transcript

$
0
0
by Rick Jerz.  

I am not sure that I understand what "transcripts" are. Do you mean transcripts for videos?

Re: Ang: Re: Ang: Not seeing "Upload a file option" when creating a new resource

$
0
0
by Beatriz Rojo.  

The drag&drop option in the file picker has also suddenly disappeared from my site (3.9, Boost them, both in Chrome and in FF). 2 weeks ago I'm quite sure it existed.
@Jordi, I don't see any indication in my case. Can you write what does the question mark say?

Delete multiple users by CSV with only their emails

$
0
0
by Bit9Labs LLC.  

I have found the ability to bulk delete users via 'Upload users'

username, firstname, lastname, deleted

I changed the username column to email in the csv but when trying to perform a bulk delete it says the username is required.

How do I either 

1. bypass this requirement to have a username?

2. Download a list of usernames to match the email, so I can merge the lists?

No the usernames are not their emails. I don't want to make any website wide changes unnecessarily as these are 290 of 1500 users I'm trying to rid our platform of.

Re: No upgrade

$
0
0
by UNI TAXI.  

I am usining comandline upgrading (here)
$ sudo -u apache /usr/bin/php admin/cli/upgrade.php

Moodle with Azure Application Proxy

$
0
0
by David Garcia.  

Hello everyone

       I have installed Moodle 3.9 in Ubuntu server 20.04 in virtual localhost computer, now I would like to publish this Moodle throught Azure Application proxy but I have some problems when I configure local address and Azure publish address, can anyone help me?


Re: No upgrade

$
0
0
by Ken Task.  

Executing the upgrade script by itself will not ... repeat ... not ... acquire
any update/upgrade code.

Same url ...
https://docs.moodle.org/39/en/Administration_via_command_line

but re-read ...

Upgrading via command line is a very comfortable way of Moodle upgrade if you use Git checkout of the Moodle source code (see Git for Administrators). See the following procedure how to upgrade your site within several seconds to the most recent version while preserving your eventual local customizations tracked in git repository

SoS, Ken


Re: Moodle with Azure Application Proxy

$
0
0
by Leon Stringer.  

Surely $CFG->wwwroot should be 'https://developmenttest-▮▮▮▮▮▮.msappproxy.net'? A Moodle site can only have a single URL: the URL used in the browser to access the site and presumably the .local URL isn't that URL.

Depending on how the Azure application proxy works (I'm not familiar with it) you may need to add $CFG->reverseproxy = true to config.php. If you're getting a message like "Too many redirects" try this. If you get the error "Reverse proxy enabled, server can not be accessed directly" then remove this setting.

Re: Fresh install 3.9.2+ gives "error communicating with server" after DB table creation

$
0
0
by John Schinnerer.  

OK, Leon, I just tried the

error_reporting(E_ALL);
as you suggest above. Same error on web page returned, no difference, no additional info or error messages.

I do now get this warning in the apache log file:
[php7:warn] [pid 20397] [client xx.xx.xx.xx:48160] PHP Warning: session_start(): Cannot start session when headers already sent in /content/lms.mydomain.tld/html/moodle/lib/classes/session/handler.php on line 45

Though it is a 'warning' not 'error', it sounds like it might be fatal in terms of session start, since it says "cannot start session..."
One of these goes in the log for each time I hit the base URL for the moodle site (show here as lms.mydomain.tld).

Anyone have any insight on this?
Or any other ways to get some error or debug info, without having to set up server side PHP debugging and all that?

3.9.2+ fresh install - installation session start failure, "headers already sent" PHP error

$
0
0
by John Schinnerer.  

Trying to complete a fresh install of 3.9.2+ on Debian 10 OS. This is a new stumbling block after getting thru prior one posted here. To recap:

  1. Used Git per docs to get 3.9.2+ fileset on server
  2. Apache/2.4.38 (Debian)
  3. PHP 7.3.19-1~deb10u1, Zend Engine v3.3.19 with Zend OPcache v7.3.19-1~deb10u1
  4. MariaDB version 10.3.23-MariaDB-0+deb10u1-log Debian 10
  5. Various browsers, no difference in issue there.
Using web install UI. All required and optional PHP modules present and all other prerequisites good to go according to install docs and install automated checks.

Got thru database table creation to complete (tables created). Resulting install page showed success for all table creation.

Now I am stuck with a session start failure due to multiple "headers already sent" PHP errors.

Error messages & stack trace below. Any ideas why this is happening & how to fix?

------

Warning: ini_set(): Headers already sent. You cannot change the session module's ini settings at this time in /content/lms.sociocracyconsulting.com/html/moodle/lib/classes/session/file.php on line 74

Warning: ini_set(): Headers already sent. You cannot change the session module's ini settings at this time in /content/lms.sociocracyconsulting.com/html/moodle/lib/classes/session/file.php on line 75

Warning: session_name(): Cannot change session name when headers already sent in /content/lms.sociocracyconsulting.com/html/moodle/lib/classes/session/manager.php on line 337

Warning: session_set_cookie_params(): Cannot change session cookie parameters when headers already sent in /content/lms.sociocracyconsulting.com/html/moodle/lib/classes/session/manager.php on line 353

Warning: ini_set(): Headers already sent. You cannot change the session module's ini settings at this time in /content/lms.sociocracyconsulting.com/html/moodle/lib/classes/session/manager.php on line 359

Warning: ini_set(): Headers already sent. You cannot change the session module's ini settings at this time in /content/lms.sociocracyconsulting.com/html/moodle/lib/classes/session/manager.php on line 360

Warning: ini_set(): Headers already sent. You cannot change the session module's ini settings at this time in /content/lms.sociocracyconsulting.com/html/moodle/lib/classes/session/manager.php on line 362

Warning: ini_set(): Headers already sent. You cannot change the session module's ini settings at this time in /content/lms.sociocracyconsulting.com/html/moodle/lib/classes/session/manager.php on line 363

Warning: ini_set(): Headers already sent. You cannot change the session module's ini settings at this time in /content/lms.sociocracyconsulting.com/html/moodle/lib/classes/session/manager.php on line 366

Warning: ini_set(): Headers already sent. You cannot change the session module's ini settings at this time in /content/lms.sociocracyconsulting.com/html/moodle/lib/classes/session/manager.php on line 367

Warning: ini_set(): Headers already sent. You cannot change the session module's ini settings at this time in /content/lms.sociocracyconsulting.com/html/moodle/lib/classes/session/manager.php on line 368

Warning: session_start(): Cannot start session when headers already sent in /content/lms.sociocracyconsulting.com/html/moodle/lib/classes/session/handler.php on line 45

[error/An error occurred whilst communicating with the server]

Debug info:
Error code: An error occurred whilst communicating with the server
$a contents:
Stack trace:
  • line 131 of /lib/classes/session/manager.php: core\session\exception thrown
  • line 111 of /lib/classes/session/manager.php: call to core\session\manager::start_session()
  • line 798 of /lib/setup.php: call to core\session\manager::start()
  • line 33 of /config.php: call to require_once()
  • line 88 of /admin/index.php: call to require()
------

Re: Fresh install 3.9.2+ gives "error communicating with server" after DB table creation

$
0
0
by John Schinnerer.  

Latest update - got code to generate error output working.
Location given in Moodle help topic was after error occurred so putting it there never was reached.
Moved it to before the require_once call in config.php.
Now get a bunch of PHP errors in output.
Posted new topic with specific error output.

Re: Request help on how to create customized Transcript

$
0
0
by Ramesh Ghosh.  

Dear Mr Rick,

I work under the System administrator(issue raised by the person). We use the word Transcript instead of Marksheet. So we need to arrange every Terms(semesters) marks accordingly. Like below:

Name : Student's name                                                   Category : MBA

Roll No : Student's roll no                                                 Batch : 2020-22

Term-I

subject code                                       subject name                                                 credit             Marks

M-001                                                  Economics                                                        3                   7(out of 10)

.

.

Term-II

subject code                                       subject name                                                 credit             Marks

M-002                                                  Business Ethics                                                  3                   6(out of 10)

.

.

upto Term V



we have to export this as a pdf

Re: 3.9.2+ fresh install - installation session start failure, "headers already sent" PHP error

$
0
0
by Alain Raap.  

John, I'd take a look at your php.ini file first, look for the [session] block and what's configured there. Compare this with session settings in your Moodle config.php, maybe there are some differences there. If you write your sessions to moodledata directory (snippet in config-dist.php)

//
// File session handler (file system locking required):
// $CFG->session_handler_class = '\core\session\file';
// $CFG->session_file_save_path = $CFG->dataroot.'/sessions';

then your Apacheserver must have enough rights to write files to this sessions directory. Hope this helps

Re: AWS EC2: Installation must be finished from the original IP address, sorry.

$
0
0
by Jerry Taylor.  

I tried 1 and 0 but these didn't work.  Finally I found the value in the mysql db table was 3  


getremoteaddrconf3

I updated the value in the config.php file to 3 and it worked.  thanks for the info

Viewing all 47059 articles
Browse latest View live


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