Welcome Guest, Not a member yet? Register   Sign In
directory_map() not working outside of application
#8

[eluser]Clooner[/eluser]
[quote author="iamdadude" date="1274383116"]It's blank. I made sure that there's nothing else that could be throwing off a PHP error, and it still showed blank.

Here's what I have in the controller -
Code:
function create_path() {
            
            $canopen = opendir(realpath('../'));
            die($canopen);
                        
        }
[/quote]
If it doesn't return anything or false it means it can't open the directory.


Messages In This Thread
directory_map() not working outside of application - by El Forum - 05-19-2010, 11:17 PM
directory_map() not working outside of application - by El Forum - 05-20-2010, 03:39 AM
directory_map() not working outside of application - by El Forum - 05-20-2010, 07:14 AM
directory_map() not working outside of application - by El Forum - 05-20-2010, 07:22 AM
directory_map() not working outside of application - by El Forum - 05-20-2010, 07:37 AM
directory_map() not working outside of application - by El Forum - 05-20-2010, 08:15 AM
directory_map() not working outside of application - by El Forum - 05-20-2010, 08:18 AM
directory_map() not working outside of application - by El Forum - 05-20-2010, 09:27 AM



Theme © iAndrew 2016 - Forum software by © MyBB