Page 1 of 1

After Upload receiving immediate errors

Posted: 31 Jul 2008, 22:47
by blinkstylez
These are the errors I receive right after I upload


Warning: ini_set() has been disabled for security reasons in /home/ehowarde/public_html/folio/imagevue/common.inc.php on line 6

Warning: session_start() [function.session-start]: Cannot send session cookie - headers already sent by (output started at /home/ehowarde/public_html/folio/imagevue/common.inc.php:6) in /home/ehowarde/public_html/folio/imagevue.php on line 9

Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /home/ehowarde/public_html/folio/imagevue/common.inc.php:6) in /home/ehowarde/public_html/folio/imagevue.php on line 9

Warning: Cannot modify header information - headers already sent by (output started at /home/ehowarde/public_html/folio/imagevue/common.inc.php:6) in /home/ehowarde/public_html/folio/imagevue/include/ivControllerFront.class.php on line 90

Thats what im getting

Posted: 01 Aug 2008, 04:49
by Nick
This not actually errors - your server is bit too restrictive, we removed ini_sets, you could check on next update we release.

Right now you can delete 2 lines
Code
ini_set('allow_call_time_pass_reference', true);
ini_set('safe_mode', 0);
in imagevue/common.inc.php to make it work

Posted: 01 Aug 2008, 12:23
by blinkstylez
thanks a ton

Posted: 01 Aug 2008, 12:30
by Nick
Did it work for you? Keep an eye on any warning if you will see one ofcourse.

Posted: 01 Aug 2008, 16:50
by blinkstylez
yes it did work thanks