Mobile app version of vmapp.org
Login or Join
Kristi941

: Possible reasons: The version of PHP or MySQL has changed and code that is either obsolete or dependent on a side effect of a function that has been fixed and no longer occurs is now broken

@Kristi941

Possible reasons:


The version of PHP or MySQL has changed and code that is either obsolete or dependent on a side effect of a function that has been fixed and no longer occurs is now broken or disabled
The login credentials for MySQL are different and your code does not output errors so the page just reloads.
You use Register Globals and the new server does not support it


Recommendations for troubleshooting:


Turn error reporting on and output all errors
Put in simple checks for errors at all stages of the login process to see where it is failing particularly where the SQL queries are performed

10% popularity Vote Up Vote Down


Login to follow query

More posts by @Kristi941

0 Comments

Sorted by latest first Latest Oldest Best

Back to top | Use Dark Theme