Geen db verbinding.
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.

-
dries2
Geen db verbinding.
Warning: mysql_connect(): Access denied for user: 'driesioo_funyman @localhost' (Using password: YES) in /home/driesioo/public_html/forum/db/mysql4.php on line 48
Warning: mysql_error(): supplied argument is not a valid MySQL-Link resource in /home/driesioo/public_html/forum/db/mysql4.php on line 330
Warning: mysql_errno(): supplied argument is not a valid MySQL-Link resource in /home/driesioo/public_html/forum/db/mysql4.php on line 331
phpBB : Critical Error
Could not connect to the database
Warning: mysql_error(): supplied argument is not a valid MySQL-Link resource in /home/driesioo/public_html/forum/db/mysql4.php on line 330
Warning: mysql_errno(): supplied argument is not a valid MySQL-Link resource in /home/driesioo/public_html/forum/db/mysql4.php on line 331
phpBB : Critical Error
Could not connect to the database
- WebSiteNet
- Berichten: 6524
- Lid geworden op: 20 okt 2003, 16:56
- Locatie: Wieringerwerf
- Contacteer:
- WebSiteNet
- Berichten: 6524
- Lid geworden op: 20 okt 2003, 16:56
- Locatie: Wieringerwerf
- Contacteer:
-
dries2
nu heb ik deze fout:
Warning: mysql_error(): supplied argument is not a valid MySQL-Link resource in /home/driesioo/public_html/forum/db/mysql4.php on line 330
Warning: mysql_errno(): supplied argument is not a valid MySQL-Link resource in /home/driesioo/public_html/forum/db/mysql4.php on line 331
phpBB : Critical Error
Could not connect to the database
Warning: mysql_error(): supplied argument is not a valid MySQL-Link resource in /home/driesioo/public_html/forum/db/mysql4.php on line 330
Warning: mysql_errno(): supplied argument is not a valid MySQL-Link resource in /home/driesioo/public_html/forum/db/mysql4.php on line 331
phpBB : Critical Error
Could not connect to the database
- WebSiteNet
- Berichten: 6524
- Lid geworden op: 20 okt 2003, 16:56
- Locatie: Wieringerwerf
- Contacteer:
-
dries2
- WebSiteNet
- Berichten: 6524
- Lid geworden op: 20 okt 2003, 16:56
- Locatie: Wieringerwerf
- Contacteer:
-
dries2
waarin ? in config.php
Code: Selecteer alles
<?php
// phpBB 2.x auto-generated config file
// Do not change anything in this file!
$dbms = 'mysql';
$dbhost = 'localhost';
$dbname = 'driesioo_funyman';
$dbuser = 'driesioo_funyman';
$dbpasswd = '********';
$table_prefix = 'phpbb_';
define('PHPBB_INSTALLED', true);
?>