Parse error: syntax error, unexpected $end in...
: 29 czerwca 2007, 20:24
Otóż chcę zainstalować forum na serwerze który dostałem od mojego kolegi i oto jaki pojawia mi się problem:
Parse error: syntax error, unexpected $end in /var/www/vhosts/elo-forum.pl/httpdocs/config.php on line 18
Właściwie nie wiem czym to jest spowodowane, mój config wygląda tak:
Możecie coś doradzić?
Parse error: syntax error, unexpected $end in /var/www/vhosts/elo-forum.pl/httpdocs/config.php on line 18
Właściwie nie wiem czym to jest spowodowane, mój config wygląda tak:
Kod: Zaznacz cały
<?php
// phpBB 2.x auto-generated config file
// Do not change anything in this file!
$dbms = \'mysql4\';
$dbhost = \'localhost\';
$dbname = \'elo\';
$dbuser = \'kotwik\';
$dbpasswd = \'elo92\';
$table_prefix = \'phpbb_\';
define(\'PHPBB_INSTALLED\', true);
?>