2003-11-18 17:07:52
ATutor Problems
I have made everythings the instalation said. but I can use it. I received this message: [ Variable: error]
--------------------------------------------------------------------------------
[AT_ERROR_NO_LANGUAGE]
And it doesn't let me to conect as admin or student.
You can access to verify it at http://www.lavozdedios.org.ve/ATutor/
This is de config.php's modifications:
/* the database user name */
define('DB_USER','*********');
/* the database password */
define('DB_PASSWORD','*********');
/* the database host */
define('DB_HOST','localhost');
/* the database tcp/ip port */
define('DB_PORT','3306');
/* the database name */
define('DB_NAME','cualpe_atutor');
/* your (ATutor system admin) password to let you add */
/* new instructors */
define('ADMIN_PASSWORD','letmein');
/* your (admin) email address */
define('ADMIN_EMAIL','myemail@hotmail.com');
Can tell me what can I do to solve my problem?