I have just been given a joomla site to maintain, and the first job was to move it to a new server. Most things seem ok with the exception of the uddeIM side. (Which was working fine on the old server). When i call the page, through the link: domain.com/option,com_uddeim/task,inbox/ only a blank page is displayed.
So, it was only a server move? The complete Joomla installation is still the same, also with the database?
It seems to be that the script is dying, so no more output is generated. uddeIM 0.9 is really quite old, so maybe there is a problem with a probably newer version of PHP or MySQL which might be used on the new server.
I can only recommend to upgrade to the current version. Unfortunately there is no direct upgrade path to 2.2 but you can upgrade step by step to 1.4, 1.7 and then 2.2 (when I remember correctly, please check the README which explains how to do this). Be very careful with the SQL commands that must be executed to update the tables in order to get the correct table structures.
uddeIM & uddePF Development
CB Language Workgroup
CB 3rd Party Developer
I'm trying to avoid an upgrade for now if at all possible. Most of the components of the site are way out of date, so to do one I inevitably end up having to do lots! Hopping to do the whole thing in a dev environment as soon as this is stable.
I've checked the php versions and they are very close. Just doing MySQL now.
The strange thing is that if i create a new account on the website it works fine. It's just for old ones that it is broken. Sounds like a broken chain of ID's somewhere.... Any thoughts on where that might be?