View Single Post
Re: No good
Old
  (#26 (permalink))
mikem
Senior Member
 
Status: Offline
Posts: 2,905
Join Date: Sep 2002
Re: No good - 03-05-2003, 07:16 PM

Quote:
Originally Posted by dds
Warning: fopen(http://www.mysite.com/modules.php?op...ock-random.php) [function.fopen]: failed to create stream: HTTP request failed!  in /home/sites/site59/web/themes/mysite/theme.php on line 195

Warning: fread(): supplied argument is not a valid stream resource in /home/sites/site59/web/themes/mysite/theme.php on line 196

Warning: fclose(): supplied argument is not a valid stream resource in /home/sites/site59/web/themes/mysite/theme.php on line 197


and online 197 is this

fclose ($fp);

No idea what to do know ...
I still think you might have the code in your theme.php wrong.

The error you got there indicates your theme.php file is "jacked-up", for lack of a better term. Replace it with the original theme.php.

mikem
   
Reply With Quote