WimDC
Junior Member
Posts: 2
Registered: 11/20/2007
Member Is Offline
|
| posted on 11/20/2007 at 03:41 PM |
|
|
HTTP 500 internal error
After installing (updating) the calendar, I want to go to the control-panel (../cl_files/index.php).
Then the browser gives an HTTP 500 internal server error / page can not be displayed.
What am I doing wrong ?
|
|
|
tigra
Administrator
Posts: 1976
Registered: 6/17/2002
Location: US, CO
Member Is Offline
|
| posted on 11/20/2007 at 05:27 PM |
|
|
see server's error log for more details.
|
|
|
WimDC
Junior Member
Posts: 2
Registered: 11/20/2007
Member Is Offline
|
| posted on 11/25/2007 at 07:13 AM |
|
|
can someone help me with this error-messages :
Warning: session_save_path() [function.session-save-path]: SAFE MODE Restriction in effect. The script whose uid is 413188 is not allowed to access
/tmp owned by uid 0 in /customers/trevierensingers.be/trevierensingers.be/httpd.www/phpcalendar/cl_files/index.php on line 10
Warning: session_start() [function.session-start]: Cannot send session cookie - headers already sent by (output started at
/customers/trevierensingers.be/trevierensingers.be/httpd.www/phpcalendar/cl_files/index.php:10) in
/customers/trevierensingers.be/trevierensingers.be/httpd.www/phpcalendar/cl_files/index.php on line 11
Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at
/customers/trevierensingers.be/trevierensingers.be/httpd.www/phpcalendar/cl_files/index.php:10) in
/customers/trevierensingers.be/trevierensingers.be/httpd.www/phpcalendar/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
/customers/trevierensingers.be/trevierensingers.be/httpd.www/phpcalendar/cl_files/index.php on line 25
Warning: include() [function.include]: Failed opening 'cl_files/calendar.php' for inclusion (include_path='.:') in
/customers/trevierensingers.be/trevierensingers.be/httpd.www/phpcalendar/cl_files/index.php on line 25
Fatal error: Call to undefined function read_data() in /customers/trevierensingers.be/trevierensingers.be/httpd.www/phpcalendar/cl_files/index.php on
line 27
|
|
|
kvv
Super Administrator
Posts: 86
Registered: 6/17/2003
Member Is Offline
|
| posted on 11/26/2007 at 10:58 AM |
|
|
At fisrt:
please set absoulute path instead of relative at the top of calendar.php and data/global.php files
i.e.
/customers/trevierensingers.be/trevierensingers.be/httpd.www/phpcalendar/cl_files/
instead of
cl_files/
etc.
at second:
try to change session_save_path to /customers/trevierensingers.be/trevierensingers.be/httpd.www/phpcalendar/cl_files/data instead of /tmp
in the line 10 of index.php file.
|
|
|