View Single Post
Old October 22nd, 2005, 01:56 PM   #5 (permalink)
jmmeisner
Junior Member
Verified Customer
 
Join Date: Oct 2005
Posts: 8
Access

Ok, now I am going to sound stupid but here goes:

Do you have a suggestion on the error level setting I should use? Unless I'm wrong, this is what I found for my choices...

E_ALL - All errors and warnings
E_ERROR - fatal run-time errors
E_WARNING - run-time warnings (non-fatal errors)
E_PARSE - compile-time parse errors
E_NOTICE - run-time notices
E_CORE_ERROR - fatal errors that occur during PHP's initial startup
E_CORE_WARNING - warnings (non-fatal errors) that occur during PHP's initial startup
E_COMPILE_ERROR - fatal compile-time errors
E_COMPILE_WARNING - compile-time warnings (non-fatal errors)
E_USER_ERROR - user-generated error message
E_USER_WARNING - user-generated warning message
E_USER_NOTICE - user-generated notice message

With the folder permissions, are you talking about windows folder permissions or IIS permissions? I looked around and tried changing some settings but was still unable to achieve the upload

Thanks so much for your help!

Last edited by jmmeisner; October 22nd, 2005 at 02:05 PM.
jmmeisner is offline   Reply With Quote