Welcome Guest, Not a member yet? Register   Sign In
directory_map issues
#1

[eluser]Sunray Scott[/eluser]
Code:
$dir = '/home/sunray/public_html/sunrayftp/IN/';
$map = directory_map($dir);
print_r($map);

Hi,
The directory_map function is not returning anything, not even an empty array. I verified that the path exists and that permissions are OK. I am using Code Igniter 1.7.1. Any ideas?

Scott
Sunray Printing Solutions
#2

[eluser]Sunray Scott[/eluser]
I determined that the issue is a permission issue caused by suPHP by using the opendir() and closedir() PHP functions. Would be nice if the directory_map function returned an error message rather than nothing. The issue is now beyond the scope of my original post and Code Igniter.

Scott
Sunray Printing Solutions




Theme © iAndrew 2016 - Forum software by © MyBB