Page 1 of 1

Alias in DFS share folder

PostPosted: 21. December 2020 15:23
by fdtforum
Hi,

We tried to set folder in my xampp configuration file.

When I set this, web page displaying :
Warning: Unknown: failed to open stream: No such file or directory in Unknown on line 0

Fatal error: Unknown: Failed opening required 'M:/tests/index.php' (include_path='C:\xampp\php\PEAR') in Unknown on line 0


M:/tests is a DFS link to share folder \\server\folder\subfolder
I have rights access to this folder/subfolder

How to solve my problem ?

Thanks

--------------------------------
Xampp 3.2.9 | php 7.2.29

Re: Alias in DFS share folder

PostPosted: 21. December 2020 19:03
by Altrea
Which user is running the Apache process?

Re: Alias in DFS share folder

PostPosted: 22. December 2020 16:25
by fdtforum
The application Xampp-control is loading by Xampp module with user member local Administrator group.

This application start process apache and mysqld automatically

Re: Alias in DFS share folder

PostPosted: 22. December 2020 16:35
by Altrea
Is the NFS connected for the same letter for this specific user?

Re: Alias in DFS share folder

PostPosted: 22. December 2020 16:47
by fdtforum
Yes, this NFS is connected

I launch Xampp-Control with the same user

Thanks

Re: Alias in DFS share folder

PostPosted: 22. December 2020 17:08
by fdtforum
A precision !

If I mount a letter X to \\server\folder_share\subfolder

All is OK