2008年8月19日星期二

Re: [fw-mvc] Fwd: Only seeing file directory...

Where is your bootstrap file located? Is it in the web_root folder? If yes
then you should see results navigating there and not in the HelloWorld
folder.

Well, we're getting there - that helped. I hit the following URL:

http://localhost/HelloWorld/web_root/

And now I'm getting the follow errors...

====================================================
Warning: require_once(Zend/Loader.php) [function.require-once]: failed to
open stream: No such file or directory in
/Applications/xampp/xamppfiles/htdocs/HelloWorld/library/Zend/Controller/Front.php
on line 23

Fatal error: require_once() [function.require]: Failed opening required
'Zend/Loader.php'
(include_path='.:/Applications/xampp/xamppfiles/lib/php/pear') in
/Applications/xampp/xamppfiles/htdocs/HelloWorld/library/Zend/Controller/Front.php
on line 23
====================================================


Alternatively create the index.php and .htaccess files in the HelloWorld
folder and change the paths respectively.

Also is this a windows machine? If yes try <Directory "c:/Applications....."
etc. If not ignore this comment :)

Running on Mac OSX...


--
View this message in context: http://www.nabble.com/Only-seeing-file-directory...-tp19045562p19062773.html
Sent from the Zend MVC mailing list archive at Nabble.com.

没有评论: