Edit report at http://bugs.php.net/bug.php?id=51506&edit=1

 ID:               51506
 User updated by:  mastershepper at gmail dot com
 Reported by:      mastershepper at gmail dot com
 Summary:          Realpath failed on linux Server for version 5.2.10 ?
-Status:           Feedback
+Status:           Open
 Type:             Bug
 Package:          Apache2 related
 Operating System: Linux
 PHP Version:      5.2.13

 New Comment:

Hi,



the php version is now up to date (5.2.13) and still have the problem.



I tried many realpath(), the absloute path of the web directory ios the
following one : /home/.sites/38/site52/web



I thought that realpath( '/home/.sites/38/site52/web' ) should works
fine, but it return me false, like any other realpath I'm asking (like
realpath( '/' ) which is working well on my IIS environment).



I also tried to set the include path with this line :
set_include_path(get_include_path() . PATH_SEPARATOR .
'/home/.sites/38/site52/web');

But it still not working fine.



Is there anything I missed ? I'm probably wrong but I don't see where.



Thanks for your help.


Previous Comments:
------------------------------------------------------------------------
[2010-04-08 11:15:41] paj...@php.net

You can test locally as well, or in a VM using the same linux version
that you have on your prod server.

------------------------------------------------------------------------
[2010-04-08 11:12:25] mastershepper at gmail dot com

__FILE__ is just a test, the actuel drupal core use realpath on dynamic
paths and it always return false.



The actual production environment is an external one so I'm not able to
change the php version.



I will ask for it and update this report when it will be done (only if
it could be done, unfortunately)



Thanks for your help.

------------------------------------------------------------------------
[2010-04-08 11:02:07] paj...@php.net

__FILE__ is already an absolute path, I don't see why you would do that
in the 1st place.



However, if you can reproduce the realpath problem with other paths as
well, then I suspect a bug on your linux version. Can you try with
5.2.13 pls?

------------------------------------------------------------------------
[2010-04-08 10:47:47] mastershepper at gmail dot com

Description:
------------
hi,



I met an issue using a drupal CMS. I received an error "warning:
move_uploaded_file() [function.move-uploaded-file]: Unable to access in
/home/.sites/38/site52/web/includes/file.inc on line 572."



I have several web environement, one for coding the website (with IIS 6
and PHP 5.2.3), on for production (with Linux, Apache 2.0 and PHP
5.2.10).



I have no issue on my development server with IIS (same files, same
database).



when I run the following line of code :



var_dump( realpath( dirname( __FILE__ ) ) );



Under IIS: string(44) "D:\inetpub\vhosts\dev.*******.com\httpdocs" 



Under Apache: bool(false)



Did I miss something ? 





Best regards,



Denis.

Test script:
---------------
var_dump( realpath( dirname( __FILE__ ) ) );

Expected result:
----------------
I wish that this function gives me the real path to let drupal copy some
files from the administration.



------------------------------------------------------------------------



-- 
Edit this bug report at http://bugs.php.net/bug.php?id=51506&edit=1

Reply via email to