Fatal error exception thrown without a stack

Ask about a PHP problem here.
Post Reply
User avatar
EcazS
Posts: 789
Joined: Fri May 06, 2011 5:29 pm

Fatal error exception thrown without a stack

Post by EcazS »

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
User avatar
jacek
Site Admin
Posts: 3262
Joined: Thu May 05, 2011 1:45 pm
Location: UK
Contact:

Re: Fatal error exception thrown without a stack

Post by jacek »

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.

:o You need a new host !
Image
User avatar
EcazS
Posts: 789
Joined: Fri May 06, 2011 5:29 pm

Re: Fatal error exception thrown without a stack

Post by EcazS »

jacek wrote:
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.

:o You need a new host !


I talked to them about it and apparently I was the only one on my particular server that had it on by default.
Why me? :(
Post Reply