Desperately need help

Re: Desperately need help

Martin Dougiamas發表於
Number of replies: 5
Core developers的相片 Documentation writers的相片 Moodle HQ的相片 Particularly helpful Moodlers的相片 Plugin developers的相片 Testers的相片
I now realise this would all have been avoided if we'd just used single-quotes in the first place (no need for the double slashes then) - so I'll update the config-dist.php to do this.

What a big saga for a tiny problem, but a bug solved at least.

    By the way, I have many suggestion for improvements ...

Yes, Moodle has that effect on people. 眨眼 愚蠢
In reply to Martin Dougiamas

Re: Desperately need help

Dr. Ali Abureesh發表於
Core developers的相片 Translators的相片

Well Martin, I'm speechless. Every thing is working fine, yet a few minor problems. Just to mention two of them because I think I'm becoming a pain in the neck.

First, I think what I'm facing right now, after the setup went smoothly, is directory permission because I can't access moodle home page. I get the following message:

Directory Listing Denied

This Virtual Directory does not allow contents to be listed.

Nonetheless, I can access the Administration part and I can modify Moodle. This is what is confusing me. If the directory does not have premission, then how can I access the Adminstration section and be able to make modifications?!

Second, when I Logout from the Adminstration section, which is the only thing that I can access now, I get the following error:

Fatal error: Call to undefined function: save_session() in D:\webspace\resadmin\aburessh\abureesh.net\www\onlinecourses\login\logout.php on line 8
Could this be because the directory premissions?!

Thanks.

P.S. By the way, I did register.

In reply to Dr. Ali Abureesh

Re: Desperately need help

Dr. Ali Abureesh發表於
Core developers的相片 Translators的相片

Hi I'm back again hoping I'm not bothering you  with all this.

For the previous problem is still even though my host says that the folder permission as set. This problem of Directory Listing Denied occurs when I just type in the URL http://www.abureesh.net/onlinecourses/   onlinecourses directory contains Moodle.

when I type the following URL : http://www.abureesh.net/onlinecourses/login/index.php

I get the login page, but at the top of the page I get the the following:

El sistema ha enviado un correo electrónico a \$a->email.

Revise su correo para recibir una nueva contraseña

La nueva contraseña se genera automáticamente, por lo que tal vez Ud. desee link>cambiarla por una que le sea más fácil de recordar."; $string['people'] = "Personas"; $string['personalprofile'] = "Información personal"; $string['phone'] = "Teléfono"; $string['potentialteachers'] = "Profesores potenciales"; $string['preferredlanguage'] = "Idioma preferido"; $string['preview'] = "Vista previa"; $string

This is just a small portion of this, in the page you have to scroll down till you get the login  page. After I enter the User name and the password and click the botton I'm back to the Directory Listing Denied message, but when I add the name of the file (index.php) it page comes out with, again, with the 

El sistema ha enviado un correo electrónico a \$a->email.

Revise su correo para recibir una nueva contraseña 

This happens too when I go the Configure variables  page, but before the previous message I get the following then the previous message after tha I get  to the Language Drop-dwon- menu. and the rest.

What could be the problem now?

Do I have to do the setup again?

Shall I go back and setup Moodle 1.0.8.1 instead of 1.0.9 Beta 1?

 

In reply to Dr. Ali Abureesh

Re: Desperately need help

Martin Dougiamas發表於
Core developers的相片 Documentation writers的相片 Moodle HQ的相片 Particularly helpful Moodlers的相片 Plugin developers的相片 Testers的相片
Did you get my private email a couple of days ago about this?
In reply to Martin Dougiamas

Re: Desperately need help

Dr. Ali Abureesh發表於
Core developers的相片 Translators的相片

I just got it. There was a problem with my University Mailhub. I will reply to your private email.

Endlessly thankful. 

In reply to Martin Dougiamas

Re: Desperately need help

Timothy Takemoto發表於

Sorry to dig up an old thread but, to confirm, when the dirroot settings are specified in config.php in single quotes, then single backlashes are the way to specify Windows directories?

//    $CFG->dirroot = 'C:\FoxServ\www\moodle';    // Windows

Tim