|
|
Choosing A Webhost: |
mantisbt/admin check.php,1.27,1.28: msg#00108bug-tracking.mantis.cvs
Update of /cvsroot/mantisbt/mantisbt/admin In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv9210 Modified Files: check.php Log Message: Display adodb/database server information in check.php output. Also display mssql text size limits (e.g. file upload size limits). Index: check.php =================================================================== RCS file: /cvsroot/mantisbt/mantisbt/admin/check.php,v retrieving revision 1.27 retrieving revision 1.28 diff -u -d -r1.27 -r1.28 --- check.php 15 Jul 2007 21:07:12 -0000 1.27 +++ check.php 23 Jul 2007 21:58:10 -0000 1.28 @@ -164,6 +164,41 @@ ?> </tr> +<!-- Test DATABASE part 2 --> +<?php if ( db_is_connected ) { + $t_serverinfo = $g_db->ServerInfo() +?> +<tr> + <td bgcolor="#ffffff"> + Database Type (adodb) + </td> + <td bgcolor="#ffffff"> + <?php echo $g_db->databaseType ?> + </td> +</tr><tr> + <td bgcolor="#ffffff"> + Database Provider (adodb) + </td> + <td bgcolor="#ffffff"> + <?php echo $g_db->dataProvider ?> + </td> +</tr><tr> + <td bgcolor="#ffffff"> + Database Server Description (adodb) + </td> + <td bgcolor="#ffffff"> + <?php echo $t_serverinfo['description'] ?> + </td> +</tr><tr> + <td bgcolor="#ffffff"> + Database Server Description (version) + </td> + <td bgcolor="#ffffff"> + <?php echo $t_serverinfo['version'] ?> + </td> +</tr> +<?php } ?> + <!-- Absolute path check --> <tr> <td bgcolor="#ffffff"> @@ -223,7 +258,9 @@ 'gpc_order', 'variables_order', 'include_path', - 'short_open_tag'); + 'short_open_tag', + 'mssql.textsize', + 'mssql.textlimit'); while ( list( $t_foo, $t_var ) = each( $t_vars ) ) { ?> ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/
|
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | mantisbt/core database_api.php, 1.58, 1.59 file_api.php, 1.81, 1.82, Paul Richards |
|---|---|
| Next by Date: | mantisbt/core database_api.php,1.59,1.60, Paul Richards |
| Previous by Thread: | mantisbt/core database_api.php, 1.58, 1.59 file_api.php, 1.81, 1.82, Paul Richards |
| Next by Thread: | mantisbt/core database_api.php,1.59,1.60, Paul Richards |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
Free MagazinesCisco NewsReceive a free quarterly e-newsletter with exclusive articles on how Cisco IT uses its own products and solutions to enable the business. subscribe Systems Management News, the newspaper for IT systems administration and data center managers! Each issue of Systems Management News is chock-full of news and analysis to help you understand what's happening in your field. subscribe The Enterprise Newsweekly eWeek is the essential technology information source for builders of e-business. subscribe Oracle Magazine Oracle Magazine contains technology strategy articles, sample code, tips, Oracle and partner news, how to articles for developers and DBAs, and more. Oracle (NASDAQ: ORCL) is the world's largest enterprise software company. subscribe Total Telecom Total Telecom is "The Economist of the communications industry". subscribe |