Forum Moderators: coopster
Warning: Unexpected character in input: '\' (ASCII=92) state=1 in /www/d/digitalsignage/htdocs/forum/includes/config.php on line 2
Parse error: parse error, unexpected T_STRING in /www/d/digitalsignage/htdocs/forum/includes/config.php on line 2
I don't get where they are coming up with the error as here is my file:
<?php
$servername = '****@****.com';
$dbusername = '*******';
$dbpassword = '*********';
$dbname = 'digitalforum';
$technicalemail = '*****@*******.com';
$usepconnect = '0';
$admincpdir = 'admincp';
$modcpdir = 'modcp';
$canviewadminlog = '1';
$canpruneadminlog = '1';
$canrunqueries = '';
$undeletableusers = '';
$superadministrators = '';
$tableprefix = '';
$cookieprefix = 'bb';
?>
What am I doing wrong? Any help is greatly appreciated :)
check this tutorial for Installing vBulletin forum software on RaidenHTTPD
[raidenhttpd.com...]