Pagina 1 van 1

error na installatie mod

Geplaatst: 23 nov 2006, 19:28
door jacco1980
hallo

ik krijg deze foutmelding te zien na installatie rss mod 1.0.4:

Parse error: syntax error, unexpected T_STRING in /home/s01017300/domains/jlbabes.com/public_html/forum/config.php on line 18


config.php file.

<?php


// phpBB 2.x auto-generated config file
// Do not change anything in this file!

$dbms = 'mysql';

$dbhost = '';
$dbname = '';
$dbuser = '';
$dbpasswd = '';

define('PHPBB_INSTALLED', true);



#
#-----[ SQL ]------------------------------------------
#
INSERT INTO phpbb_config (config_name, config_value)
VALUES ('rss_image','');
INSERT INTO phpbb_config (config_name, config_value)
VALUES ('max_rss_topics','15');
?>

Geplaatst: 23 nov 2006, 19:43
door Denskie War
hm als dat je hele config file is klopt er iets niet... er is geen regel 18...

Geplaatst: 23 nov 2006, 20:36
door jacco1980
De ruimtes ertussen telt die ook als regels.
Deze tekst moest ik toevoegen in het config.
#
#-----[ SQL ]------------------------------------------
#
INSERT INTO phpbb_config (config_name, config_value)
VALUES ('rss_image','');
INSERT INTO phpbb_config (config_name, config_value)
VALUES ('max_rss_topics','15');

Geplaatst: 23 nov 2006, 20:38
door Raimon
In de database moest je die toevoegen niet in het confo bestand,
Zie dit: http://www.phpbb.nl/kb.php?mode=article&k=24

dus de sql tekst wat je hebt toegevoegd moet je verwijderen uit het config bestand ;)

Geplaatst: 23 nov 2006, 21:25
door jacco1980
ik heb gedaan wat er in de link stond maar ik zie nu een andere error. :?

phpBB : Critical Error

Could not query config information

DEBUG MODE

SQL Error : 1146 Table 's01017300_admin.config' doesn't exist

SELECT * FROM config

Line : 215
File : common.php