Note: You are currently viewing documentation for Moodle 1.9. Up-to-date documentation for the latest stable version is available here: Beginning Administration 1 FAQ.

Beginning Administration 1 FAQ: Difference between revisions

From MoodleDocs
Line 186: Line 186:
1. The '''Apache server setting''' LimitRequestBody ... default in Apache 2.x or greater is set to 0 or an unlimited upload size  
1. The '''Apache server setting''' LimitRequestBody ... default in Apache 2.x or greater is set to 0 or an unlimited upload size  


This setting may not be available in the XAMPP for Wondows distibution   
This setting may not be available in the XAMPP for Windows distibution   


php/php.ini
PHP level - in php/php.ini


2. The PHP site settings '''''post_max_size''''' and '''''upload_max_filesize''''' in '''''php.ini''''' : modify '''''php.ini''''' in the web server directories ( apache2.x.x/bin/php.ini ) not in php directories (I have reset these variables in in the C:\Moodle\server\php folder in a couple of Windows installations without apparent incident.) :
2. The PHP site settings '''''post_max_size''''' and '''''upload_max_filesize''''' in '''''php.ini''''' : modify '''''php.ini''''' in the web server directories ( apache2.x.x/bin/php.ini ) not in php directories (I have reset these variables in in the C:\Moodle\server\php folder in a couple of Windows installations without apparent incident.) :

Revision as of 11:26, 17 September 2009

There is always an element of frustration at the beginning of taking on a Moodle. For many of us, we are employed to do something else, but fall into this. While we have some knowledge or skills, we can often be stumped by the simple things. Not because we are not skilled, just we do not understand enough of the jargon surrounding Moodle to make it work for us. What many people have found is that they are pushing against a door that was never shut. Not a good analogy perhaps, but it does describe what can happen when we begin Administration of a Moodle.

Most of the questions and answers here can be located somewhere in the Forums, or the Moodle Docs, if you want to spend the time looking for them. All this FAQ does is concentrate some of the questions you may be asking in one place. Thanks to all the unknowing and unknown contributors.

 The only assumption here about what you should know is that you know how to create 
 and edit courses and want to know more and so have downloaded and installed a version
 of Moodle. 

This page has grown a bit quickly and is now over sized. So a second page has been added named Beginning Administration 2 FAQ. If what you want is not here, then please have a look there.

For the moment, ALL answers here relate specifically to Moodle 1.9.x and some earlier versions (e.g. 1.7 and 1.8). Moodle 2.0 is not looked at here. It is not unreasonable to expect that the rewrite of Moodle for v2.0 will take another year or so, (from August 2009). Eventually, there will be another set of pages specifically relating to that version, but not yet.

I want to create a new site in Moodle, but which version should I use? 1.9 or 2.0.

You should use Moodle 1.9. We shall not expect to see Moodle 2.0 much before the last quarter of 2010, at best. There are so many changes to the APIs that, as a result, a whole raft of changes have to be implemented, tested, then redone and so on to Moodle. The development work is going to take a while. If you have some good PHP skills you might want to consider getting involved, but just remember, Moodle is open source.

After you have your Moodle 1.9.x working and can use it publicly, download the latest beta version of 2.0 and try it in a private server.

What do I really need to know about HTML, Javascript, PHP and MySQL or networking to be a successful Administrator?

Not a lot. It is handy to know something about these things, particularly about HTML. There are thousands of sites offering free, online courses in HTML and it is a very easy language to learn. Javascript is a mid-level skill and, generally speaking, PHP and MySQL are advanced skills used by experienced Moodlers. Initially, you can get by without knowing too much about these things. Over time, you may find that you are editing PHP pages more frequently, or directly accessing the database. If you are really interested in gaining those skills there are lots of free to low cost to professional certification paths to follow. There are web sites around that will get you started with minimal cost. There are plenty of books as well. Individualized professional coaching/mentoring/consulting or certified training in several areas is obviously more expensive. Networking is similar, but as long as you have a grasp of the basics, you should be able to get by.

What tools do I need to use in the Administration of my Moodle

Different environments will allow to you use some different tools, but essentially, you can get away with just a text editor. There are any number of text editors, but use one that can save the files in a UTF-8 format. Notepad++, TextPad are two that come to mind and there are a lot more. Windows Notepad is not necessarily helpful here, it can add in some additional characters that do not sit well inside some versions of Moodle.

I am running Windows 2008 Server and IIS, which download packs should I use?

There are a couple of installation packs you can download. Generally when Windows users are downloading for the first time we go directly to the Moodle packages for Windows page. This is a very handy installation package that uses the Xampp installer to set up Apache, MySQL and PHP with a minimum of fuss. This package is the best for the Windows OS on a home Moodle or a dedicated PC. It is easy to set up and to maintain. However, be aware that Xampp was not designed for a production site, so it can introduce some security issues.

If you are using your Server as the location for your Moodle, the Xampp installer may not be helpful. You would be much better off using the Standard Moodle Packages. While this is more work setting up, there are fewer opportunities for things to cancel each other out or cause errors in your network or in Moodle.

Installing anything, and Moodle is no exception, needs careful planning and clear strategies in place to achieve the desired outcomes. One suggestion is that Moodle should be installed on a dedicated machine, then as it becomes more popular, more heavily trafficked, another machine can be added. The Moodle can be mirrored and the load sharing properties of the NOS can be implemented. This strategy allows the system to grow at demand, organically, if you like while not compromising at any stage the security of the network itself. An alternative could be clustering machines, this is a considerably more cost effective solution to redundancy issues and just as effective as mirroring. The next question then is should it be Linux or Windows?

How do I set Moodle & Moodledata folder permissions in the server environment.

You should already have gone through the Installing Moodle guide and this should have provided you with some information. However, due to the manner in which Moodle has been created it tends to concentrate on the LAMP configuration.

The other question is how can I set permissions in IIS.

This discussion in the Using Moodle Forum about this topic could be really valuable for IIS users.

We are using Microsoft IIS, do we need Apache?

No. Moodle has been primarily developed in a LAMP environment, Linux, Apache, MySQL, PHP, but it will run in other environments. A WAMP (Win etc) environment will run PHP, so Moodle will run fine. The reason PHP was chosen was because it is a powerful cross-platform language. MySQL is a database package that uses SQL which is also a powerful cross-platform language. Moodle was written to be as generic as possible, so it would be able to run in any environment.

We have an older version of Moodle, but as a new Administrator, I want to upgrade to the latest version, but how?

Practice first before Upgrading a production site! There are risks in upgrading any software package. Also, as a new administrator, you may not completely understand what has been installed on your production Moodle site. A combination of upgrading a version 1.6 site to 1.9 that has 6 Contributed code modules added to it can be a complicated process.

The quickest way would be to backup your current database, install the latest version onto a separate computer and restore the backup to it. You can then test your new Moodle, easily and safely. When satisfied that it is working as it should, migrate the new Moodle to the server, replacing your old Moodle. Do the next new administrator a favor and document your process and changes you made.

One issue will be problems in the database. Some tables may have incrementally changed so restoring may become a lot more difficult than it should be. It may be less difficult in the long run to create a new site, then back up each course from the old site and restore each course to the new site. Or if you have a knowledge of SQL, you may be able to create your own SQL queries to rewrite the older tables and store the data in a format the new database can accept.

I have Ubuntu 8.04 server set up as LAMP server and used apt-get to install Moodle. MySQL is on another server, but Moodle won't work.

apt-get is an Advanced Packaging Tool that automates the installation process for many Linux distros. While it is an excellent tool under many circumstances, it is not perfect, so it may very well be the problem when setting up a Moodle where parts of it are located on different servers. Manual installations can be a bit more time consuming, but have a much greater chance of success. Having said that, check the config.php file and make sure that each path is pointing to the correct place e.g.

  $CFG->wwwroot = 'http://yourwebsiteURL';
  $CFG->dirroot = '/home/yourAccountName/public_html';
  $CFG->dataroot = '/http://yourMySQLServeraddress/path/moodledata';

I have a valid web address, but as I install, I am getting an error message telling me I do not.

Chances are that it is the config.php file that is pointing in the wrong direction. If you can use a text editor that can save in a UTF-8 format, open the config.php file and it may read something like:

 $CFG->wwwroot   = 'localhost';
 $CFG->dirroot   = 'var/www/Moodle/moodle';
 $CFG->dataroot  = 'var/www/Moodle/moodledata';
 

when it should look something like:

   $CFG->wwwroot = 'http://yourwebsiteURL';
   $CFG->dirroot = '/home/yourAccountName/public_html';
   $CFG->dataroot = '/home/yourAccountName/moodledata';
   

If you are being hosted then the provider may allow you access to something like CPanel in a Linux environment.

This will also repair the error message:

 The 'Data Directory' you specified could not be found or created. Either correct the path or create that directory manually.

Site migrated to new ISP, now can't login and getting the error message "Unfortunately, cookies are currently not enabled in your browser"

With all these kinds of errors the first thing to do is to check the config.php file. Make sure that the file is pointing to the right places. It should look something like:

  $CFG->wwwroot = 'http://yourwebsiteURL';
  $CFG->dirroot = '/home/yourAccountName/public_html';
  $CFG->dataroot = '/home/yourAccountName/moodledata';
  

Another possible cause of this problem is that sessions are not configured properly on the server. You can test this by calling the script http://yourserver/moodle/lib/session-test.php.

If your server is on shared hosting check that you have sufficient disk space quota. This will prevent new sessions being created and nobody will be able to login.

Carefully check the permissions in your 'moodledata' area. The web server needs to be able to write to the 'sessions' subdirectory.

Finally, check the bottom of the config.php file. Make sure there is nothing after the ?>, this means no characters, no spaces, no carriage returns.

I am getting a blank screen after installing to Windows Vista - What can I do next?

Installing on Windows Vista has created a number of problems, and it seems that Microsoft has been so intent on improving security that it is refusing to allow very much to happen at all. There is an installation page that can help you resolve most issues in Vista. Unfortunately, it is no guarantee of success.

I want to use a dedicated server for Moodle, but how reliable is Moodle together with EasyPHP?

If you are going to use a dedicated machine for your Moodle, good idea by the way, then there is no need for you to use EasyPHP at all. If your Moodle server is using XP Pro and a static IP address, then it is easier for you to download and install the Windows Installer Package.

This package uses the Xampp installer to automatically install and configure Apache Server, MySQL and PHP. Once installation is complete and setup and running, all you may need do is to edit the config.php file to show your IP address. Just as long as you use a text editor that can save in a UTF-8 format.

Unfortunately, the Xampp installer may reduce effective security, so be careful with it. If your site is going to be a full web site than use the standard download package. Unless your Students are whiz-kids, and really know their PHP and MySQL, the Windows package should be secure enough for your intranet.

My site renders fine in Firefox and Opera, but not IE7

Each browser has its flaws and one person may have a preference for one browser as opposed to another. Unfortunately, there is a bit of an issue with IE7 and now, by some reports, IE8. Some of the PHP and Javascript elements in Moodle are not rendered properly in IE7 so text can appear incredibly small. It has also been suggested the Java implementation in IE8 is not fully compliant and it may not render some LMS and SCORM packages properly. Certainly Microsoft's history indicates they much prefer to set their own standards rather than comply with someone else's. However, it is the increasing division of the Internet into non-compatible parts that is the bigger issue for the developers of any Web application, including Moodle.

There is a discussion Forum for users of Microsoft servers and IIS. Many of the discussions are technical, but there is some good information there.

I have a lot of Staff, how can I enter them as Users quickly?

You can set up a bulk upload of Users, irrespective of what their Role in the Moodle will be by using a flat file. It is simple to do, but like a lot of things with PHP, it must be exactly right or it does not work.

  1. Create a new file in a text editor
  2. Add fields in this order, and they must be separated by a comma, username, password, firstname, lastname, email
  3. Save the file in a UTF-8 format, this is apparently safer than other formats and use the file extension *.csv
  4. Go to Administration > Users > Accounts > Upload users
  5. Browse for the file and click "Upload Users".
 As an alternative, you can also use MS-Excel, saving the file as a csv.

As the file is uploaded, Moodle will do validity checks on usernames, passwords and email addresses. Ensure that all fields have legal characters, no underscores or slashes.

If you want to make sure that Users will change their passwords as soon as they log-on, use the same password for all Users - "changeme" (without the quotes, of course).

If you want to make sure that Users enter the correct email address, then you can leave this field blank, in 1.9.+ only apparently.

For more information you can look at Upload users.

Can I issue fake email addresses for Users when I upload the User file?

There are many circumstances where you may not want to use real email addresses for Users. A generic fake email like thisname@myhome.org is acceptable in Moodle, as long as it follows the correct format for email addresses.

When I try to select some pages in the Admin block, I get a "Timed Out" message and the screen reverts to the login page

The best guess, would be that the installation process has gone a little wrong and it has not properly installed or configured the PHP engine. It is probably better to not waste time on trying to repair it but to reinstall.

Why am I just not getting how Permissions and Roles work?

Our understanding of permissions and Roles is usually based on what we have learned in our networking environment, we log in, we have a set of permission based on that log in and they determine what we can do in a single context. This "linear" explanation is based on what we see, not what really happens, of course.

In Moodle, permissions are also known as "capabilities" and they reside with the Role and can be dependent upon the users location/activity in Moodle. The log-in ID does not carry any traditional network permissions with it, but an initial Role. So stop worrying about trying to learn about permissions, concentrate on the Role and how they work. Once you have a solid grasp of that, then you can worry about setting permissions.

Roles are context based. The best advice is DO NOT assign any roles from the Front Page. If you assign a Role in the Front Page, that Role is assigned to every part of the site. A best practice is to only assign Roles within the context of a Course or a Block.

What different roles can apply to users as they log in and move around inside the Moodle?

Different Roles can apply depending on the page the User is in.

Before anyone logs in to the Moodle, sitting at the log in page, or public front page, depending how you have set your Moodle up, they should have the role of "Guest". It is possible to change this but be careful.

In Moodle, when anyone with a user name and password logs into the Moodle, they become an "Authenticated User". How they are authenticated is different from their Role.

For reasons explained below, you may want your Users to become "Students" while in the Front Page. (Be careful here, read on below before assigning roles.)

When they click to go to a Category page, they revert to an "Authenticated User". Once there, their User Name is scanned and their permissions are calculated and if they have permissions, they can have sufficient rights to be a "Teacher" or a "Course Creator" or even an "Administrator".

When they click to go to a Course, they may have the rights to be an "Administrator", a "Course Creator", a "Teacher" or a "Student" in that Course.

This does not mean they have any of those rights in any other page or Course.

How can I be sure I am assigning Roles correctly?

Assigning Roles should be based purely on the page, the context of the role you want each person to play in that page. Be aware though, If you create an Administrator role in a Category, that will apply across all sub-Categories and Courses in that Category. It will not apply to ANY other Category, sub-Categories or Courses. If someone is assigned the Role of "Teacher" at a Category level, that Role will apply in ALL sub-Categories and Courses in that Category.

The first question is "what do I want this person to be able to do?" For most people using the Moodle, the obvious Role will be that of Student. Others will need to be Course Creators or Teachers. Some Teachers will be Course Creators. Really, the first question should be "what do I want this person to be able to do HERE?"

Essentially, if you get it wrong, then your courses can be wrecked. The basic rules are simple, "Do not assign a role in the Front Page." and "Assign roles in the context of the course or page."

How to diagnose a Hacked Moodle Site?

This item is not designed to frighten anyone about Moodle security, just sometimes a hacker can be a little better than our protective systems. Recognize that we are actually in a constant game of "catch-up" with hackers, and that eventually something will get through. All we can do is cross our fingers and hope for the best, while backing up everything on a regular basis and checking frequently the files that are most likely to get attacked, and most importantly, have a strategy in place for an effective response.

First thing to do is to check the config.php file in your Moodle folder. This controls the basic settings.

It is most likely that something has been written between these two lines:

<?php /// Moodle Configuration File
 
unset($CFG);

If there is, delete it. Once it is deleted, check the file permissions and make sure that the file is owned by the administrator and is set for read only.

Apparently there are few other hacks but if you are so concerned about the possibility, it may be better to delete the current site and reinstall. (Make sure you have themes and courses and existing user data backed up first though.) If you have your database set up securely, then you could reinstall, and just overwrite the new database with the old, there are not a lot of hacks that get into the database.

For more information, go to Hacked site recovery page. This offers more detailed information.

How do I set the maximum upload file size limit?

This is probably the most frequently asked question, and the answer is not that straightforward. The changes that need be made are the same in all versions of Moodle, just in different OS' they need be made in different places. Upload file sizes are restricted in a number of ways and each one in this list restricts the following ones:

Server level - in Apache/conf/http.config

1. The Apache server setting LimitRequestBody ... default in Apache 2.x or greater is set to 0 or an unlimited upload size

This setting may not be available in the XAMPP for Windows distibution

PHP level - in php/php.ini

2. The PHP site settings post_max_size and upload_max_filesize in php.ini : modify php.ini in the web server directories ( apache2.x.x/bin/php.ini ) not in php directories (I have reset these variables in in the C:\Moodle\server\php folder in a couple of Windows installations without apparent incident.) :

 post_max_size = 128M; to increase limit to 128 Megabytes;
 upload_max_filesize = 128M; to increase limit to 128 Megabytes;
 max_execution_time = 600 ; Maximum execution time of each script, in seconds;

These two above are not in Moodle, one is in Apache, the other is the PHP settings. So if you are running a Windows based Moodle, and you cannot find those settings, then the next level is inside the Moodle

3. The Moodle site-wide maximum uploaded file size setting: Administration > Security > Site policies > Maximum uploaded file size [128M].

4. The Moodle course maximum uploaded file size setting in the course settings: Administration > Courses > Add/Edit courses > select Course category & edit each course > Maximum upload size [128M].

5. Certain course activity module settings (for example, Assignment) can be set manually.

For a list of the file locations, try Jon Witts' User Page.

This is a contentious issue, mainly because you might think that it should be set inside the Moodle. Unfortunately, this is not so, these are environment issues that need to be set in the server and PHP folders, Moodle cannot work outside itself.

Installation on a Windows or a Linux server

This item will cause some problems for a good many people. The Windows version of Moodle is workable, but for a seriously working Moodle site, the advantage lies firmly with Linux. The simple truth is that it is easier to mirror and load share using Linux than Windows. Building and learning how to use Moodle is easier in Windows, although that is arguable, but in the longer term, a Linux based installation is far stronger and a much better learning environment for any Administrator. It is suggested that if you can, set up a Moodle in both environments, Ubuntu, SuseLinux and Debian are now relatively easy to install and configure. As for Windows, XP seems more stable than Vista, as long as you stay away from Home versions in either. You can test any of these statements for yourself. The major advantage though seems to lie in the ease at which Linux machines can be clustered for redundancy. - My opinion only, debate in a forum is most welcome.

There is one issue here though, and it may be saved for a future question. There is currently little information easily available for the clustering of computers and what discussion there has been about mirroring has not been encouraging. High cost servers have always been out of the reach of a good many organizations and viable alternatives are urgently required. If anyone has any information they would not mind sharing, please put it on these pages about Moodle Clusters or Mirroring Moodle.

I upgraded Ubuntu from 8.10 to 9.04 and have lost my Moodle - where did it go?

In this situation, usually, you will get the Apache "It works" message but when you try to access the Moodle, it will come back with an error message telling you it cannot locate the Moodle. You can try to locate the Moodle yourself, and update the various files, like config.php:

 unset($CFG);
 $CFG->dbtype = 'mysql';
 $CFG->dbhost = 'localhost';
 $CFG->dbname = 'moodle';
 $CFG->dbuser = 'moodleuser';
 $CFG->dbpass = 'xxxx';
 $CFG->prefix = 'mdl_';
 $CFG->dbpersist = "false";
 $CFG->wwwroot = 'http://10.90.56.110';
 $CFG->dirroot = '/var/www/moodle';
 $CFG->dataroot = '/var/moodledata';
 $CFG->directorypermissions = 00777;
 $CFG->admin = 'admin';
 require_once("$CFG->dirroot/lib/setup.php")

Reedit and change wwwroot to to what your IP address is, even if it has not changed, re-enter the path.

Check the actual location and make sure the dirroot and dataroot are also correct. Try it and if it works, then you have successfully re-configured the Moodle, but do not count on it. This method seems pretty hit and miss.

It may be faster and safer to just reinstall the Moodle, so make sure you have a backup prepared to go if needed.

I have just taken over a Moodle and now can't log in to it as Admin and others get the message "Your session has timed out. Please login again.".

You should already know the version of Moodle you are using, (if you are not sure then go to Notifications and in the bottom left corner of the centre block you will see the Version + (build number)).

If you are using v1.6, you may want to consider dropping the site entirely. Reinstalling a newer version should solve the essential problem. v1.6 experimented with cookieless sessions which work by appending a session id to either every url or to hidden form fields in html pages. This allowed php to track every session and record it. The problem is that that data is stored in the moodledata folder, and that takes up space which eventually takes up so much room the server will object and deny people access. To immediately solve this problem enter the /moodledata/sessions folder and delete all the "session" files.

If this is the problem, then you may be getting messages from your ISP telling you that you are now over quota, so you need to reduce the amount of filespace that your Moodle is occupying.

If you are already using a later version of Moodle, then you should be communicating with your ISP to see what the problem may be. Alternatively, you may be able to access the log files, in which case you may be able to query each element of the Moodle. It is also recommended that you constantly update your Moodle site. You can start considering this option using CVS files.

Help! My site broke - How do I fix it?

Moodle was made to be broken - seriously. Quite often these statements are made:

My site has suddenly broken, only the header will display on any page except for user login.
As soon as anyone is logged in, only the header shows.
The site was working perfectly but not now.

Or variations on that theme.

Why these things happen is usually you have done something or changed something or someone else has done it and the site falls over. You can spend hours trying to fix it, but in most cases it is just better to dump it and start again, a lot less time consuming.

  1. Completely delete your entire Moodle, everything must go.
  2. Reinstall Moodle using exactly the same settings you started with.
  3. Overwrite the database from your Site backup.

Alternatively, you can just restore from your Site backup.

This is why you must backup regularly. The bigger the database, the more frequent the backups required.

TIP: Keep two Moodles, one public and one private. Do things to the private Moodle and test them out. If it works then you can employ the same change in your public Moodle. If it doesn't then you have not damaged anything. It is much easier to deliberately break and repair or re-install your small private Moodle than to try and do it to a public Moodle.

Another reason a site is broken is because it has been hacked, which is another issue.

I want to hide the Latest News Block from anyone not logged in.

This example will work for all blocks).

  1. Log in as an Administrator then turn editing on
  2. Click on the assign roles icon (usually the first icon and looks like Assignrolescmf01.gif one of these) in the header of the block to be hidden, in this case the Latest News block.
  3. This takes you to the Assign roles page so then click the "Override permissions" tab.
  4. Select the role "Guest".
  5. Reset the capability moodle/block:view to prevent.
  6. Click the "Save changes" button.

This should hide the block from everyone until they have logged in.

All students are enrolling in every course

This comes back to the contextual nature of Roles.

Make sure your users are not assigned to the student role at the site level. Check in site administration > users > permissions > assign system roles - there should be nobody in the student role Then go to users > permissions > user policies and check that the default user in Moodle is "authenticated user" and not student

And this is where it can all get so confusing. In the context of the SITE the default user needs to be "authenticated user".

So you have solved one problem, but then you notice that as soon as you have done that, the site news forum disappeared from the Front Page after a successful log in, even if you have forced all logged in users to be subscribed.

  1. Go to Administration > Front Page > Front Page settings.
  2. Go to Default frontpage role and select Student. This affects a number of things, but it does not mean everyone becomes a student in ALL courses, only a Student on the front page.

This changes your Front Page Role to Student but keep the default user as it is.

Roles in Moodle are contextual. In making these changes, ALL logged in users are "authenticated users" in the context of the SITE and at the same time ALL logged in users are "Students" in the context of the Front Page. Once they leave the Front Page, they revert to being "authenticated users" until they enter a page or a Course where they have been assigned a different role, Student, Teacher, Course Creator or Administrator.

The Staff at my School want to see what other Staff Members are doing. Can I set this up easily?

Yes, you can. In many instances a lot of Staff Members will want to look at what their colleagues are doing and make sure they are working within whatever academic parameters need to be met. While this may seem intrusive for a lot of teachers, it is is a very easy way of getting a cross-fertilization of ideas in cross-curricular studies.

As the number of courses grow, this can mean that Teachers "My courses" block can grow to a ridiculous length. To get around this issue, set up a fake user id that is enrolled in all courses. If all Staff know the User ID they can access other courses easily. To limit this though, you may consider using a different faked ID for each subject area or discipline or category and make that ID available only to those people delivering courses in that subject, discipline, or category.

I just migrated my Moodle to a server and now no-one can see it. What happened?

Usually the issue is a simple one and can be fixed with your text editor:

  1. Open your text editor and navigate to your config.php file in the Moodle root.
  2. Look for the line $CFG->wwwroot = 'http://localhost/';
  3. Change the "localhost" to your server IP address, e.g.$CFG->wwwroot = 'http://10.45.78.165/';
  4. Save and exit your file editor

This should now work. What it should also do is to update all your internal links, courses, images and everything to reflect the IP address.

I am having trouble with adding blocks now and do not know why

Occasionally you may want to upgrade PHP or install a later version of Apache or IIS or something else. When this happens, some compatibility issues can arise. For example, the blocks problem can occur if you install PHP v5.3.0, but if you install the PHP v5.2.9 add-on it works fine.

See also