View Single Post
  #1 (permalink)  
Old 07-17-2008, 12:23 PM
petertdavis petertdavis is offline
New Pligger
 
Join Date: Jan 2008
Posts: 4
Thanks: 0
Thanked 0 Times in 0 Posts
Site works but is kicking out errors

Hi everyone, I've got the site up and running but kicking out these errors.

PHP Code:
Warningfopen(templates_c/c_4a36bd450be2da7d55b526fb7b4fbced.php) [function.fopen]: failed to open streamPermission denied in /home/site/public_html/class.template.php on line 740

Warning
fwrite(): supplied argument is not a valid stream resource in /home/site/public_html/class.template.php on line 741

Warning
fclose(): supplied argument is not a valid stream resource in /home/site/public_html/class.template.php on line 742

Warning
fopen(templates_c/c_842f806172a29c4ec5ea6ea8175c01bf.php) [function.fopen]: failed to open streamPermission denied in /home/site/public_html/internal/template.config_loader.php on line 61

Warning
fwrite(): supplied argument is not a valid stream resource in /home/site/public_html/internal/template.config_loader.php on line 62

Warning
fclose(): supplied argument is not a valid stream resource in /home/site/public_html/internal/template.config_loader.php on line 63 
I'm trying to figure out what's causing that, any suggestions would be more than welcome!

Thanks!
Reply With Quote