Markus Lervik kirjoitti:
Brian W. Neu wrote:

When AgaviException extends Exception, my script dies with no error message and returns nothing.


Well, first thing would be to pop open php.ini and check that you have
display_errors = On.

Second thing to do is to open up apache's error_log and see if you can
find anything of interest in there.


And after that check your *SessionStorage settings in context.ini. I've had similar problems (script dying with no error message sent to the browser) and it has been because of wrong table/column names in CreoleSessionStorage. This is because PHP core dies when trying to start a session.

Thirdly, I'd advice upgrading to 0.10 when it's released, which should
be happening sometime early this week :)

If you installed Agavi using Wes Hays agavi_svn_install script you are already using almost-0.10.0 (the script exports svn/trunk and builds a pear pkg from that). Just re-run the script when we release 0.10.0. A release candidate is ready when v-dogg and david-view-improvements branches are merged to trunk (not trying to pressure you Bob but we are all holding our breaths here ;).


-veikko
_______________________________________________
agavi-dev mailing list
[email protected]
http://labworkz.com/cgi-bin/mailman/listinfo/agavi-dev

Reply via email to