I recently moved one of my sites to a Red Hat server with MySQL 5.0.22 from a Windows XP server with MySQL 5.5.25a. Now whenever I try to log into the site it will not start the session, but it will work on my Windows machine. Is there a difference in the way that md5 is handled between the two versions that is giving me a problem, or could it be something else?

Recommended Answers

All 2 Replies

Member Avatar for Zagga

This may be a problem caused by deprecated PHP tags, if the 2 servers are running different versions of PHP. Have you tried turning error reporting on to try to pinpoint where the actual problem lies?

It was an issue with a table name, sor some reason when I restored the database it put one of my tables as all lowecase characters for the name, and in the original it had one capital letter in it, thanks for the help.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.