Jump to ContentJump to Navigation/Login
` ` ` ` ` `

[Register]

Occasional ATutor release updates


No Members Logged In

(7 guests in past 15 min.)

Access Understanding Web Accessibility to learn about accessibility, or Register to take the course for FREE.

Support Forums

ATutor Bug Reports

AT_ERROR_NO_LANGUAGE


You must be signed-in to post.

AuthorSubject
  Page: 1
speedybiker
Subject: AT_ERROR_NO_LANGUAGEQuote this post in your reply
The above error appears on my site. The config file is set for English as the default language.

The site can be seen at:
www.hamiltoncameraclub.co.uk/ATutor1/login.php

Does anyone have a solution to this. The error did not occue when I installed A-Tutor on my webserver in the house.

The major difference to this installation and the one in the house is the database. The above installation used the existing database to create the tables in as I only have the one database. In my computer in the house I created a new database for it.
Posted: 2004-06-26 16:34:09
greg

Avatar for greg
Subject: Which OSQuote this post in your reply
Add the following line at the end of the errors section of include/lib/lang_constants.inc.php

define('AT_ERROR_NO_LANGUAGE', $i); $i++;

Which operating system, webserver, php version are you using?

Did you install fresh or upgrade your web site?

Does your mysql user for your web site have delete and update privileges?
Posted: 2004-06-26 18:24:57
speedybiker
Subject: AT_ERROR_NO_LANGUAGEQuote this post in your reply
I've added the line above to the correct file and loaded it onto the server.

I use a Unix operating system with php 4.3.3, MySql 4.0.15 and the Apache webserver.
Posted: 2004-06-26 18:52:15
speedybiker
Subject: AT_ERROR_NO_LANGUAGEQuote this post in your reply
This is also a fresh install not an upgrade. I don't have update and delete privileges. I installed the previous version on another website from the same server company and it worked fine.

Any ideas what the problem is. As I said, it works perfectly on my webserver on my home machine.
Posted: 2004-06-27 15:10:02
jvbelle
Subject: AT_ERROR_NO_LANGUAGEQuote this post in your reply
I had the same problem, and was running two versions on different servers like you have. After deleting my browser's cookies, all worked fine again. The cookie from one installation seems to interfere with the second one...?

Jan.

In reply to:
This is also a fresh install not an upgrade. I don't have update and delete privileges. I installed the previous version on another website from the same server company and it worked fine.

Any id...

Posted: 2004-06-28 15:31:03
 Page: 1

You must be signed-in to post.