Hey all. I am having some wierd issues with writings files to a specific directory I have created. Im not new to this and been doing this for sometime, but baffled at whats going on. I have an application that creates a specific directory by the user. Withen that directory we are creating additional pages related to the directory. Now, testing localy everything works out fine (need to test on another host). Its the directory. Tested it by having the file created outside the directory and it creates it. But no matter what I do with the generated directory, it just will not create my files. Permissions are set properly, tried both 755 and 777.
I have a class file I have been using for years to do all my file and directory creations with no problems. Even dismissed it and tried a straight fopen();. Kinda aggrivating, the host will not show me any errors, even if I state my applicaton to do so with error_reporting()
Unfortunatley the company I work for has this thing about using, err... GoDaddy. This host has given me nothing but headaches.
I dont know, maybe Im missing some stupid silly thing I may have forgotten to check out. But eh...