
December 12th, 2002, 09:12 PM
|
|
|
|
Join Date: Apr 2007
Posts: 3
Time spent in forums: < 1 sec
Reputation Power: 0
|
|
|
LTW Calendar, Parse Error?
Hello,
I am installing the ltw calendar for the first time.
I am getting this error:
Parse error: parse error, unexpected '=' in c:program filesapache groupapachehtdocscalltw_config.php on line 5
I have checked for a missing ; or anything obvious... Here the first few lines of the code in case someone feels the Christmas spirit and wants to help...
php Code:
Original
- php Code |
|
|
|
<? //the following variables are for your database connection. //Currently only db_type of 1 is supported. $ltw_config['db_type'] = 1; $ltw_config['db_server'] = 'localhost'; $ltw_config['db_name'] = ''; $ltw_config['db_user'] = 'kenny'; $ltw_config['db_pass'] = 'acts'; $ltw_config['db_persistent'] = false; //change the following to whatever you would like the table for the calendar to be called $ltw_config['db_table_calendar'] = 'ltw_events';
Thanks,
Kenny
|