PDA

View Full Version : Install Error


tgotch
11-11-2006, 10:12 AM
I ran into this error on install:

Warning: mysql_fetch_row(): supplied argument is not a valid MySQL result resource in /home/flick/public_html/config.php on line 16
DB file imported

Any suggestions?

blank
11-11-2006, 10:35 AM
things work though right? That's an error where config.php is trying to get the config information BEFORE the config info is in the DB.

tgotch
11-11-2006, 10:40 AM
nope, not working. I hit refresh, and get this:

CREATE TABLE `categories` ( `cId` mediumint(9) NOT NULL auto_increment, `cName` varchar(200) NOT NULL default '', `cOrder` bigint(20) NOT NULL default '0', `gamesnumber` mediumint(35) NOT NULL default '0', UNIQUE KEY `cId` (`cId`) ) TYPE=MyISAM AUTO_INCREMENT=104 AUTO_INCREMENT=104 - Table 'categories' already exists

tgotch
11-11-2006, 01:30 PM
OK, got it installed, now getting these warnings:


Warning: fopen(cache/guests.php) [function.fopen]: failed to open stream: Permission denied in /home/flick/public_html/functions/stats_cache.php on line 10

Warning: fwrite(): supplied argument is not a valid stream resource in /home/flick/public_html/functions/stats_cache.php on line 11

Warning: fclose(): supplied argument is not a valid stream resource in /home/flick/public_html/functions/stats_cache.php on line 11

Warning: fopen(cache/totalgames.php) [function.fopen]: failed to open stream: Permission denied in /home/flick/public_html/functions/stats_cache.php on line 15

Warning: fwrite(): supplied argument is not a valid stream resource in /home/flick/public_html/functions/stats_cache.php on line 16

Warning: fclose(): supplied argument is not a valid stream resource in /home/flick/public_html/functions/stats_cache.php on line 16

Warning: fopen(cache/totalplays.php) [function.fopen]: failed to open stream: Permission denied in /home/flick/public_html/functions/stats_cache.php on line 20

Warning: fwrite(): supplied argument is not a valid stream resource in /home/flick/public_html/functions/stats_cache.php on line 21

Warning: fclose(): supplied argument is not a valid stream resource in /home/flick/public_html/functions/stats_cache.php on line 21

Warning: fopen(cache/topusers.php) [function.fopen]: failed to open stream: Permission denied in /home/flick/public_html/functions/top_players.php on line 25

Warning: fwrite(): supplied argument is not a valid stream resource in /home/flick/public_html/functions/top_players.php on line 26

Warning: fclose(): supplied argument is not a valid stream resource in /home/flick/public_html/functions/top_players.php on line 27

blank
11-11-2006, 02:30 PM
did you chmd 777 the cache directory?

tgotch
11-11-2006, 05:43 PM
ahhh...thanks, missed that in the install instructions...