Iam trying to set up the GuestBook Application which comes with zend framework tutorial , Iam following the steps one by one, However when I enter this command - zf create db-table Guestbook guestbook Iam getting an error, I have pasted the error here - C:\xampp\htdocs\quickstart>zf create db-table Guestbook guestbook An Error Has Occurred Provider 'db-table' is not a valid provider. I tried googling and searching on zend forums, but seems no one got this sort of issue so far. Can anyone suggest me whats wrong here? PS: I have set php in my system path and zf tool works for me, its only this specific command thats giving error. Also Zf show version shows 1.9.6 , I downloaded the latest version of zend framework 1.10.2 but when I run the zf.bat inside the bin folder it still says version 1.9.6 on command show version?
Have you setup your database and config variables correctly? I am a codeigniter user and I am not sure about the problem you are having, but it seems it can not access your Database - invalid credentials maybe?