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

[Register]

Occasional ATutor release updates


No Members Logged In

(4 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

Fresh installation


You must be signed-in to post.

AuthorSubject
  Page: 1
_Enrique
Subject: Fresh installationQuote this post in your reply
Hi.

Finally I decided reinstall ATutor. But it doesn't work. At step 2 show the message:

-------------------------------------------
Feedback

* Connected to database ... successfully.
* Table AT_admins created successfully.
* ...
* Table AT_language_text created successfully.

Error

* Table AT_config creation failed.
-------------------------------------------

To understand the problem I copied the code for create de config table from ATutor\install\db\atutor_schema.sql :

-------------------------------------------
CREATE TABLE `config` (
`name` CHAR( 30 ) NOT NULL default '',
`value` TEXT NOT NULL default '',
PRIMARY KEY ( `name` )
) TYPE = MYISAM;
-------------------------------------------

and paste into phpmyadmin, in the server, and recived the error message

-------------------------------------------
#1101 - BLOB/TEXT column 'value' can't have a default value
-------------------------------------------

I'm not sure if I have to modify atutor_schema.sql or if there is a better option.

I expect your answer to continue with the installation.

Thanks


Operating system ATutor is installed on - Windows NTGTW2 5.2 build 3790
ATutor version - 1.6.3
Patch #s applied - (fresh installation)
ATutor theme name - (fresh installation)
PHP version - 5.2.6
MySQL version - 5.0.51a
Webserver & version - Apache/2.2.9 (Win32)
Copies of error messages -
Changes to default settings - (fresh installation)
Web browser being used - Firefox 3.5.3
Posted: 2009-09-24 09:38:23
greg

Avatar for greg
Subject: Re: Fresh installationQuote this post in your reply
See the tail end of this thread:
www.atutor.ca/view/7/18242/1.html
Posted: 2009-09-24 10:34:12
_Enrique
Subject: Re: Fresh installationQuote this post in your reply
I thought that was the solution, deleting the default '' code.

It works fine but now, after show me the feedback with all the tables created, when I click over the button "Next" it shows me an empty page. I solve it by reloading the file step3.php in the server (it was 0 bytes longer by some error in the transfer that was not noticed to me).

Now I'm comparing the files in my PC with the uploaded to the server to see if there is another file uploaded with error. Is there a best method for this task?

Comment another bugs in my installation in a new thread.

Thanks for all.
Posted: 2009-09-24 11:20:14
 Page: 1

You must be signed-in to post.