From: Rob R. <rob...@ya...> - 2003-05-01 02:36:20
|
I have installed the files ok. Do any files need to be in the cgi-bin dir? chmod settings? Everything seems to be fine so far except when I get to step #3 and 4. I created a table but what to name it and how many fields? I goto the base url as per #4 . I get this error though. SQL ERROR: No Database Selected Warning: mysql_fetch_row(): supplied argument is not a valid MySQL result resource in /home/mysite/public_html/helpdesk/includes/checkuser.inc.php on line 10 PHP Helpdesk version 0.6.16 Status n/a username n/a departments n/a last on n/a SQL ERROR: No Database Selected Warning: mysql_fetch_row(): supplied argument is not a valid MySQL result resource in /home/mysite/public_html/helpdesk/includes/functions.inc.php on line 26 Warning: mysql_fetch_row(): supplied argument is not a valid MySQL result resource in /home/mysite/public_html/helpdesk/includes/functions.inc.php on line 35 Open Tickets: 0 Assigned to you: 0 I have this in the db.conf.php file: <?php //database config $db_server = "localhost"; //database server location $db_type = "mysql"; //mysql, pgsql, oracle, etc.. $db_db = "phphelpdesk"; //database to use $db_username = "phphdadmin"; //username for $db_db $db_password = "phphdpasswd"; //password for $db_db ?> What am I doing wrong?? Please help this looks awesome and I want to use it. Thanks so much. :) __________________________________ Do you Yahoo!? The New Yahoo! Search - Faster. Easier. Bingo. http://search.yahoo.com |