install.php not installing

Get help from other users here.

Moderators: Developer, Contributor

Post Reply
TokyoJimu
Posts: 3
Joined: 20 Sep 2005, 00:25
Location: San Diego & Tokyo
Contact:

install.php not installing

Post by TokyoJimu »

I'm having a heck of a time trying to do a first-time install of 1.0.0rc2.

I put all the information into the fields, click "Install/Upgrade" and it returns a blank page.

When I check the database with phpmyadmin, I see that bugtracker was created, but it has no tables in it. I tried using the option for " Print SQL Queries instead of Writing to the Database", figuring I'd do it manually, but checking that box has no effect.

I tested the mysql login to make sure it could create tables in bugtracker from the IP address of my webserver, and it did with no problem:

havasu [~] 178 > mysql -h sql -u mantis -p bugtracker
Enter password:
Welcome to the MySQL monitor. Commands end with ; or \g.
Your MySQL connection id is 409 to server version: 4.0.12-standard-log

Type 'help;' or '\h' for help. Type '\c' to clear the buffer.

mysql> CREATE TABLE employee_data
-> (
-> emp_id int unsigned not null auto_increment primary key,
-> f_name varchar(20)
-> );
Query OK, 0 rows affected (0.00 sec)

I'm not sure what to try next.

Thanks...
Guest

Post by Guest »

If you get Errors, you may check the config_inc.php to have no empty lines in it..

Rolf
Post Reply