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

Re: PHP 7.2 and plugin compatibility

$
0
0
by Ray Hinton.  

Thanks! That seems to match my thinking. Although, it still leaves me wondering if there is some sort of strong indication or requirement that the compatibility works this way. Even with the developers in the thread, it still just feels like they are making a reasonable assumption, rather than a statement about strict code dependencies or something like that.

Anyway, I'll just proceed with the prudent approach: test, test, test!


Moodle install

$
0
0
by Mason Huxley.  

Hi. I want to install the moodle in my pc, but i'm not being able to.
LAMP is ok: 
It works!

This is the default web page for this server.
The web server software is running but no content has been added, yet.

But how to run moodle on it?

Re: Up again!

$
0
0
by Hermann Klocker-Mark.  

Last Update Moodle 3.6.3+ (Build: 20190501) kicked me out again, same "trick" worked again. Just comment out require_login in local/reminders/lib.php (line 59)

//require_login();

login, and reactivate the statement. Very puzzling (and annoying).

Admin page is blank

$
0
0
by Михаил Волобой.  

Hello, I have the following problems:

1. cron.php not working: "Moodle upgrade pending, cron execution suspended."

2. admin/index.php page is empty as any others, but just for admin user.

3. after adding to config.php lines:

@error_reporting(E_ALL | E_STRICT); 

@ini_set('display_errors', '1');      

$CFG->debug = (E_ALL | E_STRICT);   

$CFG->debugdisplay = 1; 

it shows "Fatal error: require_once(): Failed opening required '/home/v/USERNAME/SITENAME/public_html/mod/turnitintooltwo/lib.php' (include_path='/home/v/USERNAME/SITENAME/public_html/lib/pear:.:/usr/share/php') in /home/v/USERNAME/SITENAME/public_html/plagiarism/turnitin/lib.php on line 73"

 I can't find the solution of my problem by myself, so I am interested in any your help! 


Moodle version is 3.5 (Build: 20180517).

Re: Up again!

Re: Admin page is blank

$
0
0
by Ken Task.  

Upgrade didn't finish ... check to see if missing from /mod directory is a directory named turnitintooltwo.

If missing, acquire from https://moodle.org/plugins/mod_turnitintooltwo

part of a set: https://moodle.org/plugins/browse.php?list=set&id=52 (there's a block also)

and manually place in proper location, check ownerships/permissions on the manually placed directory to match that of other files/folders.

Looks like you have the old one still at: /plagiarism/turnitin but from what the page on it says ...

"Moodle Direct V2 installs separately to the original Turnitin Moodle Direct plugin within Moodle so that it can be used in parallel."

See the plugin page if you have issues.

'spirit of sharing', Ken


Re: Upgrading 3.1 to 3.6

Re: 1.9v to Newest version

$
0
0
by Visvanath Ratnaweera.  

So there are two sets of data, which you may have to treat differently:
1. The initial, already conducted programme
2. The new, 75% finished, not yet conducted programme.

The answer to 2 is easy. Transfer the content to a supported Moodle version, i.e. 3.5 or 3.6, through https://docs.moodle.org/19/en/Course_backup and https://docs.moodle.org/en/Course_restore.

There is no unique answer to 1 - go through the options others have given.

Re: Moodle install

Re: Admin page is blank

$
0
0
by Михаил Волобой.  

Yes, it works, thank you for your help!

I haven't got turnitintooltwo folder in /mod directory. So I downloaded an archive form this page https://moodle.org/plugins/mod_turnitintooltwo, uploaded it to /mod directory and unpacked it. After that I set permission 700 to turnitintooltwo folder and its subfolders and files. 

Re: is there any plugin to translate word by URL ?

$
0
0
by pierre REMY.  

thank you, i will make a try to both.

upgrade redirection?

$
0
0
by Anna Rozzo.  

Hi there, 


We are at capacity with our user base now at 50.  When/If we upgrade there is a domain change from "moodlecloud.com" to "moodle.school"; will this be an automatic redirect for our current users or will be have to email all 50 users to notify them of a different Moodle login link?

Thanks!

Anna

Moodle install

$
0
0
by Mason Huxley.  

Hi. I want to install the moodle in my pc, but i'm not being able to.
LAMP is ok: 
It works!

This is the default web page for this server.
The web server software is running but no content has been added, yet.

But how to run moodle on it?

Re: From staging to production

$
0
0
by Leon Stringer.  

The way I've always done this is:

  1. Make a copy of the production site, this copy is then the staging site.
  2. Perform an upgrade on the staging site. Investigate any unexpected problems during the upgrade and test that the upgraded site works as expected.
  3. When you're happy the upgraded staging site is working as expected, schedule a maintenance window for the production site. You should be able to estimate how long that window needs to be based on the staging site upgrade.
  4. Upgrade the production site, having placed this in maintenance mode.

You may need to ensure the user access policies include the use of user data in this way to comply with GDPR, i.e. that user data would be included in the operational processes including testing to apply site security updates.

Re: Why the upgrade key does not work?

$
0
0
by Leon Stringer.  

Make sure $CFG->upgradekey is before require_once() at the end of config.php, e.g.:


$CFG->upgradekey = 'my_upgrade_key';
require_once(__DIR__ . '/lib/setup.php');

// There is no php closing tag in this file,
// it is intentional because it prevents trailing whitespace problems!

Bittrex Support Number

$
0
0
by miller logan.  


Bittrex Toll-free support Number. toll-free Number is available within 24 Hours.this is global digital exchange. all traders easily understand about Bittrex related. the digital currency not hard money as the form of digital .we collect your issues and resolve your problem within time. Bittrex Support Number 

Admin page is blank

$
0
0
by Михаил Волобой.  

Hello, I have the following problems:

1. cron.php not working: "Moodle upgrade pending, cron execution suspended."

2. admin/index.php page is empty as any others, but just for admin user.

3. after adding to config.php lines:

@error_reporting(E_ALL | E_STRICT); 

@ini_set('display_errors', '1');      

$CFG->debug = (E_ALL | E_STRICT);   

$CFG->debugdisplay = 1; 

it shows "Fatal error: require_once(): Failed opening required '/home/v/USERNAME/SITENAME/public_html/mod/turnitintooltwo/lib.php' (include_path='/home/v/USERNAME/SITENAME/public_html/lib/pear:.:/usr/share/php') in /home/v/USERNAME/SITENAME/public_html/plagiarism/turnitin/lib.php on line 73"

 I can't find the solution of my problem by myself, so I am interested in any your help! 


Moodle version is 3.5 (Build: 20180517).

Re: Moodle 3.5.5 + 3.6 After successfully installation - Setup Main Admin Account, cannot see password input field

$
0
0
by Jörg Kern.  

Moin Sven.

I am facing exactly the same problem. Did you finally find a solution? 

Any help is much appreciated. wide eyes

Thanks so much and kind regards!

Joerg

Re: Moodle 3.5.5 + 3.6 After successfully installation - Setup Main Admin Account, cannot see password input field

$
0
0
by Joe Bayless.  

Hi Jörg,

 

I am at 1&1 and they offer several platform web apps including moodle. I ended up installing moodle through 1&1’s installation process and it installed without errors and is running now.

 

Good luck,

Joe

 

Sent from Mail for Windows 10

 

From: Jörg Kern (via Moodle.org)
Sent: 04 May 2019 16:13
To: Joe Bayless
Subject: Moodle in English: Re: Moodle 3.5.5 + 3.6 After successfully installation - Setup Main Admin Account, cannot see password input field

 

Picture of Jörg Kern

Re: Moodle 3.5.5 + 3.6 After successfully installation - Setup Main Admin Account, cannot see password input field

by Jörg Kern - Saturday, 4 May 2019, 9:43 PM

 

Moin Sven.

I am facing exactly the same problem. Did you finally find a solution? 

Any help is much appreciated. wide eyes

Thanks so much and kind regards!

Joerg

1D0B2B7D41404EA2A21BA6C919EBDFB9.png

You can reply to this via email.

 

Re: 1.9v to Newest version

$
0
0
by Theresa M Kelly.  

I just tried to update from 1.9 to 2.0. Everything checked out ok, but now I'm stuck with this and if I just keep clicking continue I go around in circles. Any idea how to fix or bypass this?


***********

System

Debug info: Illegal mix of collations (utf8_unicode_ci,IMPLICIT) and (utf8_general_ci,IMPLICIT) for operation '='
SELECT DISTINCT c.id AS courseid, ra.enrol, c.timecreated, c.timemodified
FROM uas_course c
JOIN uas_context ctx ON (ctx.instanceid = c.id AND ctx.contextlevel = 50)
JOIN uas_role_assignments ra ON (ra.contextid = ctx.id AND ra.enrol <> '')
LEFT JOIN uas_enrol e ON (e.courseid = c.id AND e.enrol = ra.enrol)
WHERE c.id <> ? AND e.id IS NULL
[array (
0 => '1',
)]
Stack trace:
  • line 391 of /lib/dml/moodle_database.php: dml_read_exception thrown
  • line 718 of /lib/dml/mysqli_native_moodle_database.php: call to moodle_database->query_end()
  • line 4082 of /lib/db/upgrade.php: call to mysqli_native_moodle_database->get_recordset_sql()
  • line 1309 of /lib/upgradelib.php: call to xmldb_main_upgrade()
  • line 252 of /admin/index.php: call to upgrade_core()

Viewing all 46785 articles
Browse latest View live


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