Chdir not doing anything
Posted: Mon Jan 29, 2007 2:12 pm
I moved a website from the test server to the live server and now I have some problems.
The problem is that the chdir() command no longer works. I need to step down a dir but doing chdir('../') does nothing. When I var_dump() it, it return bool(false).
Safe mode is Off and im moving to the root directory so there should not be any permission problems. Any idea why this would happen?
Edit: also, the test server is on the same shared host as the live server so I don't see how there could be this strangeness since its the same server configuration.
The problem is that the chdir() command no longer works. I need to step down a dir but doing chdir('../') does nothing. When I var_dump() it, it return bool(false).
Safe mode is Off and im moving to the root directory so there should not be any permission problems. Any idea why this would happen?
Edit: also, the test server is on the same shared host as the live server so I don't see how there could be this strangeness since its the same server configuration.