starting index.php the first time the page 'phpBugTracker Installation' comes up. After supplying type=MySQL, host=localhost, db-name=bug_tracker, user=root, pwd=xxx I tested the database connection with the button and it works.
Before this, I created an empty database using phpMyAdmin (which works fine, so PHP and MySQL work).
But after supplying 2x emails, admin pwd (this is not the database pwd, or is it?), and encrypt=false the config.php was saved to the home directory of phpbt (same dir as install.php and index.php).
But starting index.php just gives a page containing <html><body></body></html>. I have NOT installed JpGraph.
Where can I see log files or anything else? No tables were created in MySQL.
Could it have something to do with the new MySQL version? In phpMyAdmin I had to use the mysqli extension, mysql did not work (could be configured in config.inc.php)
Any help is appreciated very much.
Thanks, Lorenz
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I haven't yet tested with PHP 5 and MySQL 4.1, but with the API changes related to that combination it's likely phpbt won't work with them without some changes.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
You have to use mysqli instead of mysql in PEAR:DB with MySQL 4.1. (PHP 5)
Even after upgrading PEAR though and changing it to mysqli, I still got the following error. BugZilla is looking to be a better choice after all for me:
[01-Dec-2004 15:50:52] PHP Fatal error: Call to undefined method DB_Error::setOption() in /usr/local/apache2/htdocs/bugs/include.php on line 55
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,
I don't get phpbt running.
starting index.php the first time the page 'phpBugTracker Installation' comes up. After supplying type=MySQL, host=localhost, db-name=bug_tracker, user=root, pwd=xxx I tested the database connection with the button and it works.
Before this, I created an empty database using phpMyAdmin (which works fine, so PHP and MySQL work).
But after supplying 2x emails, admin pwd (this is not the database pwd, or is it?), and encrypt=false the config.php was saved to the home directory of phpbt (same dir as install.php and index.php).
But starting index.php just gives a page containing <html><body></body></html>. I have NOT installed JpGraph.
Where can I see log files or anything else? No tables were created in MySQL.
Could it have something to do with the new MySQL version? In phpMyAdmin I had to use the mysqli extension, mysql did not work (could be configured in config.inc.php)
Any help is appreciated very much.
Thanks, Lorenz
I have the same problem both 1.0RC4 & 0.9.1.
Any one can tell me why?
I have the same problem.
I haven't yet tested with PHP 5 and MySQL 4.1, but with the API changes related to that combination it's likely phpbt won't work with them without some changes.
any idea what it would take to get it running on php5 w/ mysq 4.1??? i need to track my bugs!!!
Even i had similar problem, but I am using php5.0.2,Mysql3.6 running on windows 2003 server.
Plz send ur answers asap.
You have to use mysqli instead of mysql in PEAR:DB with MySQL 4.1. (PHP 5)
Even after upgrading PEAR though and changing it to mysqli, I still got the following error. BugZilla is looking to be a better choice after all for me:
[01-Dec-2004 15:50:52] PHP Fatal error: Call to undefined method DB_Error::setOption() in /usr/local/apache2/htdocs/bugs/include.php on line 55