PDA

View Full Version : known bugs/issues


bvidinli
November 2nd, 2006, 06:41 PM
first bug:
if the root pass is not configured in classapp.php, following error raised when you try to create a mysql db:

Warning: mysql_connect() [function.mysql-connect]: Access denied for user 'root'@'localhost' (using password: YES) in /var/www/ehcp/classapp.php on line 749
Could not connect as root

and no other info given...
you need to modify following options in classap.php (line near 87)

// mysql definitions
'mysqlrootuser'=>'root', // this is for db creation.
'mysqlrootpass'=>'12345',


you also better change dns ip numbers...

i will fix these soon,
currently this does not affect until you try to create a mysql db..