I have downloaded the zip for 1.7 and have renamed the folder to
ZendFramework

I have the include_path set to
ini_set("include_path", ".:ZendFramework/library");

and a point to 
require_once 'Zend/Amf/Server.php';

and I get:

Warning: require_once(Zend/Amf/Server.php) [function.require-once]: failed
to open stream: No such file or directory in
/var/www/vhosts/gfxcomplex.com/httpdocs/swf/amf.php on line 6

Fatal error: require_once() [function.require]: Failed opening required
'Zend/Amf/Server.php' (include_path='.:/ZendFramework/library') in
/var/www/vhosts/gfxcomplex.com/httpdocs/swf/amf.php on line 6

permissions are set to 777 and the bootstrap file the makes the error is in
the same root folder as ZendFramework. So paths are correct as far as I can
tell.

I host with media temple and have a DV server. I called them and they said
all looks good and had no idea why there is a problem, thus asking me to
come to here and ask my question.

thanks
- Josh Chernoff.

-- 
View this message in context: 
http://www.nabble.com/Problem-getting-include_path-to-work.-tp20286308p20286308.html
Sent from the Zend Framework mailing list archive at Nabble.com.

Reply via email to