How to install the Zend Framework MAC + MAMP
Uploader Comments (thejacenxpress)
All Comments (30)
-
THANK YOU! I can't tell you how long I've been trying to figure this out! For your other viewers, I highly recommend VirtualHostX coupled with Mamp. With it, you can make actual URLs (i.e. virtual hosts) like "mysite.dev" to retrieve in the browser. Easy to organize your sites in nice folders wherever you want.
-
@thejacenxpress Hey. i have in my htdocs the Zend framework. If I create a new project in there and either copy the zend in the new projects library or modify the index.php giving the path of the zend library (/../../Zend/library) it works! But if in htdocs I were to create a folder (let's say zend tutorials) and inside there I would create a project that I would get that PAGE NOT FOUND error, even copying the Zend in the library or giving the path as I told you! WTH!!??! Any idea?
-
Good tutorial, thanks!
-
Thank you very much, it really helped me!
When i create a project it says: "Testing Note: PHPUnit was not found in your include_path, therefore no testing actions will be created." wth!??! my phpunit is located here-> /Applications/MAMP/bin/php/php5.3.6/bin/phpunit
The funny thing is that it is in the include_path in my php.ini, should it be included somewhere else?
maeishoj 4 months ago
@maeishoj I reinstalled Zend and upgraded MAMP and am having the same "issue". The project is still made just fine you're just not getting an additional action. I've been able to do unit testing just fine later on manually...but I guess with this newer version Zend is trying to be a little more helpful and set things up for you. I'm trying to find a solution but not having much luck so far. Just know your project is still being created.
thejacenxpress 4 months ago
@thejacenxpress hey thanks for the reply!! I created a project and i went in the public folder to view it and i get: error occurred PAGE NOT FOUND!
Couldl you tell me why? what should i do???
maeishoj 4 months ago
@maeishoj The page not found could be caused by multiple reasons (blah right!?) Try a couple of things first. Restart your MAMP servers. If that does not work make sure you've copied your Zend folder into this new projects folder (Because the Zend library is large it's not created every single time). If you haven't done this go into the downloaded framework folder/library/Zend...copy "Zend" into your new projects library folder and then try
thejacenxpress 4 months ago
@thejacenxpress Now I was following the Getting started with zend framework and I was creating actions via terminal, so in my case I was gonna browse to: localhost:8888/cd_collection/public/index/add and I was supposed to see "View script for controller index and script/action name add" but I get a 404 not found!!! luckly this was supposed to make things easier :D any ideas?
maeishoj 4 months ago
@maeishoj check your inbox, gonna run outta characters on this one :)
thejacenxpress 4 months ago