Aug 29th, 2009, 8:14 AM
(Apr 29th, 2009, 9:43 PM)zoltandragon Wrote:Quote:Check your error_reporting levels. If you're using the API, it'll be using the default error reporting level found in library.php ($g_default_error_reporting = 2047). You'll want to lower that value to 1 to only display true errors. Just add that line to your config.php file (also found in your /global folder) with the value of 1.
Are you using the API, btw? Or just posting it to process.php?
No, I am using the process.php. Should I change the values in the config file anyway? Here is the error message:
Quote:Notice: Undefined offset: 2 in /path/to/domain/and/file/process.php on line 249
Warning: Cannot modify header information - headers already sent by (output started at /path/to/domain/and/file/process.php:249) in /path/to/domain/and/file/uploadsystem/process.php on line 286
Thank you for your help, I really appreciate it! )
I'm having this same problem with a crapdaddy server. I tested fine using MAMP but soon as I upped to the server I get that on file uploads. HELP HELP