Search…

X3 Photo Gallery Support Forums

Search…
 
blinkstylez
Topic Author
Posts: 5
Joined: 31 Jul 2008, 22:46

After Upload receiving immediate errors

31 Jul 2008, 22:47

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
 
User avatar
Nick
Imagevue Hitman
Posts: 2872
Joined: 02 May 2006, 09:13

01 Aug 2008, 04:49

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
firedev.com
 
blinkstylez
Topic Author
Posts: 5
Joined: 31 Jul 2008, 22:46

01 Aug 2008, 12:23

thanks a ton
 
User avatar
Nick
Imagevue Hitman
Posts: 2872
Joined: 02 May 2006, 09:13

01 Aug 2008, 12:30

Did it work for you? Keep an eye on any warning if you will see one ofcourse.
firedev.com
 
blinkstylez
Topic Author
Posts: 5
Joined: 31 Jul 2008, 22:46

01 Aug 2008, 16:50

yes it did work thanks