| | |||||
| ||||||||
| Website Development Development concepts, scripts, sponsors and affiliate programs. |
![]() |
| | LinkBack | Thread Tools |
| | THREAD STARTER #1 (permalink) |
| Senior Member Join Date: Jun 2003 Location: Toronto
Posts: 2,383
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() | MySQL errors. I'm trying to set up a TopSites script here: http://www.vacates.com/topsites/ I'm getting a bunch of errors though, like: Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in /home/alex/public_html/topsites/index.php on line 20 I'm not the greatest at PHP and don't know how to fix this. Any help? Thanks
__________________ Annotate!Pro - App for drawing directly on top of your desktop for effective meetings and communication.
Last edited by wicked_gal00; 10-11-2003 at 02:27 PM.
|
| |
| | #4 (permalink) |
| NamePros Regular Join Date: Jun 2003 Location: Louisiana, USA
Posts: 658
![]() ![]() | Can you post a few lines, say 1-20, from index.php? It sounds like a few of the parameters aren't set correctly. Make sure the following are set correctly: ????: NamePros.com http://www.namepros.com/website-development/8389-mysql-errors.html O.k., I just downloaded the script and your problem may be with config.php. Make sure the following are set correctly: $conf['mysql_host'] = "localhost"; $conf['mysql_user'] = "username"; $conf['mysql_pass'] = "password"; $conf['mysql_db'] = "toplist"; <- Is the name of your db table "toplist"? If it is named something other then change it here also. I think you get the idea. If you'd like me to have a look-see PM me.
__________________ dotbob.com -Cheap Domain Name Registrations/Unlimited Web Hosting Plan $5.98/month
Last edited by painperdu; 10-11-2003 at 05:10 PM.
|
| |
| | #5 (permalink) |
| NamePros Regular Join Date: Sep 2003
Posts: 890
![]() ![]() | It's not the host, username or password in the config file. It could possible be the database. If you still need help I can fix this fast. Most likely it's either that or a bad query that can be fixed within mins. Send me a pm if you need my help!
__________________ Online Time Tracking :) |
| |