rg1024 added some basic debug code, should make settable in the admin interface.
Jon On Mon, Oct 3, 2011 at 8:24 PM, Jakub Jankiewicz <[email protected]> wrote: > For extensions code setting error_reporting(E_STRICT | E_ALL); is > enough. > > And for SQL function mysql_error, and similar for different database, > should be invoked to show whats wrong with SQL statement. > > -- > You received this bug notification because you are subscribed to > aikiframework. > https://bugs.launchpad.net/bugs/865251 > > Title: > There is no error reporting > > To manage notifications about this bug go to: > https://bugs.launchpad.net/aikiframework/+bug/865251/+subscriptions > -- Jon Phillips http://rejon.org/ | http://fabricatorz.com/ chat/skype: kidproto | irc: rejon +1.415.830.3884 (global) | +1-510-499-0894 (sf) +86-187-1003-9974 (beijing) -- You received this bug notification because you are a member of Aiki Framework Developers, which is subscribed to aikiframework. https://bugs.launchpad.net/bugs/865251 Title: There is no error reporting Status in Aiki Framework: New Bug description: There is not error indicting when for instance you forget to put semicolon after api invocation <php $aiki->klass->some_method() php> the same when you had error in your SQL statement or php error in extension when the widget that have those errors is rendered it's simple return nothing. AIKI should show messages for this kind of errors for debuging purpose. They can be displayed only for SysGODs. To manage notifications about this bug go to: https://bugs.launchpad.net/aikiframework/+bug/865251/+subscriptions _______________________________________________ Mailing list: https://launchpad.net/~aikiframework-devel Post to : [email protected] Unsubscribe : https://launchpad.net/~aikiframework-devel More help : https://help.launchpad.net/ListHelp

