On Wed, Jul 1, 2009 at 10:21 AM, JD Austin wrote: > The zend stuff gets loaded in the php.ini file typically in /etc/php.ini. > It is an apache module; its likely that you don't have it loaded. > http://framework.zend.com/ > -- > JD Austin > Twin Geckos Technology Services LLC > jd@twingeckos.com > 480.288.8195x201 > http://www.twingeckos.com > > > Ted Turner - "Sports is like a war without the killing." > > On Wed, Jul 1, 2009 at 10:16 AM, Stephen wrote: > >> We are trying to use a script that relies on the Zend Framework, >> however i have never really used it before and the php that is being >> written cant find the zend includes so the script is obviously >> failing. >> >> The php coder and myself cannot find where to put this data to be >> found or what path it is relying on to find its location. >> >> the irony here is i know linux reasonably well, he knows php well and >> this is right in the middle and has us a little stumped. >> >> Anyone have any ideas? or if it requires real work to solve some idea of >> rates? >> >> -- >> A mouse trap, placed on top of your alarm clock, will prevent you from >> rolling over and going back to sleep after you hit the snooze button. >> >> Stephen >> --------------------------------------------------- >> PLUG-discuss mailing list - PLUG-discuss@lists.plug.phoenix.az.us >> To subscribe, unsubscribe, or to change your mail settings: >> http://lists.PLUG.phoenix.az.us/mailman/listinfo/plug-discuss >> > > > --------------------------------------------------- > PLUG-discuss mailing list - PLUG-discuss@lists.plug.phoenix.az.us > To subscribe, unsubscribe, or to change your mail settings: > http://lists.PLUG.phoenix.az.us/mailman/listinfo/plug-discuss > From http://framework.zend.com/svn/framework/standard/trunk/INSTALL.txt CONFIGURING THE INCLUDE PATH ---------------------------- Once you have a copy of Zend Framework available, your application will need to access the framework classes. Though there are several ways to achieve this, your PHP include_path needs to contain the path to the Zend Framework classes under the /library directory in this distribution. You can find out more about the PHP include_path configuration directive here: http://www.php.net/manual/en/ini.core.php#ini.include-path Instructions on how to change PHP configuration directives can be found here: http://www.php.net/manual/en/configuration.changes.php