stack overflow at line: 0?

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
Betty_S
Forum Newbie
Posts: 20
Joined: Tue Dec 05, 2006 3:40 am

stack overflow at line: 0?

Post by Betty_S »

I'm using a php based CMS called 'mambo'.
When I click the 'submit' in http://208.109.106.11/index.php?option= ... s&Itemid=7 get error massage: stack overflow at line: 0.
What to do
User avatar
Chris Corbyn
Breakbeat Nuttzer
Posts: 13098
Joined: Wed Mar 24, 2004 7:57 am
Location: Melbourne, Australia

Post by Chris Corbyn »

That's a PHP/Apache problem by the sound of it. Is it your server?
Betty_S
Forum Newbie
Posts: 20
Joined: Tue Dec 05, 2006 3:40 am

no it's a host

Post by Betty_S »

no it's a host
User avatar
Chris Corbyn
Breakbeat Nuttzer
Posts: 13098
Joined: Wed Mar 24, 2004 7:57 am
Location: Melbourne, Australia

Post by Chris Corbyn »

Stack overflow is a memory problem. PHP (the language) doesn't deal with any of that. PHP (the interpreter) does however, and that's beyond your control. I'd probably suggest to your host that they run a PHP upgrade ;)
Post Reply