CDatabase::Connect() error ?

vitoto

New Member
Messages
8
Reaction score
0
Points
0
hi, i am create DB in phpmyadmin and set user/pwd.

After move files the "expense-report-software" and run .SQL file in phpmyadmin

SQL Finishing ok and make 6 tables.

But when ejecute my site : http://vitoto.x10hosting.com/

Get error : CDatabase::Connect() error

System use : site.xml

and parameters is :

<database type="mysql">
<server>localhost</server>
<login>same user used in phpmyadmin</login>
<password>same pwd used in phpmyadmin</password>
<default>vitoto.expense</default>
</database>

Any idea ?

Readme is very simple :
http://vitoto.x10hosting.com/readme.htm
 
Top