| Author | Message | 
				 
	
					
						| 
	
				
		![[Post New]](/forum/templates/html/images/icon_minipost_new.gif) 01/07/2003 18:18:43
	 | 
					
						
						| Hawkslayer Beginner
 
 Joined: 26/10/2002 16:00:35
 Messages: 42
 Location: Georgia USA
 Offline
 
 | I've just updated my guestbook to the latest version, everthing is fine, but for the fact that I get these error messages when I try to save a template that I've edited from ADMIN. I *have* given the folder write permissions. 
 Warning: fopen("./templates/admin_enter.php", "w") - Permission denied in /web/sites/xxx/www.fuchsialand.co.uk/guestbook/lib/admin.class.php on line 193
 
 Warning: fwrite(): supplied argument is not a valid File-Handle resource in /web/sites/xxx/www.fuchsialand.co.uk/guestbook/lib/admin.class.php on line 194
 
 Warning: fclose(): supplied argument is not a valid File-Handle resource in /web/sites/xxx/www.fuchsialand.co.uk/guestbook/lib/admin.class.php on line 200
 
 I can edit the folders using FTP, but it would be nice to do them from admin. Anyway, I like things to work like they should!
  Anyone got any ideas? | 
						
							| Hawkslayer
 
 http://www.fuchsialand.co.uk
 | 
		
					 
						|  | 
	
					
						| 
	
				
		![[Post New]](/forum/templates/html/images/icon_minipost_new.gif) 01/07/2003 22:39:57
	 | 
					
						
						| Auron Expert
 
 ![[Avatar]](/forum/images/avatar/13803940053f323eaa510a6.jpg) 
 Joined: 23/06/2003 22:02:17
 Messages: 1053
 Offline
 
 | The first is that you hsvrn't set the permissions or the right ones, use your FTP program and chmod to whatever it needs to be the other two. Upload that file again or get a fresh copy of it from here and then upload that. -- Just in case it got corrupted or something. 
 Auron
 | 
		
					 
						|  | 
	
					
						| 
	
				
		![[Post New]](/forum/templates/html/images/icon_minipost_new.gif) 03/07/2003 00:17:36
	 | 
					
						
						| Anonymous 
 
 
 
 | 
			
				Auron wrote:The first is that you hsvrn't set the permissions or the right ones, use your FTP program and chmod to whatever it needs to be the other two. Upload that file again or get a fresh copy of it from here and then upload that. -- Just in case it got corrupted or something.
 Auron
 
 and the right permissions would be...??
 I've also got this problem on my website
 | 
		
					 
						|  | 
	
					
						| 
	
				
		![[Post New]](/forum/templates/html/images/icon_minipost_new.gif) 03/07/2003 03:21:02
	 | 
					
						
						| spor Student
 
 Joined: 18/04/2003 05:02:37
 Messages: 50
 Offline
 
 | 666 to enable read and write | 
						
							| Go here for guestbook and poll help :: Spisas Guestbook
 | 
		
					 
						|  | 
	
					
						| 
	
				
		![[Post New]](/forum/templates/html/images/icon_minipost_new.gif) 03/07/2003 20:37:39
	 | 
					
						
						| Auron Expert
 
 ![[Avatar]](/forum/images/avatar/13803940053f323eaa510a6.jpg) 
 Joined: 23/06/2003 22:02:17
 Messages: 1053
 Offline
 
 | It TELLS you in the readme file! Duh! 
 Auron
 | 
		
					 
						|  | 
	
					
						| 
	
				
		![[Post New]](/forum/templates/html/images/icon_minipost_new.gif) 03/07/2003 23:06:39
	 | 
					
						
						| Anonymous 
 
 
 
 | Uhm.... 666 is NOT the right writing permission.. When I set CHMOD on lib and template folders I got the following errors; 
 
 
			Warning: Failed opening '/home/petronas/www/hallgeir/guestbook/lib/mysql.class.php' for inclusion (include_path='.:/usr/local/lib/php') in /home/petronas/www/hallgeir/guestbook/admin.php on line 4
 Warning: Failed opening '/home/petronas/www/hallgeir/guestbook/lib/image.class.php' for inclusion (include_path='.:/usr/local/lib/php') in /home/petronas/www/hallgeir/guestbook/admin.php on line 5
 
 Warning: Failed opening '/home/petronas/www/hallgeir/guestbook/lib/template.class.php' for inclusion (include_path='.:/usr/local/lib/php') in /home/petronas/www/hallgeir/guestbook/admin.php on line 6
 
 Warning: Failed opening '/home/petronas/www/hallgeir/guestbook/lib/session.class.php' for inclusion (include_path='.:/usr/local/lib/php') in /home/petronas/www/hallgeir/guestbook/admin.php on line 8
 
 Warning: Failed opening '/home/petronas/www/hallgeir/guestbook/lib/admin.class.php' for inclusion (include_path='.:/usr/local/lib/php') in /home/petronas/www/hallgeir/guestbook/admin.php on line 9
 
 Fatal error: Cannot instantiate non-existent class: gb_session in /home/petronas/www/hallgeir/guestbook/admin.php on line 29
 
 | 
		
					 
						|  | 
	
					
						| 
	
				
		![[Post New]](/forum/templates/html/images/icon_minipost_new.gif) 03/07/2003 23:15:05
	 | 
					
						
						| Anonymous 
 
 
 
 | Forget it.... I've fixed it... 
 The CHMOD's should be:
 Files in Template-folder: 777
 Template-folder: 777
 Lib-folder: 777
 Files in lib-folder: 777
 
 This works!!!!
 
 But it doesn't say anything in the Readme-file how theese folders should be CHMODed...
 
 This is what it says about writing permissions:
 
 
			3. Give write permissions to these directories:
 - public - 777 (drwxrwxrwx) (directory)
 - tmp    - 777 (drwxrwxrwx) (directory)
 | 
		
					 
						|  | 
	
					
						| 
	
				
		![[Post New]](/forum/templates/html/images/icon_minipost_new.gif) 08/07/2003 06:07:27
	 | 
					
						
						| spor Student
 
 Joined: 18/04/2003 05:02:37
 Messages: 50
 Offline
 
 | 777 is read write and execute, 666 is the correct permission for a template | 
						
							| Go here for guestbook and poll help :: Spisas Guestbook
 | 
		
					 
						|  | 
				
		
				
					|  |