Something wrong with my PHP, I used this tutorial to install it: http://dev.antoinesolutions.com/php. My version of OS - CentOS-6 64bit. So there is the problem: http://imageshack.us/photo/my-images/52/datao.png/, while simple example, as “Hello World” works fine. I used this script before only on hostings, and it worked well.
it could be the server is setup to not run short tags <?= try using <?php instead
THANK YOU, PROBLEM FIXED. ;D
In my php.ini “short_open_tag” was set to OFF.
Now I have another problem - when I press install button, it gives me white screen ( I also checked display_errors set to on)
what’s the install for? need a little more information you could check the server logs if you have them.
http://imageshack.us/photo/my-images/52/datao.png/
Maybe problem is in mysql database, I really do not know.