parse error..wat it mean???

N

newwark

Guest
i wnat to know wat this parse error mean. please help i am getting this error.

--------------------------------------------------------------
Parse error: parse error in /users/xxx.com/yyy/program_files/include/business_logic.php on line 1637

Warning: Access denied for user: 'nfhusers@localhost' (Using password: NO) in /users/xxx.com/yyy/program_files/include/db_functions.php on line 11

Warning: MySQL Connection Failed: Access denied for user: 'nfhusers@localhost' (Using password: NO) in /users/xxx.com/yyy/program_files/include/db_functions.php on line 11

Error during database connection.

------------------------------------------------------------------
 
E

Eugenio

Guest
newwark wrote:
>
> i wnat to know wat this parse error mean. please help i am
> getting this error.
>
> --------------------------------------------------------------
> Parse error: parse error in
> /users/xxx.com/yyy/program_files/include/business_logic.php
> on line 1637

[....]

Do you still have the problem?

Eugenio.

(Latest version of DaDaBIK when this message was posted: 2.2.1)
 
P

PLMresearch

Guest
Sounds like a config.php issue to me. Did you update this file to include your database, user name, etc? Are you the root user? Did you include 'root' as the user name, and leave the password blank?

That's what I do on my localhost machine.
 
Top