[Php-calendar-discussion] php-calendar 0.9.1 (Path permissions)
Brought to you by:
sproctor
From: AG <ag...@bk...> - 2004-10-25 11:14:33
|
I recently installed the PHP calendar and have a few questions for you. My calendar lives in a 'virtual' environment. I've created a 'calendar' in the req'd html directory. I installed the src files to a subdir under 'calendar'. Below are the contents of 'calendar' directory: [nsbe@server1]~/mainwebsite_html/calendar$ls adodb config.php index.php install.php messages.po Nonetheless, I receive the errors below after running the install.php script via the browser. Warning: main(./includes/calendar.php): failed to open stream: No such file or directory in /home/virtual/site19/fst/var/www/html/calendar/install.php on line 31 Warning: main(): Failed opening './includes/calendar.php' for inclusion (include_path='.:/php/includes:/usr/share/php') in /home/virtual/site19/ fst/var/www/html/calendar/install.php on line 31 Warning: install_base(./includes/db.php): failed to open stream: No such file or directory in /home/virtual/site19/fst/var/www/html/calendar/ install.php on line 271 Warning: install_base(): Failed opening './includes/db.php' for inclusion (include_path='.:/php/includes:/usr/share/php') in /home/virtual/site19/ fst/var/www/html/calendar/install.php on line 271 Fatal error: Call to a member function on a non-object in /home/virtual/ site19/fst/var/www/html/calendar/install.php on line 323 After perusing the 'config.php' script, I don't see an area where the 'explicit' path is should be specified. What have I overlooked ? Is it also as simple as 'chmod' the 'calendar' directory ? Thx in advance for your help. -- AG |