|
I uploaded vaults screen shot and error and a server error i got last night. Have responce for that too. I have no doubt your more than capable of sorting it all independent, but figure if gpt can cut the search time down for you as to where the issue may be ots worth the time saving. I use to hate going through txt looking for mistakes So ill put this up and leave it at that. Yep. Those screenshots show more than the width problem, and the login history is useful. The third screenshot from the OPPO is particularly diagnostic. That's not a browser rendering failure. Web Wiz is explicitly reporting: err_mySQL_db_connection database_connection.asp [MySQL][ODBC 5.3(w) Driver] Can't connect to MySQL server on '203.170.82.33' So at that moment the forum application itself could not reach its MySQL database. Your phone successfully reached the web server; the web server then failed talking to the database. The Firefox screenshots show another separate problem. The first is an ordinary HTTP 500 Internal Server Error while requesting what appears to be upload_avatars.... The second shows the image-management/upload popup actually working, so that feature is at least intermittent rather than simply unsupported by Firefox. The login behaviour is interesting too. You said: original-site login let you into beta once, then wouldn't; creating a new login got you in. That makes me suspicious that the beta was cloned from the original site including some user/session/database configuration, but isn't completely isolated or correctly configured yet. Old cookies could contribute to login weirdness, but they cannot explain the MySQL connection error shown in screenshot three. That's server-side. So you've actually found at least three different beta faults already: Responsive/mobile layout: content wrapper shrinks to ~⅓ width on your OPPO; another Firefox user gets ~¾ width. Server/application failure: HTTP 500 on the avatar/upload area. Database connectivity: Web Wiz intermittently can't connect to the MySQL server. And possibly a fourth: old-site versus beta authentication/session crossover, which needs deliberately testing before calling it a bug. One thing I'd not do yet is clear all your cookies. Your existing browser state that produces the problem is useful for beta testing. If you wipe it, you potentially destroy the conditions needed to reproduce the login fault. Instead, test the beta in an incognito/private tab alongside your existing session. If the old credentials behave differently there, you've immediately separated cookie/session contamination from a server/account problem. And this also explains something from earlier: the 502 I got externally isn't necessarily an isolated oddity anymore. You've independently captured 500 and database failures from inside the beta. There are definitely server-side issues occurring, alongside the visual/browser problem.
|