PCRT Help with Pictures

phaZed

Well-Known Member
Reaction score
3,244
Location
Richmond, VA
I'm hoping someone has this setup like I have, and made it work...

EasyPHP / Apache server running on localhost, Windows 7 x64.

It seems that PCRT is unable to write to my photo directories.
Everything seems to work, and PCRT doesn't miss a beat, but no pics. They never get written.

Here are the errors I get:

[Wed Jan 19 13:16:03 2011] [error] [client 127.0.0.1] File does not
exist: D:/PROGRAMS/EasyPHP/www/productphotos/ths_1000pny.jpg, referer:
http://127.0.0.1/store/categories.php?func=show_stock&category=48
[Wed Jan 19 13:16:03 2011] [error] [client 127.0.0.1] File does not
exist: D:/PROGRAMS/EasyPHP/www/productphotos/ths_1000pny.jpg, referer:
http://127.0.0.1/store/categories.php?func=show_stock&category=48
[Wed Jan 19 13:16:04 2011] [error] [client 127.0.0.1] File does not
exist: D:/PROGRAMS/EasyPHP/www/productphotos/th_1000pny.jpg, referer:
http://127.0.0.1/store/stock.php?func=show_stock_detail&stockid=1000
[Wed Jan 19 13:16:04 2011] [error] [client 127.0.0.1] File does not
exist: D:/PROGRAMS/EasyPHP/www/productphotos/th_1000pny.jpg, referer:
http://127.0.0.1/store/stock.php?func=show_stock_detail&stockid=1000
[Wed Jan 19 13:16:05 2011] [error] [client 127.0.0.1] PHP Warning:
unlink(../productphotos/th_1000pny.jpg) [<a
href='function.unlink'>function.unlink</a>]: No such file or directory
in D:\\PROGRAMS\\EasyPHP\\www\\store\\stock.php on line 403, referer:
http://127.0.0.1/store/stock.php?func=show_stock_detail&stockid=1000
[Wed Jan 19 13:16:05 2011] [error] [client 127.0.0.1] PHP Warning:
unlink(../productphotos/ths_1000pny.jpg) [<a
href='function.unlink'>function.unlink</a>]: No such file or directory
in D:\\PROGRAMS\\EasyPHP\\www\\store\\stock.php on line 404, referer:
http://127.0.0.1/store/stock.php?func=show_stock_detail&stockid=1000
Invalid Parameter - '350
Invalid Parameter - '100
[Wed Jan 19 13:16:10 2011] [error] [client 127.0.0.1] File does not
exist: D:/PROGRAMS/EasyPHP/www/productphotos/th_1000pny.jpg, referer:
http://127.0.0.1/store/stock.php?func=show_stock_detail&stockid=1000
[Wed Jan 19 13:16:10 2011] [error] [client 127.0.0.1] File does not
exist: D:/PROGRAMS/EasyPHP/www/productphotos/th_1000pny.jpg, referer:
http://127.0.0.1/store/stock.php?func=show_stock_detail&stockid=1000
[Wed Jan 19 13:16:27 2011] [error] [client 127.0.0.1] File does not
exist: D:/PROGRAMS/EasyPHP/www/productphotos/ths_1000pny.jpg, referer:
http://127.0.0.1/store/stock.php?func=show_stock&category=48
[Wed Jan 19 13:16:27 2011] [error] [client 127.0.0.1] File does not
exist: D:/PROGRAMS/EasyPHP/www/productphotos/ths_1000pny.jpg, referer:
http://127.0.0.1/store/stock.php?func=show_stock&category=48

I have set folder permissions via Windows to Full access for all users for the directories at hand. Shooting in the dark, I have also tried to edit httpd.conf without any success.

Am I correct in thinking that in Linux, chmod write permissions to the
directories? Or is there a config file that needs to be edited for write permissions?
 
Back
Top