First, sorry for the double post, but the forum system said that I needed to
repost the message to send it to the mailing list--sorry!

Here is my problem.

Call Stack
#       Time    Memory  Function        Location
1       0.0005  70072   {main}( )       ..\index.php:0
2       0.4270  4467232 Zend_Application->run( )        ..\index.php:25
3       0.4270  4467232 Zend_Application_Bootstrap_Bootstrap->run( )
..\Application.php:366
4       0.4271  4468136 Zend_Controller_Front->dispatch( )      
..\Bootstrap.php:97
5       0.4923  5170048 Zend_Controller_Dispatcher_Standard->dispatch( )
..\Front.php:954
6       0.5578  5503184 Zend_Controller_Action->dispatch( )     
..\Standard.php:295
7       0.5579  5504976 GuestbookController->indexAction( )     
..\Action.php:513
8       0.5584  5532032 Application_Model_GuestbookMapper->fetchAll( )
..\GuestbookController.php:14

I am new to Zend, but have some experience in php.
I recently worked through the quickstart tutorial and most all of it went
just fine.  I changed it to work with a local mysql database instead of the
sqllite db.

I enabled MySql and PDO in php.ini using the following statements:
extension=php_mysql.dll
extension=php_pdo.dll
extension=php_pdo_mysql.dll 

After completing the entire tutorial and fixing errors, I am still getting
an error when I click on the "Guestbook" link from the front page of the web
app. BTW, the front page (public/index.php) shows up just fine.
I posted the error in the subject of this post and put the stack trace in
the body above.

I am working on  a Windows Vista 64x machine.  I have apache 2.2 and php 5. 
I am running the 32 bit version of php.

I have seen a few search hits where people have seen the same error message,
but their solutions have not been helpful for my case.

On my system, I have no problems getting php to talk to MySql databases.
But I admit that I am not very familiar with Zend's resource loader system
and I don't fully appreciate precisely how it works.  I am currently working
through the Zend resource loading system to see how it works.  I am assuming
that something in the resource loading system is amiss--but I am not sure.

Any ideas??
Thanks!
-- 
View this message in context: 
http://zend-framework-community.634137.n4.nabble.com/Fatal-error-Call-to-undefined-method-Application-Model-GuestbookMapper-getDbTable-tp2528433p2528433.html
Sent from the Zend Framework mailing list archive at Nabble.com.

Reply via email to