did you try to set your include path in your php code. Something like thos:
set_include_path( dirname(__FILE__) . '/library' . PATH_SEPARATOR . dirname(__FILE__) . '/library/tcpdf' . PATH_SEPARATOR . dirname(__FILE__) . '/app/models' . PATH_SEPARATOR . dirname(__FILE__) . '/app/forms' . PATH_SEPARATOR . get_include_path() ); - post us the get_include_path(). - post us the correct error jarret gabel wrote: > > second, if i put c:\wamp\www\index.php in the brower explorer > Huh? did you try http://localhost/? Give us an idea about your directory structure? How is you site setup up? Where what directory is the zend framework? ... I hope you can figure it out. Greetz ----- visit my website at http://www.phpscriptor.com/ http://www.phpscriptor.com/ -- View this message in context: http://www.nabble.com/Zend-include_path-problem-on-PC-tp21376570p21377286.html Sent from the Zend Framework mailing list archive at Nabble.com.
