Page 1 of 1

CATS not resolving after server upgrade to Ubuntu 14.04

Posted: 07 Oct 2014, 19:12
by zoomiest
I just upgraded my Ubuntu Server from 12.x to 14.04, and it loaded fine, but the webserver and app didn't completely make it through.

1) I searched and found the new document root location, and edited that - now the website is up again. Whew.
2) Apache and MySQL are apparently running, but when I go to the root location for CATS, my browsers says: "No data." All of the solutions I see posted are for Ubuntu Desktop, not Server.
3) I checked my PHP-5 module with
user@hostname:~$ dpkg -l |grep libapache2-mod-php5 and I get a successful:
ii libapache2-mod-php5 5.5.9+dfsg-1ubuntu4.4 amd64 server-side, HTML-embedded scripting language (Apache 2 module)

Testing my PHP with phpinfo() also brings up the full answer page. I seem to be on PHP Version 5.5.9-1ubuntu4.4
So, I think I am okay, there.

4) I also find that my SugarCRM instance is fine. (Its just CATS that won't come up) Could the PHP code be too old? Is there a cut off after which old PHP won't resolve?

Any help would be appreciated, so I can get CATS up again.

/Allan

Re: CATS not resolving after server upgrade to Ubuntu 14.04

Posted: 07 Oct 2014, 22:18
by RussH
Hi Allan,

Firstly don't worry - your data is safe!

There must be something in the apache error log. I'm not sure where that is in Ubuntu - normally it'd be /var/log/apache/error.log though. I have opencats.org running on a Ubuntu 14.0.4 droplet at digitalocean - so I'll install opencats to test, am sure it's fine!

Can you post what you see in the apache error log when you try to go to your root?

Russ

Re: CATS not resolving after server upgrade to Ubuntu 14.04

Posted: 07 Oct 2014, 23:15
by RussH
just for completeness, here's the test site..

http://www.opencats.org/test/opencats-0.9.2/index.php

on Ubuntu server 14.04, with 5.5.9+dfsg-1ubuntu4.4

...so all good!

Re: CATS not resolving after server upgrade to Ubuntu 14.04

Posted: 23 Oct 2014, 03:59
by blackbee045
I'm not sure where that is in Ubuntu - normally it'd be /var/log/apache/error.log though. I have opencats.org running on a Ubuntu 14.0.4 droplet at digitalocean.