CodeIgniter Forums
ERROR calling stored procedures - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23)
+--- Thread: ERROR calling stored procedures (/showthread.php?tid=53764)



ERROR calling stored procedures - El Forum - 08-08-2012

[eluser]Progressed[/eluser]
Hi all,

Im running a ubuntu server with a MSSQL 2008 database. Every time i'm calling my stored procedure from the model im getting an error:

Code:
Fatal error: Call to undefined function debug() in /var/www/clients/client0/web1/web/app/core/Base_Model.php on line 63

trying to figure out where the error comes from i checked if a connection is made from the webserver to the SQL server and it is. Using netstat i see a connection being made.

The SQL server profiler shows me that im running the query allright... soooo now im stuck!

Is this a database driver error? Did someone encounter this before?