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

Lang constants missing in 1.3.1 to 1.3.2 upgr


You must be signed-in to post.

AuthorSubject
  Page: 1
greg

Avatar for greg
Subject: Lang constants missing in 1.3.1 to 1.3.2 upgrQuote this post in your reply
The following known bug occurs when upgrading from 1.3.1 to 1.3.2:


Warning: constant(): Couldn't find constant AT_ERRORS_TARFILE_FAILED in /usr/local/apache_1.3.29/htdocs/ATutor/include/lib/output.inc.php on line 209

Warning: constant(): Couldn't find constant AT_ERROR_TARGZFILE_FAILED in /usr/local/apache_1.3.29/htdocs/ATutor/include/lib/output.inc.php on line 209


fix the problem by adding the following lines to include/lib/lang_constants.inc.php

define('AT_ERRORS_TARFILE_FAILED', $i); $i++;
define('AT_ERROR_TARGZFILE_FAILED', $i); $i++;
Posted: 2004-02-21 14:53:38
 Page: 1

You must be signed-in to post.