
Tabellen sind angelegt, aber der Mod scheint auf eine MYSQL DB zurückgreifen zu wollen!
Beim Klick auf einen DL, der ja die load.php aufruft gibts folgende Meldung:
Code: Alles auswählen
PHP Warning: mysql_query() [function.mysql-query]: Can't connect to MySQL server on 'localhost' (10061) in D:\HtDocs\phpBB2_\load.php on line 19 PHP Warning: mysql_query() [function.mysql-query]: A link to the server could not be established in D:\HtDocs\phpBB2_\load.php on line 19 PHP Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in D:\HtDocs\phpBB2_\load.php on line 21 PHP Warning: mysql_query() [function.mysql-query]: Can't connect to MySQL server on 'localhost' (10061) in D:\HtDocs\phpBB2_\load.php on line 33 PHP Warning: mysql_query() [function.mysql-query]: A link to the server could not be established in D:\HtDocs\phpBB2_\load.php on line 33 PHP Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in D:\HtDocs\phpBB2_\load.php on line 35
Gibts da eine Möglichkeit oder irgendwo eine andere für MS modifizierte load.php???
Ich hoffe ihr könnt mir helfen - hab nämlich phpBB gerade deshalb gewählt weils unter MSSQL läuft - und jetzt sowas!