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