Critical Error Could not connect to the database
Forumregels
Sinds 1 januari 2009 wordt phpBB2 niet meer ondersteund.
Onderstaande informatie is verouderd en dient uitsluitend als archief.
Sinds 1 januari 2009 wordt phpBB2 niet meer ondersteund.
Onderstaande informatie is verouderd en dient uitsluitend als archief.

Critical Error Could not connect to the database
Nou na het verplaatsen van de ene host naar de andere host, heb ik nu een probleem bij de nieuwe host.
phpBB : Critical Error
Could not connect to the database
Dit krijg ik zodra ik de url type
http://diloshe.wyger.nl
ik heb config.php bewerkt.
en weet nu niet waar de fout is..
phpBB : Critical Error
Could not connect to the database
Dit krijg ik zodra ik de url type
http://diloshe.wyger.nl
ik heb config.php bewerkt.
en weet nu niet waar de fout is..
Alles nagelopen wat er op de Kennisbank staat?
Als alles goed staat mischien een storing van je Host.
Als alles goed staat mischien een storing van je Host.
Raimon - phpBB.com Styles Team Leader
phpBBservice.nl - Nederlands phpBB Support Forum || Nederlandse phpBB3 Downloads
phpBBservice.nl - Nederlands phpBB Support Forum || Nederlandse phpBB3 Downloads
prefix? en dat is?
Code: Selecteer alles
<?php
// phpBB 2.x auto-generated config file
// Do not change anything in this file!
$dbms = 'mysql';
$dbhost = 'localhost';
$dbname = '......';
$dbuser = '....';
$dbpasswd = '.....';
$table_prefix = 'phpbb_';
define('PHPBB_INSTALLED', true);
?>
D!-LoSH schreef:prefix? en dat is?
$table_prefix = 'phpbb_';Code: Selecteer alles
<?php // phpBB 2.x auto-generated config file // Do not change anything in this file! $dbms = 'mysql'; $dbhost = 'localhost'; $dbname = '......'; $dbuser = '....'; $dbpasswd = '.....';
Code: Selecteer alles
define('PHPBB_INSTALLED', true); ?>
Beste D!-Losh
Vul de gegevens die onbreken:
$dbname = '......'; (naam van de database)
$dbuser = '....'; (de Database Gebruiker naam)
$dbpasswd = '.....'; (het wachtwoord van de gebruiker)
Die gegevens heb je gekregen van jouw host
btw staat in jou Database de tabelen phpbb gewoon zonder hoofd letters of met.
Kijk eventjes bijvoorbeeld in myphp naa bijvoorbeeld phpbb_config hoe het daar staat
Vul de gegevens die onbreken:
$dbname = '......'; (naam van de database)
$dbuser = '....'; (de Database Gebruiker naam)
$dbpasswd = '.....'; (het wachtwoord van de gebruiker)
Die gegevens heb je gekregen van jouw host

btw staat in jou Database de tabelen phpbb gewoon zonder hoofd letters of met.
Kijk eventjes bijvoorbeeld in myphp naa bijvoorbeeld phpbb_config hoe het daar staat

Raimon - phpBB.com Styles Team Leader
phpBBservice.nl - Nederlands phpBB Support Forum || Nederlandse phpBB3 Downloads
phpBBservice.nl - Nederlands phpBB Support Forum || Nederlandse phpBB3 Downloads
zow..uiteindelijk heeft toch de admin van de host het voor mij gedaan.
alleen als ik daar inlog, schakeld hij over naar mijn oude host
dus je ziet
http://www.bizimalem.pfwh.com/forum
in plaats van
http://diloshe.wyger.nl
moet ik ng iets anders veranderen tot slot?
alleen als ik daar inlog, schakeld hij over naar mijn oude host
dus je ziet
http://www.bizimalem.pfwh.com/forum
in plaats van
http://diloshe.wyger.nl
moet ik ng iets anders veranderen tot slot?
Ja je moet je script pad aanpassen en domein pad in Myphp.
Zie ook dit artikel dan snap je het beter http://www.phpbb.nl/kb.php?mode=article&k=48
Zie ook dit artikel dan snap je het beter http://www.phpbb.nl/kb.php?mode=article&k=48

Raimon - phpBB.com Styles Team Leader
phpBBservice.nl - Nederlands phpBB Support Forum || Nederlandse phpBB3 Downloads
phpBBservice.nl - Nederlands phpBB Support Forum || Nederlandse phpBB3 Downloads