RF Generation Message Board

Other => Idle Chatter => Topic started by: den68 on February 15, 2006, 08:13:25 AM



Title: weird web server question for Eddie
Post by: den68 on February 15, 2006, 08:13:25 AM
my company just got a new web server and we have discovered an odd problem. there are several image files that have disappeared. the strange thing is we can't put them back. I can add them to the Admin catalog image directory where all the graphics reside but as soon as I refresh or publish the live catalog they disappear again.

when I view the error log they get reported as "file access denied". all the images in question are part of standard catalog templates.

any clues?


Title: Re: weird web server question for Eddie
Post by: Hydrobond on February 15, 2006, 09:10:11 AM
Im guessing this is a Linux/UNIX server.  

If so, you will need to CHMOD the image files.  I forget all the apropriate permissions, but something like CHMOD 755 <filename> will do the trick.  If there is a system admin or someone like that, they may be able to help you out with the exact CHMOD that will suffice on a web server.  If not, there's always wiki. http://en.wikipedia.org/wiki/Chmod


Title: Re: weird web server question for Eddie
Post by: den68 on February 15, 2006, 12:25:26 PM
tried that. that wasn't the problem. my first thought was that it had something to do with permissions as well.


Title: Re: weird web server question for Eddie
Post by: The Metamorphosing Leon on February 15, 2006, 12:54:23 PM
Wouldn't this be better in the thread that Eddie looks at?


Title: Re: weird web server question for Eddie
Post by: St0rmTK421 on February 17, 2006, 10:24:47 AM
Are the pictures even getting uploaded correctly?  After you upload them open a web browser and type in the URL and see if they show up.  If they are not getting uploaded it the first place, it's probably something in the server.  Either you might not have permission to upload to that directory or maybe you went over your space limit.

If they are getting uploaded, but publishing the page is getting rid of them, there may be something in the publishing program that is deleting unused files.  Those are my only two guesses going from what you said happened.


Title: Re: weird web server question for Eddie
Post by: den68 on February 19, 2006, 04:12:51 PM
they do get uploaded. I can see them in the file directory, but only until I publish. that whacks them. I'm guessing it's a permissions issue.