Permissions Error...help please!
Posted: Sat Mar 07, 2009 4:39 pm
Hi,
First let me be the first to admit my noobishness. I'm new to PHP and am trying to set up an email form so people can contact me via my website. Swiftmailer looks like a great project and the solution to my email issues with PHP so let me say thank you to the developers! Here is my issue...I can get all the smoke tests to run except the test of Attachment and test of Embedded Image. Here is an example of the errors I get:
PHP Warning: fopen(/6c65572a826275aee4d4612929eb1044append) [<a href='function.fopen'>function.fopen</a>]: failed to open stream: Permission denied in X:\XXX\XXX\XXX\XXXXX\XXX\XXX\SwiftMailer\lib\Swift\Cache\Disk.php on line 59
PHP Warning: fwrite(): supplied argument is not a valid stream resource in X:\XXX\XXX\XXX\XXXXX\XXX\XXX\SwiftMailer\lib\Swift\Cache\Disk.php on line 60
I am running my website on Server2003 with IIS 6.0. I know it is a permissions error and can only assume I need to add write/execute permissions to a folder or file, but for the life of me can't figure out where. Any help would be greatly appreciated! Thanks!
First let me be the first to admit my noobishness. I'm new to PHP and am trying to set up an email form so people can contact me via my website. Swiftmailer looks like a great project and the solution to my email issues with PHP so let me say thank you to the developers! Here is my issue...I can get all the smoke tests to run except the test of Attachment and test of Embedded Image. Here is an example of the errors I get:
PHP Warning: fopen(/6c65572a826275aee4d4612929eb1044append) [<a href='function.fopen'>function.fopen</a>]: failed to open stream: Permission denied in X:\XXX\XXX\XXX\XXXXX\XXX\XXX\SwiftMailer\lib\Swift\Cache\Disk.php on line 59
PHP Warning: fwrite(): supplied argument is not a valid stream resource in X:\XXX\XXX\XXX\XXXXX\XXX\XXX\SwiftMailer\lib\Swift\Cache\Disk.php on line 60
I am running my website on Server2003 with IIS 6.0. I know it is a permissions error and can only assume I need to add write/execute permissions to a folder or file, but for the life of me can't figure out where. Any help would be greatly appreciated! Thanks!