Re: [Php-calendar-discussion] Doze installation
Brought to you by:
sproctor
From: Sean P. <spr...@gm...> - 2005-07-07 00:07:58
|
Hello, I would do it like this: adobd =3D c:\wamp\lib\adodb include_path =3D ".;c:\wamp\lib" You need the directory adodb is in in your path, not the adodb directory=20 itself. Another option, if you aren't using adodb anywhere else is to move= =20 adodb to c:\wamp\www\calendar Sean On 7/6/05, Ed Patterson <edp...@ya...> wrote: >=20 > System: > WAMP > ADOdb > PHP Calendar >=20 > doc_root =3D c:\wamp\www > php calendar =3D c:\wamp\www\calendar > adobd =3D c:\wamp\www\adodb >=20 > Added > include_path =3D ".;c:\wamp\www\adodb" > to php.ini >=20 > restarted services then pointed firefox to > http://localhost/calendar/install.php > -- errors -- > Warning: main(./adodb/adodb.inc.php) [function.main > <http://localhost/calendar/function.main>]: failed to open stream: No > such file or directory in c:\wamp\www\calendar\install.php on line 33 >=20 > Fatal error: main() [function.require > <http://localhost/calendar/function.require>]: Failed opening required > './adodb/adodb.inc.php' (include_path=3D'.;c:\wamp\www\adodb') in > c:\wamp\www\calendar\install.php on line 33 > -- end of errors -- >=20 > If I move adodb into the calendar directory the install runs normally. > Except for the MySQL errors that were eaisly fixed. >=20 > What did I miss? >=20 > Ed >=20 >=20 > ------------------------------------------------------- > SF.Net <http://SF.Net> email is sponsored by: Discover Easy Linux=20 > Migration Strategies > from IBM. Find simple to follow Roadmaps, straightforward articles, > informative Webcasts and more! Get everything you need to get up to > speed, fast. http://ads.osdn.com/?ad_id=3D7477&alloc_id=3D16492&op=3Dclic= k > _______________________________________________ > Php-calendar-discussion mailing list > Php...@li... > https://lists.sourceforge.net/lists/listinfo/php-calendar-discussion > |