I have taken over some patching work for a company, they didn't want to redo the system with a new system, so I am left with patching up what they have. So the server they rented upgraded the server from 5.3 to 5.5, and some problems startet to arise. The users who where logged in where logged out after a short while (if one pressed F5 they would be logging in again) and there is a chat which are updated with ajax and entered into sql. This has worked as "auto update", so one always sees the last and most updated message. Now the database is updated, but not all users get the latest message, they have to press F5.
This system has many scripts and a lot of old fashioned PHP coding (was intended for PHP4), I have a difficulty finding all the faults. I have fixed a lot, but not all. So I am asking for a script or something so that it can scan for incompabilitys, find hidden error messages and such things. Is there a thing like this in existence?
I also have no controll over installed applications on the server, it's just a rental.