MG7282 wrote: > > I just tried setting this up on my mac osx and am experiencing the same > issue. >
OSX is unix... does running: cd path/to/Zend/bin php zf.php work? As for it not being able to find zf.sh, that's pretty obvious. Your path includes: /home/content/m/a/r/mariannag7282/bin but you have zf.sh in: /home/content/m/a/r/mariannag7282/html/Zend/bin/ So the simplest thing to do would be to create a symlink to /home/content/m/a/r/mariannag7282/html/Zend/bin/zf.sh in /home/content/m/a/r/mariannag7282/bin Also, I doubt you'd want ZF in your docroot, if that's what the html folder is referring to... Cheers, David -- View this message in context: http://zend-framework-community.634137.n4.nabble.com/Setting-up-Zend-tp3241465p3257221.html Sent from the Zend Framework mailing list archive at Nabble.com.
