PDA

View Full Version : Copy Folder using IIS on Win2003 [never mind...]


souFrag
07-07-2005, 04:26 AM
I've just installed pixelPost on a Win2003 server running IIS.
When trying to use Copy Folder I get the following php warnings:
Warning: copy(/marlita/images/2005070700155800_050110.jpg): failed to open stream: No such file or directory in c:\websites\soufrag2\soufrag\www\marlita\addons\co py_folder.php on line 62

Warning: copy(/marlita/images/2005070700155801_050111.jpg): failed to open stream: No such file or directory in c:\websites\soufrag2\soufrag\www\marlita\addons\co py_folder.php on line 62

Warning: copy(/marlita/images/2005070700155802_050121.jpg): failed to open stream: No such file or directory in c:\websites\soufrag2\soufrag\www\marlita\addons\co py_folder.php on line 62
Does this addon work on Windows?
Thx.

EDIT:
I had to change the absolute path of my script at the options page... Now it's Ok :-)

raminia
07-07-2005, 06:31 AM
I'm glad that it's working for you.

Btw, is pixelpost working for you properly? I'm running it on local server but not with IIS and I have no problem at all. I want to know more about pp behavior with IIS.

souFrag
07-07-2005, 02:42 PM
I'm glad that it's working for you.

Btw, is pixelpost working for you properly? I'm running it on local server but not with IIS and I have no problem at all. I want to know more about pp behavior with IIS.
It's working ok now.
I'll let you know if I found any bug.

[i]Suggestion[i]:
Why don't you try to get the absolute path automatically from PHP instead of making the end user type it in the options page?
(I haven't look into pixelPost code... Maybe you do try to get the absolute path but fail to get it under Windows)