taarifa / Taarifa_Web

THIS CODE BASE IS DEPRECATED AND ONLY HERE FOR ARCHIVAL PURPOSES!
http://www.taarifa.org
Other
18 stars 6 forks source link

Compatability with PHP 5.4 #52

Closed markiliffe closed 11 years ago

markiliffe commented 11 years ago

Issue #51 deal with a bug that causes PHP to not display the entire system post installation. @nellessen and @markiliffe have worked out that this is due to a PHP compatibility error with PHP 5.4.

Consequently we need to integrate a patch. @nellessen found this patch, which could work: https://gist.github.com/kemo/2881489

PHP details potential incompatible modules here: http://www.php.net/manual/en/migration54.incompatible.php

nellessen commented 11 years ago

I upgraded to PHP Version 5.4.13-2~precise+1 and still everything is working fine. Cannot reproduce the problem!

markiliffe commented 11 years ago

@nellessen are you using a MAMP/XAMPP/WAMP installation or are you maintaining your LAMP stack from source/Ubuntu repositories?

nellessen commented 11 years ago

I am using Ubuntu with the standard package for each part of the amp stack, but no bundle package.

rjmackay commented 11 years ago

FYI - Here's how we fixed this in Ushahidi core https://github.com/ushahidi/Ushahidi_Web/commit/a9a100d6130ea3f6cbdd1034487293240c4120d1

markiliffe commented 11 years ago

@rjmackay :+1: