The result below is what I get when I go to edit a users profile:
User profile for New user
|
Some information was missing or incorrect. Look below for details.
| ||||||||||||||||||||||||||||||||||||||||||||||
The result below is what I get when I go to edit a users profile:
User profile for New user
|
Some information was missing or incorrect. Look below for details.
| ||||||||||||||||||||||||||||||||||||||||||||||
I am trying to install Moodle on a new server and have some problems.
During the install everyting seems to install fine untill I come to the admin setup. It says that I left some field blank which I did not.
If I logout I can no longer login because the admin has not updated name and password.
In order to fix this I changed the email address in the database to the proper address and then asked moodle to send me a new password. This work and I can now login as admin.
However I can still not update or add users.
All my settings apear to be as stated on the install page. Any suggestions?
I have isolated it to the moodle.php file.
I edited the files using the web interface.
If all the strings $a are the same as the the original than it should be ok is it not?
If that is correct I like to take an other look at it, it seems alright. Should I look for something else?
I have almost completed the translation to dutch and during the editing I must have created an error but I can not find it.
Everything still seems to work fine but it says:
Parse error: parse error in /var/www/html/ne/moodle/lib/moodlelib.php(1889) : eval()'d code on line 1
And the only files I worked in was in the lang directory. If I choose an other language the error does not show.
When I looked at line 1889 I found this code:
if ($result = get_string_from_file($identifier, $langfile, "\$resultstring")) {
1889 eval($result);
1890 return $resultstring;
But I cheched all the strings in they seem to be ok.. I am not sure what the last part "code on line 1" which line 1?