302188
Junior Member
Posts: 3
Registered: 5/14/2007
Location: Denmark
Member Is Offline
|
| posted on 5/14/2007 at 07:15 PM |
|
|
installation problems
Help me pz
I cant access the control panel. I got this warning:
Warning: session_save_path() [function.session-save-path]: open_basedir restriction in effect. File(/tmp) is not within the allowed path(s):
(/var/www/hotserv.dk/users/theuts:/var/www/hotserv.dk/security:/usr/share/php:/usr/share/php5:/usr/share/fonts:/var/www/hotserv.dk/tmp/users/22888) in
/var/www/hotserv.dk/users/theuts/php_event_calendar/cl_files/index.php on line 11
Warning: include(cl_files/calendar.php) [function.include]: failed to open stream: No such file or directory in
/var/www/hotserv.dk/users/theuts/php_event_calendar/cl_files/index.php on line 25
Warning: include() [function.include]: Failed opening 'cl_files/calendar.php' for inclusion (include_path='.:/usr/share/php5:/usr/share/php') in
/var/www/hotserv.dk/users/theuts/php_event_calendar/cl_files/index.php on line 25
Fatal error: Call to undefined function read_data() in /var/www/hotserv.dk/users/theuts/php_event_calendar/cl_files/index.php on line 27
I have looked for an answer here but nothing have fixed my proplem.
I think it is a little thing that I have to change to make it work, but I juns dont know what.
Pz help me. - Thanks
|
|
|
302188
Junior Member
Posts: 3
Registered: 5/14/2007
Location: Denmark
Member Is Offline
|
| posted on 5/14/2007 at 09:02 PM |
|
|
Can't figure it out!
Got one - 3 to go.....
Warning: include(cl_files/calendar.php) [function.include]: failed to open stream: No such file or directory in
/var/www/hotserv.dk/users/theuts/php_event_calendar/cl_files/index.php on line 25
Warning: include() [function.include]: Failed opening 'cl_files/calendar.php' for inclusion (include_path='.:/usr/share/php5:/usr/share/php') in
/var/www/hotserv.dk/users/theuts/php_event_calendar/cl_files/index.php on line 25
Fatal error: Call to undefined function read_data() in /var/www/hotserv.dk/users/theuts/php_event_calendar/cl_files/index.php on line 27
Any help?
|
|
|
kvv
Super Administrator
Posts: 82
Registered: 6/17/2003
Member Is Offline
|
| posted on 5/16/2007 at 08:58 AM |
|
|
You need to set absolute path to the calendar's files at the top of calendar.php file and data/global.php files.
I mean :
/var/www/hotserv.dk/users/theuts/php_event_calendar/cl_files/ instead of cl_files/
|
|
|
302188
Junior Member
Posts: 3
Registered: 5/14/2007
Location: Denmark
Member Is Offline
|
| posted on 5/16/2007 at 10:39 AM |
|
|
Thanks - ...
That solved one thing.
I reinstalled and changed as you wrote.
Now I got this warnings:
Can't open cl_files/data/global.txt file.
Please, check permissions. For more details see Installation Instructions
***(Now set to 777)***
Warning: key() [function.key]: Passed variable is not an array or object in /var/www/hotserv.dk/users/theuts/php_event_calendar/cl_files/index.php on
line 29
Can't open cl_files/data/config.php file.
Please, check permissions. For more details see Installation Instructions
***(I do not have this file "config.php" but I do have one named "config_def.php")***
Can't open cl_files/data/users.php file.
Please, check permissions. For more details see Installation Instructions
***(Now set to 777)***
Can't open cl_files/data/cl_files/data/users.php_def.html file.
Please, check permissions. For more details see Installation Instructions
***(Don't have that file)***
Will You please help me once more?
Thanks
|
|
|