This forum is in READ-ONLY mode.
You can look around, but if you want to ask a new question, please use the new forum.
Home » support » General discussion » [SOLVED]Need help solving problem
[SOLVED]Need help solving problem [message #32691] Wed, 01 August 2007 13:32 Go to next message
fareasd  is currently offline fareasd
Messages: 29
Registered: May 2007
Junior Member
everything works as expected, but in development mode i see this erorr ?
what is it how can I resolve this error ?
Thanks in advance
Fatal error: Uncaught exception 'sfStopException' in /usr/share/pear/symfony/action/sfAction.class.php:136 Stack trace: #0
/home/develop.interfeis.lv/www/arhiv/apps/frontend/modules/main/actions/actions.class.php(57): sfAction->forward('main', 'book') #1
/usr/share/pear/symfony/action/sfActions.class.php(53): mainActions->executeMenu() #2
/usr/share/pear/symfony/filter/sfExecutionFilter.class.php(115): sfActions->execute() #3
/usr/share/pear/symfony/filter/sfFilterChain.class.php(43): sfExecutionFilter->execute(Object(sfFilterChain)) #4
/usr/share/pear/symfony/filter/sfFlashFilter.class.php(50): sfFilterChain->execute() #5
/usr/share/pear/symfony/filter/sfFilterChain.class.php(43): sfFlashFilter->execute(Object(sfFilterChain)) #6
/usr/share/pear/symfony/filter/sfCommonFilter.class.php(29): sfFilterChain->execute() #7
/usr/share/pear/symfony/filter/sfFilterChain.class.php(43): sfCommonFilter->execute(Object(sfFilterChain)) #8
/usr/share/pear/symfony/filter/sfWebDebugFilter.class.php(35): sfFilterChain->execute() #9
/usr/sh in /usr/share/pear/symfony/action/sfAction.class.php on line 136

[Updated on: Wed, 22 August 2007 16:41]

sfStopException after upgrade [message #33867 is a reply to message #32691 ] Wed, 22 August 2007 10:51 Go to previous messageGo to next message
refactored  is currently offline refactored
Messages: 8
Registered: August 2007
Junior Member
fareasd please make your post title clearer. It will attract more attention if you go beyond simply asking for help.

sfStopException is normally caught and ignored by symfony. Since it is getting past the framework in only one environment narrow it down by switching off features enabled in this environment until it stops happening.

After upgrading to symfony 1.0.6, I am also getting the very same error in my fully instrumented 'dev' environment and nowhere else.

[Updated on: Wed, 22 August 2007 11:59]

sfStopException after PHP/eAccelerator Upgrade [message #33885 is a reply to message #33867 ] Wed, 22 August 2007 11:56 Go to previous messageGo to next message
refactored  is currently offline refactored
Messages: 8
Registered: August 2007
Junior Member
sfStopException is normally caught and ignored by symfony. You shouldn't see it. I began seeing it only after upgrading the runtime environment on my Windows XP Pro box:

symfony (1.0.5 -> 1.0.6)
PHP (5.1.6 -> 5.2.3)
eAccelerator (0.9.5 for PHP 5.1.6 -> 0.9.5.1 for PHP 5.2.3)
xDebug (2.0.0.rc4 for PHP 5.1.2 -> 2.0.0 for PHP 5.2.2).

Enabling eAccelerator in this new environment results in the exception. Doesn't matter if xDebug is enabled or not.

Why, I don't know. The condition is deterministic, meaning it will repeat given the same conditions.

Ticket open at symfony-forge:
http://www.symfony-forge.com/trac/ticket/1838

Can anyone shed more light on this one?

[Updated on: Wed, 22 August 2007 12:14]

Re: sfStopException after PHP/eAccelerator Upgrade [message #33932 is a reply to message #33885 ] Wed, 22 August 2007 16:40 Go to previous messageGo to next message
fareasd  is currently offline fareasd
Messages: 29
Registered: May 2007
Junior Member
This solved my problem.
http://www.symfony-project.com/forum/index.php/m/23736/?srch =eaccelerator#msg_num_5
Re: sfStopException after PHP/eAccelerator Upgrade [message #33956 is a reply to message #33932 ] Wed, 22 August 2007 20:44 Go to previous message
refactored  is currently offline refactored
Messages: 8
Registered: August 2007
Junior Member
Thanks for the link. Apparently this is a known bug in eAccelerator. See http://eaccelerator.net/ticket/242. "We're thinking of releasing 0.9.5.2 to address this issue".

I turned off the eAccelerator optimizer as suggested but it did not work for me.

I have moved my comments to http://www.symfony-project.com/forum/index.php/m/33959/#msg_ 33959 since it is the relevant thread for this issue.

[Updated on: Wed, 22 August 2007 21:14]

Previous Topic:YML validation file not support UTF8
Next Topic:Isolation levels for transaction
Goto Forum:
  

powered by FUDforum - copyright ©2001-2004 FUD Forum Bulletin Board Software