Hi,
I'm posting on behalf of a client who hosts a service that utilizes machform to upload products to a central listing service. I wrote the code to use the uploaded information (including pictures) to post to the listing page. All of a sudden the pictures are no longer being saved to the database. The resulting insert for the picture url column is now NULL... this has worked flawlessly for sometime and just now began now to work.
When I go in to manually edit the entires and add the picture to their submission ( as an upload) i get this error:
Warning: move_uploaded_file(./data/form_1/files/element_7_6862ab1e6531863374928e7eedfe5fc9-3896-me.jpg) [function.move-uploaded-file]: failed to open stream: Permission denied in D:\InetPub\vhosts\digifavs.com\httpdocs\machform\includes\post-functions.php on line 2051
Warning: move_uploaded_file() [function.move-uploaded-file]: Unable to move 'D:\InetPub\Temp\PHP\php4184.tmp' to './data/form_1/files/element_7_6862ab1e6531863374928e7eedfe5fc9-3896-me.jpg' in D:\InetPub\vhosts\digifavs.com\httpdocs\machform\includes\post-functions.php on line 2051
Warning: Cannot modify header information - headers already sent by (output started at D:\InetPub\vhosts\digifavs.com\httpdocs\machform\includes\post-functions.php:2051) in D:\InetPub\vhosts\digifavs.com\httpdocs\machform\edit_entry.php on line 42
The machform for this domain is located here: http://www.digifavs.com/Upload_Ad.php
There are almost 4000 entries in the DB but the hosting service is unlimited so that should not be an issue.
Basically every piece of information entered on the machform except for the upload is being saved to the DB. This is causing my client who relies on these postings for income to lose hair.
Any help would be appreciated.
Thanks.
