Ninad Pundalik a écrit :
- On another server having about 60 MySQL users, when clicking on any
letter in the user overview, I see just the short "Loading" message but no list of users appears. I checked in Firebug with the Network tracing and I see in HTML the correct list of users for this letter, however it does not reach the displayed page.
In the js/server_privileges.js script, the Ajax call for paginating users is on line 265 and the retrieved HTML content is inserted on line 269. Could you please put some breaks with Firebug and tell me where the retrieved HTML is lost? The data will be shown in the Ajax request object in the 'watch' tab on Firebug. I am unable to replicate this behaviour. IIRC, your test setup is Firefox 3.6.x with Windows 7, right? I'll see if one of my friends has a similar configuration on which I can try this out.
I have several virtual machines with various Windows and Linux environments. This behavior happens on:
- Windows Vista + FF 3.6.6 - Windows Vista + IE 8 - Windows XP + FF 3.6.3 - Windows XP + IE 8
I haven't tested on Windows 7 yet. Server is running PHP 5.3.2.
I'll try to trace via Firebug.