php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #40331 2nd MySQL connection fails with blank page (no error)
Submitted: 2007-02-02 17:44 UTC Modified: 2007-02-02 18:19 UTC
From: splith at helper3000 dot net Assigned:
Status: Not a bug Package: MySQL related
PHP Version: 4.4.4 OS: Windows Server 2003
Private report: No CVE-ID: None
 [2007-02-02 17:44 UTC] splith at helper3000 dot net
Description:
------------
In a control panel that I have made, the user can change password for a seperate MySQL Server, so the script terminates the current MySQL connection and connects to another MySQL server (the server IP comes from the previous servers table) but at this point, the server only returns a blank page (has a or die(mysql_error());) but this still only returns a blank page, even with echo below the event and error reporting set to all. I cannot seem to find any explinations for this.

Reproduce code:
---------------
I have not taken the code out as it poses a huge security flaw to my Control Panel.

Expected result:
----------------
A connection to the second MySQL Server

Actual result:
--------------
An empty page with nothing on it

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2007-02-02 18:19 UTC] tony2001@php.net
Sorry, but your problem does not imply a bug in PHP itself.  For a
list of more appropriate places to ask for help using PHP, please
visit http://www.php.net/support.php as this bug system is not the
appropriate forum for asking support questions.  Due to the volume
of reports we can not explain in detail here why your report is not
a bug.  The support channels will be able to provide an explanation
for you.

Thank you for your interest in PHP.


 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Apr 25 10:01:29 2024 UTC