dolbex
12-15-2008, 08:28 PM
Howdy,
I'm having a really tough time executing some datamanager code from within the CakePHP framework. I won't bore you with the details and I know this isn't a CakePHP forum. However, I would like to understand why I'm getting the error:
Fatal error: Call to a member function query_first_slave()
I get this whenever I try to execute my code from within cake and it happens after I change directories and require the global.php file. The error is on line 1319 in global and is a query that vB is executing.
ANY help would be very very appreciated. It seems that integrating vB with cake is something nobody has a great answer for and I would love to release a true solution for everyone.
Thanks!
I should note that if I execute the file outside of the framework it works just fine. It is certainly a problem between vB and cake.
I'm having a really tough time executing some datamanager code from within the CakePHP framework. I won't bore you with the details and I know this isn't a CakePHP forum. However, I would like to understand why I'm getting the error:
Fatal error: Call to a member function query_first_slave()
I get this whenever I try to execute my code from within cake and it happens after I change directories and require the global.php file. The error is on line 1319 in global and is a query that vB is executing.
ANY help would be very very appreciated. It seems that integrating vB with cake is something nobody has a great answer for and I would love to release a true solution for everyone.
Thanks!
I should note that if I execute the file outside of the framework it works just fine. It is certainly a problem between vB and cake.