No value in DBTYPE on the 2 step of installation [message #39747] |
Tue, 27 November 2007 01:06 |
Achil
Messages: 12 Registered: September 2006 Location: Prague
Karma: 0
|
Junior Member |
|
|
I have fud forum for a year now and we have moved to dedicated servers.
When I install the v2.7.7 on this new server it says Invalid DB Type. on the 2 step.
When I see the source code it says the following:
<input type="hidden" name="DBTYPE" value="">Using
I have mysql up and running.
I did a check on extension_loaded('mysql') it returns 1.
I have PHP Version 5.2.5
MySQL Support enabled
Client API version 5.0.22
MYSQL_MODULE_TYPE external
MYSQL_SOCKET /tmp/mysql.sock
OS: FreeBSD 6.x
Apache 1.3.39
How do I fix this problem?
[Updated on: Tue, 27 November 2007 14:04] Report message to a moderator
|
|
|
|
Re: No value in DBTYPE on the 2 step of installation [message #39756 is a reply to message #39754] |
Tue, 27 November 2007 22:16 |
Achil
Messages: 12 Registered: September 2006 Location: Prague
Karma: 0
|
Junior Member |
|
|
This is what I got in the source code:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<body bgcolor="white">
<form name="install" action="install.php?2037628860" method="post">
<table bgcolor="#000000" align="center" border="0" cellspacing="0" cellpadding="1">
<tr><td><table bgcolor="#FFFFFF" border=0 cellspacing=1 cellpadding=4 align="center">
<tr><td colspan=2 bgcolor="#e5ffe7">Database Settings <font size="-1"><b>Step 2 of 5</b></font></td></tr>
<tr><td colspan=2 bgcolor="#fffee5">FUDforum uses the database to store much of the data used in the forum. Please use the form below to enter information that will allow FUDforum to access the database (leave all but the table prefix empty if using SQLite). It is recommended you create a separate database for the forum.</td></tr>
array(1) {
["mysql"]=>
string(5) "MySQL"
}
array(9) {
["zlib"]=>
bool(true)
["mysql"]=>
bool(true)
["pdo_mysql"]=>
bool(false)
["pdo_pgsql"]=>
bool(false)
["pdo_sqlite"]=>
bool(false)
["pgsql"]=>
bool(false)
["pcre"]=>
bool(true)
["pspell"]=>
bool(false)
["posix"]=>
bool(true)
}
<tr bgcolor="#bff8ff"><td valign="top"><b>Database Type</b></td><td><input type="hidden" name="DBTYPE" value="">Using </td>
[Updated on: Tue, 27 November 2007 22:19] Report message to a moderator
|
|
|
|
|
|
|
Re: No value in DBTYPE on the 2 step of installation [message #40159 is a reply to message #40034] |
Thu, 17 January 2008 19:44 |
macher
Messages: 1 Registered: January 2008
Karma: 0
|
Junior Member |
|
|
OKs i am having the same problem. I cannot change the installer.php as it miscalculates the checksum and stops. System Info is given below, as printed by the installer script
Server API Apache 2.0 Handler
PHP Version 5.2.5
PHP API 20041225
PHP Extension 20060613
Zend Extension 220060519
Debug Build no
Thread Safety enabled
Zend Memory Manager enabled
IPv6 Support enabled
Registered PHP Streams php, file, data, http, ftp, compress.zlib
Registered Stream Socket Transports tcp, udp
MySQL Support enabled
Active Persistent Links 0
Active Links 0
Client API version 5.0.45
Any help ?
Thanks
|
|
|