Bronts
Junior Member
Posts: 2
Registered: 1/30/2007
Location: Australia
Member Is Offline
|
| posted on 1/30/2007 at 01:16 AM |
|
|
Installation troubles also - please advise
G'day from Austrlia, I am sorry to bother you but I am also having some installation problems, when it comes to 'paths', which are...
$PATHS=array(
"path_to_calendar" => "/home/content/G/e/n/GeneralChoi/html/bronte_websites/gtb_bb/php_event_calendar/cl_files/",
"path_to_calendar_img" => "/home/content/G/e/n/GeneralChoi/html/bronte_websites/gtb_bb/php_event_calendar/cl_files/img/",
"WEB_path_to_calendar_img" => "http://www.authentictkd.com/bronte_websites/gtb_bb/php_event_calendar/cl_files/img/",
"path_to_data" => "/home/content/G/e/n/GeneralChoi/html/bronte_websites/gtb_bb/php_event_calendar/cl_files/data/"
);
The error I get is...
Error on...http://www.authentictkd.com/bronte_websites/gtb_bb/php_event_calendar/cl_files/index.php
Warning: main(cl_files/calendar.php): failed to open stream: No such file or directory in
/home/content/G/e/n/GeneralChoi/html/bronte_websites/gtb_bb/php_event_calendar/cl_files/index.php on line 25
Warning: main(cl_files/calendar.php): failed to open stream: No such file or directory in
/home/content/G/e/n/GeneralChoi/html/bronte_websites/gtb_bb/php_event_calendar/cl_files/index.php on line 25
Warning: main(): Failed opening 'cl_files/calendar.php' for inclusion (include_path='.:/usr/local/lib/php') in
/home/content/G/e/n/GeneralChoi/html/bronte_websites/gtb_bb/php_event_calendar/cl_files/index.php on line 25
Fatal error: Call to undefined function: read_data() in
/home/content/G/e/n/GeneralChoi/html/bronte_websites/gtb_bb/php_event_calendar/cl_files/index.php on line 27
I have been reading through the posts, but I am still unable to understand or aquire the help I need.
Thankyou.
Bronts
PS: the paths were given to me by my server admin
|
|
|
Bronts
Junior Member
Posts: 2
Registered: 1/30/2007
Location: Australia
Member Is Offline
|
| posted on 1/30/2007 at 07:11 PM |
|
|
After further reading through this forum, I changed my global.php file to match and it worked.
|
|
|