Installation failing

on Mac 10.10. Installed the latest MAMP. Installed all files in htdocs. Started MAMP. Went to localhost:8888/gibbon/installer/install.php and got a screen with the logo but nothing else expect an excellent image of a mountain range! Any tips?

cswift, I am guessing that if you check your PHP error log, you will see reference to missing function _(), which is a shortcut for gettext, the tool we use for translating Gibbon strings. For some reason recent releases of MAMP have this function disable, but if you search on Google you should be able to find out how to enable it. If, by some chance, this is not the issue, then the PHP error log should provide you with more information. Ross.

Thanks for that. It’s all up and running so now it’s time to jump on the learning curve.