Forum Moderators: coopster

Message Too Old, No Replies

Dating Site Php Annoying Problem!

         

Truegho

7:46 pm on Jul 23, 2007 (gmt 0)

10+ Year Member



Having a Php script problem with my dating site. Getting this error at the top of my index page:

Warning: mysql() [function.mysql]: Access denied for user 'nobody'@'localhost' (using password: NO) in /home/singlem/public_html/smartway/lib/db/mysql.lib on line 26

Warning: mysql() [function.mysql]: A link to the server could not be established in /home/singlem/public_html/smartway/lib/db/mysql.lib on line 26

Warning: mysql() [function.mysql]: Access denied for user 'nobody'@'localhost' (using password: NO) in /home/singlem/public_html/smartway/lib/db/mysql.lib on line 26

Warning: mysql() [function.mysql]: A link to the server could not be established in /home/singlem/public_html/smartway/lib/db/mysql.lib on line 26

Warning: mysql() [function.mysql]: Access denied for user 'nobody'@'localhost' (using password: NO) in /home/singlem/public_html/smartway/lib/db/mysql.lib on line 26

Warning: mysql() [function.mysql]: A link to the server could not be established in /home/singlem/public_html/smartway/lib/db/mysql.lib on line 26

Warning: mysql() [function.mysql]: Access denied for user 'nobody'@'localhost' (using password: NO) in /home/singlem/public_html/smartway/lib/db/mysql.lib on line 26

Warning: mysql() [function.mysql]: A link to the server could not be established in /home/singlem/public_html/smartway/lib/db/mysql.lib on line 26

And this is only the first few lines!

The company from which I bought the script are refusing to help me fix it, as they say I must upgrade for another year's support before they can solve this Php error. I just cannot afford do do that at present, so was wondering could anybody help me here?

ahmedtheking

7:48 pm on Jul 23, 2007 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



If you have a look at the errors, you can see that you haven't specified a username or password for the MySQL connection. So find the script that contains that data, and fill it in.

Truegho

10:49 am on Aug 9, 2007 (gmt 0)

10+ Year Member



Hi. Thanks for the reply.

Have now contacted the company from which I bought this dating script in the hope that this error can be fixed.

dreamcatcher

10:52 am on Aug 9, 2007 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



I doubt its an error. Did you specify the correct username/password for your database when you set the script up?

dc

Habtom

11:09 am on Aug 9, 2007 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Yea, it seems more of mysql user privilages problem.

[edited by: Habtom at 11:10 am (utc) on Aug. 9, 2007]