goFrendiAsgard / No-CMS

No-CMS, A CodeIgniter Based CMS Framework
299 stars 199 forks source link

Can't find finish / install button #55

Closed johanericka closed 11 years ago

johanericka commented 11 years ago

hi, i try to install your NoCMS on my server but i can't find finish / install button after choosing third party authentication, so i can't finish the installation.

My server spesification (if you need to know) Ubuntu Server 12.04 Apache 2 Php 5 Mysql 5.x

this picture shows where i stuck in installation process.

looking forward for your update

nocms

goFrendiAsgard commented 11 years ago

Dear, @johanericka , Authentication system need CURL to be enabled. Since, you are using ubuntu, it is a good try to do

sudo apt-get install php5-curl

Anyway, there should be an error message instead of that empty red box. Let me check it again.

Thanks for your report

goFrendiAsgard commented 11 years ago

Hi again, I've try to check your server, and I think there is an unreported php error. Could you please check the log file by using this command:

sudo tail /var/log/apache2/error.log

Thanks

johanericka commented 11 years ago

ok. this is my false

i forget to install php5-mysql driver

thanks for your fast response

goFrendiAsgard commented 11 years ago

It is a rare for a php web server to not have php-mysql driver. However, this problem might occurred in the case of someone build him/her own server from scratch. It would be better to show a proper error instead of let user find out what's wrong by him/herself.

At development branch, I've add several code to automatically check this https://github.com/goFrendiAsgard/No-CMS/commit/530f24088c4f3e30c14c5b4621ddc201c990b94c#L0L108 Thanks.