Hey guys,
i just figered out why this happen to plesk user.
I had also the error with php version . and other stuff... the php.ini,, the extensions, and the whole php lieing in the folder /opt/...plesk....!
When you installing Magento it checked the folders and pass the ready check!
After Magento is installed it doesnt connect to the OPT Folder... and says there is no PHP Version installed. So you cannot pass the Ready Check !
So what i do is, i installed php5 in ssh and it set up the files into ext/php5/cli/ ... from now magento confirm the Php Version ... also need change always_populate_raw_post_data=-1 in the php.ini after this steps. Magento is working.
I dont know why this is so strange.
In the OPT Folder there is also php7 but i dont know atm running on 5.6.20 after make command apt-get install php5...
i just figered out why this happen to plesk user.
I had also the error with php version . and other stuff... the php.ini,, the extensions, and the whole php lieing in the folder /opt/...plesk....!
When you installing Magento it checked the folders and pass the ready check!
After Magento is installed it doesnt connect to the OPT Folder... and says there is no PHP Version installed. So you cannot pass the Ready Check !
So what i do is, i installed php5 in ssh and it set up the files into ext/php5/cli/ ... from now magento confirm the Php Version ... also need change always_populate_raw_post_data=-1 in the php.ini after this steps. Magento is working.
I dont know why this is so strange.
In the OPT Folder there is also php7 but i dont know atm running on 5.6.20 after make command apt-get install php5...