Failure in db.inc line 16 [message #34743] |
Thu, 16 November 2006 22:22 |
Dragondark
Messages: 3 Registered: November 2006
Karma: 0
|
Junior Member |
|
|
Ok, first off, I really don't know PHP so treat me with NOOb Status.
FF is running fine, and so is hmailserver. I can mail from FF to hmailserver fine. When I tried to mail to the forum I ran into problems, nothing would show up. I began by testing my pipe, and sucessfully pipe incoming messages to another php program that places it in a test file. That seems to be working fine. When I ran maillist.php from Windows CMD to test it I recieved:
PHP Fatal Error: Call to undefined function mysql_connect() in C:\...\db.inc on line 16
Line 16 reads:
$conn = $connect_func ($GLOBALS.........
Anyone run into this before or have any ideas?
Thanks,
Rob
|
|
|
Re: Failure in db.inc line 16 [message #34756 is a reply to message #34743] |
Fri, 17 November 2006 00:09 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
The error means that you don't have mysql support enabled in your PHP. You need to modify your php.ini and make sure that mysql.dll or php_mysql.dll is being loaded. You may need to restart the web server program to have the changes take effect.
FUDforum Core Developer
|
|
|
|
Re: Failure in db.inc line 16 [message #34787 is a reply to message #34761] |
Fri, 17 November 2006 15:28 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
You can save a message from your e-mail client as a text file and pipe it to the import script.
FUDforum Core Developer
|
|
|
|
|