Gossamer Forum
Home : Products : Gossamer Links : Discussions :

Permissions, PHP Parcel, etc

Quote Reply
Permissions, PHP Parcel, etc
Ok I'm parcelling in php on my index page that is build via the admin panel. My hosting company who uses phpsuexec has been working with me on a problem I get now everytime I build anything through the admin panel. The system gives me a 500 error because of the parcelling. Other regular pages not through the directory admin panel work fine but any pages build through the panel show up with a 500 error. They suggested that I get in touch with the makers of this program to inquire as to why. They said on their end it was changing those updated pages to permissions 666 instead of it being at 644

Last edited by:

LordStryfe: Oct 8, 2008, 6:36 AM
Quote Reply
Re: [LordStryfe] Permissions, PHP Parcel, etc In reply to
Hi,

So your problem is that the new files are being written with a 666 CHMOd, and not 644? If so, thats easy to fix - just go into Setup > Build Options, and then look for build_file_per - change to 0644 Smile

Cheers

Andy (mod)
andy@ultranerds.co.uk
Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package | GLinks ULTRA Package PRO
Links SQL Plugins | Website Design and SEO | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!

Last edited by:

Andy: Oct 8, 2008, 8:30 AM