News:

Click here for Toll-Free Service for your business starting at $2.00 per month

Main Menu

Permission Denied, We can't make image upload forms???

Started by sixthcrusifix, January 30, 2007, 12:55:18 AM

Previous topic - Next topic

sixthcrusifix

Okay, I figured out my old problem. Chmod permissions. What I don't get, why an image upload script works on one part of my site and not another. I've literally chmoded every single part of my site to 777 and I'm getting this:

Warning: copy(/fpgs/fpgshttpd/sixthcrusifix/home/images/artwork/digital/1170121693cool.jpg) [function.copy]: failed to open stream: Permission denied in /fpgs/fpgshttpd/sixthcrusifix/editor/process.php on line 161
Visite me website at http://www.sixthcrusifix.com

bonehead

Only chmod scripts to the least they can work with. 755 is a good chmod use 644 for scripts that just get called. chmod folders and files that get written to, to 777

I learned this the hard way :)

lotsofish


bonehead

What does that have to do with php scripts? that is html...