zend framework installation problem

Discussion for various published PHP frameworks, including Zend Framework, CodeIgniter, Kohana, CakePHP, Yii, Symfony, and others.

Moderator: General Moderators

Post Reply
minos_mks
Forum Commoner
Posts: 69
Joined: Thu Feb 04, 2010 1:58 am

zend framework installation problem

Post by minos_mks »

i have wamp v2.2 installed in my computer and i am traying to install zen framework 2.2 i download it and extract all the files and folders and i put it all in a new folder ( C:\wamp\bin\php\Zend_Framework )
.actually i did all the steps in that video
http://www.youtube.com/watch?feature=pl ... 7svJHmgJqs
and when i am traying to run zf commaned to creait's giving me that error
Attachments
error1.jpg
User avatar
requinix
Spammer :|
Posts: 6617
Joined: Wed Oct 15, 2008 2:35 am
Location: WA, USA

Re: zend framework installation problem

Post by requinix »

1. You're in PowerShell. Unless you specifically like it, cmd.exe (Command Prompt) is simpler to use.
2. I assume that "zf" command only works from within the Zend_Framework folder you created. Probably a .bat file.
minos_mks
Forum Commoner
Posts: 69
Joined: Thu Feb 04, 2010 1:58 am

Re: zend framework installation problem

Post by minos_mks »

thanks requinix

i just using the powershell for testing if it's istalled or not

i trayed to run it after i went to the same folder and it didnot
there is not such file with extinstion .bat at all !!!!!!!!!!!!
User avatar
requinix
Spammer :|
Posts: 6617
Joined: Wed Oct 15, 2008 2:35 am
Location: WA, USA

Re: zend framework installation problem

Post by requinix »

If you followed all the steps that means you added the ZF bin\ folder to your PATH, right? Because that's where the zf.bat file is.
minos_mks
Forum Commoner
Posts: 69
Joined: Thu Feb 04, 2010 1:58 am

Re: zend framework installation problem

Post by minos_mks »

when i download the zendframework i couldn't find the zf.bat file in it !!!!!!!!!!
User avatar
requinix
Spammer :|
Posts: 6617
Joined: Wed Oct 15, 2008 2:35 am
Location: WA, USA

Re: zend framework installation problem

Post by requinix »

After finding a way to navigate around the bullcrap that is Zend's registration firewall to download their blasted framework, I can't see the zf.bat either. Seems the video you're following is out of date.
minos_mks
Forum Commoner
Posts: 69
Joined: Thu Feb 04, 2010 1:58 am

Re: zend framework installation problem

Post by minos_mks »

i just figured it out. the video is for zend framework but the newest edition now is zendframework 2 and that's the video for it's installtion
http://www.youtube.com/watch?feature=pl ... dfWOgb5cr4
Thank you So much any way
User avatar
Weirdan
Moderator
Posts: 5978
Joined: Mon Nov 03, 2003 6:13 pm
Location: Odessa, Ukraine

Re: zend framework installation problem

Post by Weirdan »

requinix wrote:After finding a way to navigate around the bullcrap that is Zend's registration firewall to download their blasted framework, I can't see the zf.bat either.
Just to save you some hassle next time you need it: https://github.com/zendframework/zf2
User avatar
requinix
Spammer :|
Posts: 6617
Joined: Wed Oct 15, 2008 2:35 am
Location: WA, USA

Re: zend framework installation problem

Post by requinix »

Weirdan wrote:
requinix wrote:After finding a way to navigate around the bullcrap that is Zend's registration firewall to download their blasted framework, I can't see the zf.bat either.
Just to save you some hassle next time you need it: https://github.com/zendframework/zf2
:banghead:
minos_mks
Forum Commoner
Posts: 69
Joined: Thu Feb 04, 2010 1:58 am

Re: zend framework installation problem

Post by minos_mks »

thankxxxxxx
Post Reply