CodeIgniter Forums
500 - Internal Server Error - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23)
+--- Thread: 500 - Internal Server Error (/showthread.php?tid=17921)



500 - Internal Server Error - El Forum - 04-20-2009

[eluser]Cristian Gilè[/eluser]
Hi guys,

i've developed an e-commerce application to sell photos.
I'm using codeigniter session and data are stored in db.
Now the problem: when i put a big quantity of photos in the cart
(about 25) i got 500 Internal server error (in the web server log
i can read that the CGI header is too big).

So, i've checked the $_COOKIE size but, because i store data in db,
it's only 590 byte (session id). Probably something else, in the CGI header,
is written by codeigniter.

Please, could you help to solve the problem?


Cheers


Cristian


500 - Internal Server Error - El Forum - 04-20-2009

[eluser]The Wizard[/eluser]
maybe you can put the piece of code that does the actual error?