Can someone help me with this?
I'm tired so I'm just going to post a link with all the information necessary
http://stackoverflow.com/questions/1464 ... e-0-sessio
Fatal error exception thrown without a stack
Re: Fatal error exception thrown without a stack
You need a new host !The culprit this entire time was register_globals in the PHP.ini. It was turned off on my local server but it was turned on, on my host.
Re: Fatal error exception thrown without a stack
I talked to them about it and apparently I was the only one on my particular server that had it on by default.jacek wrote:You need a new host !The culprit this entire time was register_globals in the PHP.ini. It was turned off on my local server but it was turned on, on my host.
Why me?