|
Posted by Jasen Betts on 02/15/06 13:02
On 2006-02-15, tristan@med.usyd.edu.au <tristan@med.usyd.edu.au> wrote:
> Recently ive been migrating a PHP4 application build on a fedora Linux,
> to a MacOs10+ with PHP5.
>
> The most significant problem i have been experiencing is file based
> functions specifically functions handleing directories.
>
> For example both is_executable(), openDir() are returning false when
> the directories are setup and premissions are correct. I can access
> files in a directory but not execute functions on a directoy itself.
>
> For instance file_get_contents("/images/1.jpg") will work fine. However
> openDir("/images/") will fail.
>
> Has anyone else experienced the same sort of problem, if so did you
> find a fix or workaround?
sounds like you don't have execute permission for the directory.
can you check that?
--
Bye.
Jasen
Navigation:
[Reply to this message]
|