From:             splith at helper3000 dot net
Operating system: Windows Server 2003
PHP version:      4.4.4
PHP Bug Type:     MySQL related
Bug description:  2nd MySQL connection fails with blank page (no error)

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

-- 
Edit bug report at http://bugs.php.net/?id=40331&edit=1
-- 
Try a CVS snapshot (PHP 4.4): 
http://bugs.php.net/fix.php?id=40331&r=trysnapshot44
Try a CVS snapshot (PHP 5.2): 
http://bugs.php.net/fix.php?id=40331&r=trysnapshot52
Try a CVS snapshot (PHP 6.0): 
http://bugs.php.net/fix.php?id=40331&r=trysnapshot60
Fixed in CVS:                 http://bugs.php.net/fix.php?id=40331&r=fixedcvs
Fixed in release:             
http://bugs.php.net/fix.php?id=40331&r=alreadyfixed
Need backtrace:               http://bugs.php.net/fix.php?id=40331&r=needtrace
Need Reproduce Script:        http://bugs.php.net/fix.php?id=40331&r=needscript
Try newer version:            http://bugs.php.net/fix.php?id=40331&r=oldversion
Not developer issue:          http://bugs.php.net/fix.php?id=40331&r=support
Expected behavior:            http://bugs.php.net/fix.php?id=40331&r=notwrong
Not enough info:              
http://bugs.php.net/fix.php?id=40331&r=notenoughinfo
Submitted twice:              
http://bugs.php.net/fix.php?id=40331&r=submittedtwice
register_globals:             http://bugs.php.net/fix.php?id=40331&r=globals
PHP 3 support discontinued:   http://bugs.php.net/fix.php?id=40331&r=php3
Daylight Savings:             http://bugs.php.net/fix.php?id=40331&r=dst
IIS Stability:                http://bugs.php.net/fix.php?id=40331&r=isapi
Install GNU Sed:              http://bugs.php.net/fix.php?id=40331&r=gnused
Floating point limitations:   http://bugs.php.net/fix.php?id=40331&r=float
No Zend Extensions:           http://bugs.php.net/fix.php?id=40331&r=nozend
MySQL Configuration Error:    http://bugs.php.net/fix.php?id=40331&r=mysqlcfg

Reply via email to