URGENT !@! XAMPP NETWORK FILE ACCESS PROBLEM

Problems with the Windows version of XAMPP, questions, comments, and anything related.

URGENT !@! XAMPP NETWORK FILE ACCESS PROBLEM

Postby tchall » 08. March 2010 17:08

Hello
I have installed Xampp and using it for some time.
Quite stable

I am running some scripts that
@unlink("\\\\CHANNEL\\History\\".$SelectedFileName);

unlink across the network.
however it will not access files across the network.

I have tested it accessing files locally, that's ok unlinks files on local server.
but not on networked one.... i have made sure network resource is unprotected ie no password
and all firewalls are off.

Is there some setting in Xampp that stops it from accessing files across the network
or anyone have any suggestions why this does not work.
tchall
 
Posts: 2
Joined: 20. December 2009 05:18

Re: URGENT !@! XAMPP NETWORK FILE ACCESS PROBLEM

Postby onjefu » 10. March 2010 20:33

I don't know how good the unlink() php function is, but can I suggest mapping the network resource to a drive letter?
So you would have something like @unlink("Z:\History\".$SelectedFileName);
onjefu
 
Posts: 2
Joined: 10. March 2010 20:24

Re: URGENT !@! XAMPP NETWORK FILE ACCESS PROBLEM

Postby onjefu » 10. March 2010 20:35

According to the php documentation, there are issues using this funciton with windows. Perhaps that is a good place to start for help with this problem.

http://www.php.net/manual/en/function.unlink.php#86062
onjefu
 
Posts: 2
Joined: 10. March 2010 20:24


Return to XAMPP for Windows

Who is online

Users browsing this forum: No registered users and 141 guests