Did everything by the instructions, but get this error.
Quote:
Warning: fopen(/home/traderre/public_html/forum/clientscript/mod_fpslideshow/mod_fpslideshow.js) [function.fopen]: failed to open stream: Permission denied in /modules/slideshow.php on line 193
Warning: fwrite(): supplied argument is not a valid stream resource in /modules/slideshow.php on line 194
Warning: fclose(): supplied argument is not a valid stream resource in /modules/slideshow.php on line 195
|
It does pull one of the 3 images I uploaded in the selected forum (Image attached). The image shows up just below the error.
The error is falling on the line for the forum path. I know the forum path is correct because I uploaded a script.
http://www.traderretreat.com/forum/modules/pathinfo.php
This returned:
Quote:
/home/traderre/public_html/forum/modules/pathinfo.php
|
So I changed what you had to:
Quote:
("/home/traderre/public_html/forum/clientscript/mod_fpslideshow/mod_fpslideshow.js",'w');
|
Any ideas?