+ Reply to Thread
Results 1 to 4 of 4

Thread: Installation problem

  1. Join Date
    Mar 2005
    Posts
    4

    Installation problem

    I get this error when I try to install the counter. Please help h34r:

    Parse error: parse error, unexpected T_VARIABLE in /var/www/abc123/ counter.php on line 27

    I'm no expert on the mysql part...

  2. Join Date
    Aug 2004
    Posts
    781

    Installation problem

    The line reporting the error is the absolute path variable.

    Make sure that line has your absolute path.

    For example (THIS IS AN EXAMPLE, YOUR ABSOLUTE PATH WILL BE DIFFERENT), if your absolute path were /home/user/public_html/counter/ then on line 27 it should read:

    $OPTION['Absolute_Path'] = "/home/user/public_html/counter/";

  3. Join Date
    Mar 2005
    Posts
    4

    Installation problem

    thanks for the fast answer. I downloaded the latest version and installed it (with file support), now it seem to work fine

  4. Join Date
    Aug 2004
    Posts
    781

    Installation problem

    thanks for the fast answer. I downloaded the latest version and installed it (with file support), now it seem to work fine
    whoa, I didn't even consider that.

    You must have been using a REALLY old version. I think file db support was added way back in version 2.0.

+ Reply to Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts