I get this error when I try to install the counter. Please helph34r:
Parse error: parse error, unexpected T_VARIABLE in /var/www/abc123/ counter.php on line 27
I'm no expert on the mysql part...
I get this error when I try to install the counter. Please helph34r:
Parse error: parse error, unexpected T_VARIABLE in /var/www/abc123/ counter.php on line 27
I'm no expert on the mysql part...
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/";
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.thanks for the fast answer. I downloaded the latest version and installed it (with file support), now it seem to work fine![]()
You must have been using a REALLY old version. I think file db support was added way back in version 2.0.