[Php-calendar-discussion] Doze installation
Brought to you by:
sproctor
From: Ed P. <edp...@ya...> - 2005-07-06 21:38:22
|
System: WAMP ADOdb PHP Calendar doc_root = c:\wamp\www php calendar = c:\wamp\www\calendar adobd = c:\wamp\www\adodb Added include_path = ".;c:\wamp\www\adodb" to php.ini 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 Fatal error: main() [function.require <http://localhost/calendar/function.require>]: Failed opening required './adodb/adodb.inc.php' (include_path='.;c:\wamp\www\adodb') in c:\wamp\www\calendar\install.php on line 33 -- end of errors -- If I move adodb into the calendar directory the install runs normally. Except for the MySQL errors that were eaisly fixed. What did I miss? Ed |