Hi Ahmed,
This is reported in the plugin's own issue tracker at https://github.com/Wunderbyte-GmbH/moodle-mod_booking/issues/580
Hi Ahmed,
This is reported in the plugin's own issue tracker at https://github.com/Wunderbyte-GmbH/moodle-mod_booking/issues/580
Hi Ameerah,
you are installing Moodle for Windows on your own computer. In normal case nobody except yourself can connect to the server localhost. localhost is a server connection locally on the same host. The Moodle installation packages with XAMPP or MAMP are only for private testing and not for providing Moodle for a learning group or a complete school.
Moodle installer package for macOS
Moodle installer package for Windows
As I wrote in the instructions for my own moodle4Mac packages you can connect to this Moodle by opening the firewall on your local computer. Other computers and mobile devices in the same private network are able to connect the Moodle via the ip address. If you will change the Moodle address to my.moodle then you need to setup this address in your network dns with is normally in your network router or local school server.
https://docs.moodle.org/404/en/Installation_Package_for_macOS#Connect_Moodle_from_your_local_network
In my opinion you do not need to setup a secure https for a Moodle server on a local desktop computer. Please remember that these installation packages are not for productive Moodle websites.
An alternative and ready installed Moodle server could be the MoodleBox. The MoodleBox is installed on a Rasberry Pi and comes with its own Wifi network. The MoodleBox is a brilliant idea to start digital learning in the classroom straight away, even without a school-wide Wifi connection. Most teachers are anxious when children are on the Internet, but they can be safe when worksheets, photos and other materials are only found on the MoodleBox.
https://moodlebox.net/en/
Best regards,
Ralf
Hi Guys
I am experiencing this issue after attempting moodle migration from one server to another, I have checked similar issues in the forum but none seems to be getting this problem solved. I will appreciate any support.
Thanks
Hi Howard
What am doing is am trying to migrate from one old server which has developed issues to a new one. Am running noodle 3.5* so my intention is to migrate it then upgrade since the old server has accessibility issues.
So far I exported the VM storage from the old server to the new server I was able to install Ubuntu 20.04 ( focal fossa) and fire up noodle which was able to start well and unfortunately it showed that error
Thanks
+1 to what Howard said ... maybe you need to see yourself:
Was this transfer of the VM storage a raw copy of files?
A typical db for a moodle has around 450+ tables.
Use the mysql client on new server to connect to the DB server as superuser.
Then issue
'show databases;'
'use [DB-for-moodle]; where [DB-for-moodle] is the name of the moodle DB.
Then issue:
'show tables;'
That will scroll and the last tables shown are:
| mdl_workshopform_rubric_config |
| mdl_workshopform_rubric_levels |
+----------------------------------+
470 rows in set (0.00 sec)
If you don't see that, the raw copy or import of sql dump you made for the DB incomplete for some reason.
'SoS', Ken
Good day,
I am trying to upgrade from version 4.2.1 to 4.4.1+, after copying the new version file along with updates to the additional plugins and the config file, I went into the upgrade process.
When reaching this page, plugin check, it shows "Plugins requiring attention", this is a long page, but I am including the top of the page.
Then once clicked "Upgrade Moodle database now" button, it opens the next page "Upgrading to new version"
One the "Continue" button is clicked, it goes back to "Plugins requiring attention" page and keeps looping between the 2 pages.
The plugins that need attention are 425, the majority of them are standard and installer can see the new versions which are of course from Moodle 4.4.1+.
I am using mysqli, php 8.2 and environment is all good.
Any thought how to bypass these pages and continue upgrading?
Thanks a lot,
Best to use docs/tutorials from where you host:
https://www.tmdhosting.com/tutorials.html
But understand ... NONE are Moodle Partners. And if you use other hosting providers tutorials, which is ok, you need to be aware of the differences in the other hosting providers environments and your server environment. See below.
At that price, must be on shared hosting ... uhhhh, you get what you pay for! But, if you are not going to offer courses in moodle for thousands of users at a time, might do for what you want to do.
Is that shared hosting? Does it have a Terminal icon? Does it have a Git icon? The only reason I ask those questions is that Terminal access to your hosting does give you and advantage. You don't know that yet, and hope you won't need it, but ....
Are you sure Teams is free for education users?
Didn't say that! You were the one who mentioned using Teams.
I think you need to give up on localhost anything ... as that machine will be
used for the 1-to-1's you plan to do. It needs to be a workstation ... not a server. The only difference is your machine has access to additional remote tools with the conferencing software (Teams/Zoom) that the other participants don't have. After all, you will be the teacher! Moodle might have plugins - addons - for Teams/Zoom - primarily for the scheduling of sessions with students and the launching of meetings/sessions ... but it won't be the Teams/Zoom server itself.
And in future ... best not to share your site URL ... these forums are used by Black Hats as well. Share info about specs might be asked ... how much space, how much memory, PHP version + extensions, DB server and version - localhost or remote.
You might want to keep this info handy ... your server is:
LiteSpeed Web Server (that's not apache), PHP/8.2.21, and your Moodle version is 4.4.
'SoS', Ken