pmlewisuk
Newbie
Posts: 1
Registered: 12/28/2007
Location: UK
Member Is Offline
|
| posted on 12/28/2007 at 01:17 PM |
|
|
Install errors
Hi I'm getting the following error when tring to run install on the website
Notice: Use of undefined constant e_all - assumed 'e_all' in e:domainswwesternbeacons.org.ukuserhtdocsphp_event_calendarinstall.php on line 112
Notice: Use of undefined constant e_notice - assumed 'e_notice' in e:domainswwesternbeacons.org.ukuserhtdocsphp_event_calendarinstall.php on line
112
Calendar Installation Paths
Script files directory:
Data files directory:
Images directory:
??????
Help
|
|
|
kvv
Super Administrator
Posts: 84
Registered: 6/17/2003
Member Is Offline
|
| posted on 12/28/2007 at 03:55 PM |
|
|
I've installed calendar on your site.
Please change related path to absolute at the top of cl_files/calendar.php and cl_files/data/global.php file
i.e.
e:\\domains\\w\\westernbeacons.org.uk\\user\\htdocs\\php_event_calendar\\cl_files\\
instead of
cl_files/
and so on
To hide notice message please comment
error_reporting (E_ALL ^ E_NOTICE);
line at the top of cl_files/index.php file
Also set session_save_path
to
e:\\domains\\w\\westernbeacons.org.uk\\user\\htdocs\\php_event_calendar\\tmp\\
instead of
/tmp
at the top of cl_files/index.php file
|
|
|