I try to install ATOM 2.1 for two days. I followd every steps of the official installation guide :
I used a fresh install of Xubunu 14.04 in virtual Box.
I went through some install steps successfully (configure database and search properties). Then I get the site information configuration page which displays very weirdly (See attached image)
2014/10/07 11:32:15 [error] 1006#0: *10 FastCGI sent in stderr: "PHP message: PHP Fatal error:
Call to undefined function __() in /usr/share/nginx/atom/plugins/sfInstallPlugin/modules/sfInstallPlugin/templates/configureSiteSuccess.php on line 43"
From what I understood after few searches on the internet, the __() function is used for translation. So I've edited the configureSiteSuccess.php file and removed the __() function. I tried a new installation and this time, I went through every installation steps. But when I clicked to "you may now visit your new site", I get a white page and the following error in the log :
2014/10/07 11:58:08 [error] 1006#0: *20 FastCGI sent in stderr: "PHP message: PHP Fatal error:
Call to undefined function render_title() in /usr/share/nginx/atom/apps/qubit/modules/staticpage/templates/homeSuccess.php on line 4" while reading response header from upstream, client: 127.0.0.1, server: _, request: "GET /index.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm.atom.sock:", host: "localhost", referrer: "
http://localhost/index.php/sfInstallPlugin/finishInstall"
I assume some custom function are not reachable but I've no idea why.