[eluser]LuckyFella73[/eluser]
As far as I know you have to load the database library in your callback function
even if you allready loaded it in your controller constructor because only the
callback function is called in your case and not the whole controller.