Error after upgrading from PHP 5.3 to PHP 5.5 (also Apache 2.2 to 2.4)

Hi,

 I was using Ubuntu 12.04 + Apache 2.2 + PHP 5.3

Installed emoncms9 and then realized that we needed PHP 5.5 for this to work. Upgraded my apache version to 2.4 and PHP to 5.5 but now when I try to log in at the login page, I get this error (Chrome console):

 

Failed to load resource: the server responded with a status of 404 (Not Found)

send @ jquery-1.11.3.min.js:5

A pink box appears with a message "undefined" in the login page.

 

Any clue?

PeterPanz's picture

Re: Error after upgrading from PHP 5.3 to PHP 5.5 (also Apache 2.2 to 2.4)

Solved it. The site specific configuration files might have some errors, I commented out the include sites-enabled line in apache2.conf a added a pair of lines like this:

# Include the virtual host configurations:
#Include sites-enabled/
<Directory />
  AllowOverride all
  Require all granted
</Directory>

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.