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...
install.php not installing
Moderators: Developer, Contributor