PHP Operation Not Permitted. What's The Deal?
Posted: Sat Aug 26, 2006 7:02 pm
Hey guys,
I'm currently having an issue with some PHP. I am on a Smokyhosts server and I am trying to create a PHP database for a real estate company. This database allows the user to upload pictures and the pictures will automatically be placed as a thumbnail, and also a larger picture in a slideshow. Whenever I try to upload my script and edit the picture I get this error:
"Warning: imagejpeg(): Unable to open '/home/shotthe/public_html/php/thimg/' for writing in /home/shotthe/public_html/php/add.php on line 166
Warning: chmod(): Operation not permitted in /home/shotthe/public_html/php/add.php on line 167
operation not permitted"
Why is the operation not permitted? Thanks in advance for your help...
I'm currently having an issue with some PHP. I am on a Smokyhosts server and I am trying to create a PHP database for a real estate company. This database allows the user to upload pictures and the pictures will automatically be placed as a thumbnail, and also a larger picture in a slideshow. Whenever I try to upload my script and edit the picture I get this error:
"Warning: imagejpeg(): Unable to open '/home/shotthe/public_html/php/thimg/' for writing in /home/shotthe/public_html/php/add.php on line 166
Warning: chmod(): Operation not permitted in /home/shotthe/public_html/php/add.php on line 167
operation not permitted"
Why is the operation not permitted? Thanks in advance for your help...