config.php is loaded before the framework itself is loaded and started. Check your include path setup again.
- David > -----Original Message----- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On > Behalf Of J. Erik Heinz > Sent: Thursday, September 01, 2005 3:26 PM > To: agavi-dev mailinglist > Subject: [agavi-dev] autoload.ini and include_path > > Hi, > > I have some problems with autolaod.ini and config.php > at the moment i try to get propelintegration to work. > > i spezified my include_path in the config.php. When i run my project > from the browser, i get the Warning: > Warning: main(propel/util/BasePeer.php) [function.main]: failed to > open stream: No such file or directory in > /usr/local/workspace/projects/sandbox/webapp/lib/sandbox/om/BaseUsersPeer. > php > on line 3]) > > this 'propel/util/BasePeer.php' should be in the include_path. So i > think the config.php will be loaded after the autoload.ini has been > loaded. > > Where du I have to put the include_path information, that they are > available as well at the autoload.ini? > > Regards Erik > > > -- > J. Erik Heinz > Keyboard-samuraing in process > _______________________________________________ > agavi-dev mailing list > [email protected] > http://labworkz.com/cgi-bin/mailman/listinfo/agavi-dev _______________________________________________ agavi-dev mailing list [email protected] http://labworkz.com/cgi-bin/mailman/listinfo/agavi-dev
