i’m trying to install gibbon using mamp i have no experience with php or its extension when i acces my localhost:80/gibbon i can’t pass the first step which is the system requirment i have everything but the php extension intl i tried many things liek creating a php.ini in mamp/bin/php/php8.3.1(i’m using the 8.3.1 version) and i uncommented extension = intl i also checked in php8.3.1/ext and i have php_intl.dll i even check the phpinfo and it appears to be enabled there but somehow i still get the php extension intl not installed in gibbon instalation
Hi.
Did you restart all MAMP services after the uncomment?
NGN
Hi @Donn That’s unusual to hear, I use MAMP for all of Gibbon’s development and haven’t encountered any issues. As @ngn recommends, you’ll need to restart the server in MAMP after changes to php.ini. Otherwise, if all else fails, you can edit Gibbon’s version.php file (in the root directory) and remove the intl
requirement. Gibbon already has fallbacks in place for not having this extension, for backwards compatibility with older versions of Gibbon.