That's strange... but the option "Upload a file" has "Active and visible" on the dropdown.
Re: Ang: Re: Ang: Not seeing "Upload a file option" when creating a new resource
No upgrade
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
Please see: https://docs.moodle.org/39/en/Upgrading
'SoS', Ken
Request help on how to create customized Transcript
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
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
Yes ! Thanks !
Re: i can not unistall OpenID Connection plugin (auth_oidc)
nobody can suggest me what i can do?
hello in advance!
Ruper
Re: Request help on how to create customized Transcript
Re: Ang: Re: Ang: Not seeing "Upload a file option" when creating a new resource
Delete multiple users by CSV with only their emails
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
I am usining comandline upgrading (here)
$ sudo -u apache /usr/bin/php admin/cli/upgrade.php
Moodle with Azure Application Proxy
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
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
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
error_reporting(E_ALL);
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
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:
- Used Git per docs to get 3.9.2+ fileset on server.
- Apache/2.4.38 (Debian)
- PHP 7.3.19-1~deb10u1, Zend Engine v3.3.19 with Zend OPcache v7.3.19-1~deb10u1
- MariaDB version 10.3.23-MariaDB-0+deb10u1-log Debian 10
- Various browsers, no difference in issue there.
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 code: An error occurred whilst communicating with the server
$a contents:
- 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
Posted new topic with specific error output.
Re: Request help on how to create customized Transcript
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 Vwe have to export this as a pdf
Re: 3.9.2+ fresh install - installation session start failure, "headers already sent" PHP error
//
// 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.
I tried 1 and 0 but these didn't work. Finally I found the value in the mysql db table was 3
getremoteaddrconf | 3 |
I updated the value in the config.php file to 3 and it worked. thanks for the info