Well. Now I went through some strange behaviour of Quickstart tutorial and stoped on more one. It is quoted in topic name:
Fatal error: Class 'Application_Form_Guestbook' not found in /home/zeliboba/dgb/application/controllers/GuestbookController.php on line 20 I'm falling in this when trying to sign in guestbook by click on "sign our guestbook" link. I didn't wrote the code. I downloaded it from official site, unpacked and launched. There is no any help on this trouble by googling. Just one guy solved this via creating the project again in Zend Studio: http://framework.zend.com/manual/en/learning.quickstart.create-form.html I don't want to use this way, cause actually this is not a solution. The file /home/zeliboba/dgb/application/forms/guestbook.php exists, contains the Application_Form_Guestbook class definition, and has appropriate access rights: -rw-r--r--, such as all the directories where it is located. So I'll appreciate any help how to learn Zend engine to find this class definition. -- View this message in context: http://n4.nabble.com/Fatal-error-Class-Application-Form-Guestbook-not-found-in-application-controllers-GuestbookControllep-tp1572929p1572929.html Sent from the Zend Framework mailing list archive at Nabble.com.
