 |
|
|
| View previous topic :: View next topic |
| Author |
Message |
loftygoals
Joined: 06 Jun 2008 Posts: 2
|
Posted: Fri Jun 06, 2008 6:53 am Post subject: Argh! Undefined Function executeStoredProc - mysqli |
|
|
Argh!! I can't any reason for this to be happening. I can use MDB2 with no problems on regular sql statements, prepared statements, non queries etc. Everything works great until I try to execute a stored proc against MySQL5. everything I find says the function 'executeStoredProc' should work, I can even find the source code for the php pages taht define it...perhaps Im missing an valuable include.
Here is there error message:
Fatal error: Call to undefined function: MDB2_Driver_mysqli::executeStoredProc(). in /usr/share/php/MDB2.php on line 1936
my includes are:
require_once('MDB2.php')
Yes the include path points to that PHP script, I know it works from all my other script calls. I just can't get stored procs to work at all, even if i do a normal query and use the CALL syntax. . nothing seems to float through.
Please help and thank you for a moment of your time,
LG |
|
| Back to top |
|
 |
mark

Joined: 07 Jan 2007 Posts: 1053
|
|
| Back to top |
|
 |
loftygoals
Joined: 06 Jun 2008 Posts: 2
|
Posted: Fri Jun 06, 2008 5:07 pm Post subject: |
|
|
A scholar and a gentleman. Thank you so much mark. With that tidbit it took me only 5secs to get it up and working, I wish I had thought of posting sooner.
Thanks again!
LG |
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|