PDA

View Full Version : Parse error: during Instalation



starlight
12-31-2004, 01:20 AM
When I run counter.php to install the counter I get the following error.

Parse error: parse error, expecting `T_STRING' or `T_VARIABLE' or `T_NUM_STRING' in C:\starlight\counter\counter.php on line 34


Line 34 of counter.php is
$OPTION['OnlineTime'] = 15;

Patrick
12-31-2004, 11:30 AM
That is strange. Could you provide me with your php info.

1. Create new file called phpinfo.php

2. Edit the file and place the following into it:

<? phpinfo(); ?>

3. Post or PM me the URL to the file. ;)

Patrick
01-01-2005, 05:04 PM
Could you post your entire configuration (feel free to change passwords)?