|I have production moodle 3.7
now i want to install a clean 3.11 on the same server and same domain ( different folder, data folder ,database )
3.11 need php 7.3
my 3.7 run on php 7.2
and cron job as:
"/opt/cpanel/ea-php72/root/usr/bin/php -q /home/mnabil/public_html/admin/cli/cron.php "
can i upgrade php via this button ?
is it revirsible ?
do i change my cron jop string for my moodle 3.7?
new install 3.11 need php upgrade to 7.3 , can it affect current moodle3.7 ?
Re: new install 3.11 need php upgrade to 7.3 , can it affect current moodle3.7 ?
Before answering and providing links for how 2's in Moodle docs, please expand upon this:
"now i want to install a clean 3.11 on the same server and same domain"
especially the 'same domain' part ... do you mean same top level domain or another fresh 3.11 in a sub domain of the top level domain? ... like m311.smartlearn.education.
Easy Apache is outside of Moodle ... via cPanel ... it can set the version of PHP to run per domain ... top level or subdomain as your screen shot shows.
Yes, any higher version of moodle installed it would be advised to add another cron job that points to the version of PHP a Moodle is running under.
Moodle 3.11 under PHP 7.3 then the path to the php-cli to execute the code/admin/cli/cron.php script should point to the Easy Apache 7.3.
Any reason not to just upgrade the 3.7? That would require hops as one cannot upgrade to 3.11.highest straight from 3.7.highest. Is that what we are trying to avoid?
'SoS', Ken
tool_downloaddata_moodle31_2016080700
Hello,
I wanted to confirm if this plug-in tool_downloaddata_moodle31_2016080700 is compatible with moodle 3.10. Thank you
Moodle 3.11 chat not loading messages
Hi,
I have upgraded a couple of Moodle 3.10.x instances to 3.11 and in both cases the chat messages don't load anymore.
Any help for this issue?
Thank you.
Re: Moodle Error - Site is being upgraded, please retry later. - Moodle 3.10
Sorry should have added - Debugging *IS* set to full developer mode - no error messages.
Clearing Caches gets it to start the process again.
Cheers
Dave
Re: Moodle Error - Site is being upgraded, please retry later. - Moodle 3.10
If you can, restore pre-upgrade backups, clear cache again, and use the command line upgrade tool.
Re: Moodle 3.11 chat not loading messages
Hi Pablo,
I just tried the chat activity on our QA testing site https://qa.moodledemo.net/mod/chat/view.php?id=10 (logging in as a teacher and in a different browser as a student) and found the chat messages loading OK. Maybe you can try too?
Are your Moodle sites customised at all?
Re: Moodle 3.11 chat not loading messages
Thank you so much for your help. We were investigating the issue and you are right, it's related with the theme we are using. We are trying to find a solution.
moodle 3.11 security check after upgrading
Ciao,
I have upgraded moodle from 3.10.4 to 3.11 and all was ok. But when I made security checks under reports I get this new error:
Check all public / private paths |
|
Re: moodle 3.11 security check after upgrading
It looks like this is a new check introduced by MDL-69333.
I got my 3.11 site to pass these checks by adding the following entries to the Apache configuration (these are taken from the testing instructions for MDL-69333):
# This sends all missing files to moodle to render nicely, see MDL-56041I've added a comment asking for the documentation to be updated.
ErrorDocument 404 /error/index.php
ErrorDocument 403 /error/index.php?code=404
RewriteEngine On
RewriteRule "(\/vendor\/)" - [F]
RewriteRule "(\/node_modules\/)" - [F]
RewriteRule "(^|/)\.(?!well-known\/)" - [F]
RewriteRule "(composer\.json)" - [F]
RewriteRule "(\.lock)" - [F]
RewriteRule "(\/environment.xml)" - [F]
RewriteRule "(\/install.xml)" - [F]
RewriteRule "(\/README)" - [F]
RewriteRule "(\/readme)" - [F]
RewriteRule "(\/moodle_readme)" - [F]
RewriteRule "(\/upgrade\.txt)" - [F]
RewriteRule "(phpunit\.xml\.dist)" - [F]
RewriteRule "(\/tests\/behat\/)" - [F]
RewriteRule "(\/fixtures\/)" - [F]
Re: new install 3.11 need php upgrade to 7.3 , can it affect current moodle3.7 ?
The new installation id for s client want to try on my server
Re: new install 3.11 need php upgrade to 7.3 , can it affect current moodle3.7 ?
Then, you need to identify the path to your PHP file. It might be something like .../ea-php73/... and make this change to your cron job. Your Moodle 3.7 should work fine with php73.
Ri: Re: moodle 3.11 security check after upgrading
course overview
I'm new in moodle and I have installed 3.10 version with edumy theme by themeforest. when i click on course overview of one category, system answere with "Call to a member function external_star_rating() on bool" error. Somebody can help me ?
Re: Moodle Hosting Issue
Re: new install 3.11 need php upgrade to 7.3 , can it affect current moodle3.7 ?
Ok, so a new subdomain ... clienttest.smartlearn.education.
The directory for code of that subdomain is in /var/www/yourcustomerid/clienttest.smartlearn.education/public_html/ (something like that). Check the config of your moodles to see.
That directory is set via Easy Apache to run the PHP version needed for the version of Moodle running.
Cron job is pointed to use EA/phpversion/ and that clienttest code/admin/cli/cron.php via EA/phpversion/.
Nice of you to give someone a look see at Moodle ... just remember, config's might need to be tweaked upwards - mysql/apache configs. Multiple virtual apaches still use the same MySQL DB server and same Apache server. And even if the clienttest instance has separate moodledata directory, it's the total space usage of that site + yours.
Basically, be careful not to overload what you run as production due to another tinker instance.
'SoS'. Ken
Re: course overview
Looks like it's a problem with Edumy. That's a paid-for theme that we can't support in these forums as we don't have access to it. You should contact the vendor for support.
Re: Moodle Hosting Issue
Re: new install 3.11 need php upgrade to 7.3 , can it affect current moodle3.7 ?
Personally I won't upgrade or touch my production server any other way just because of a test Moodle. If you plan to upgrade your production Moodle from 3.7 to a supported release, it is a different matter. But then I would go through the process in a different (staging) server.
Moodle on subdomain but wish to use login mechanism of main site.
hello all,
hacklido.com hosted moodle on a subdomain - practise.moodle.com and we wish to use the login mechanism of the main site hacklido.com. This can ensure us that only registered accounts of hacklido can access our courses.