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 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

