by (120 points)
in step one i can't go ahead because is red
what i can do????

1 Answer

by (5.1k points)
Hello urkokan.

Thank you for question.

You need to install PDO extension for PHP.
If you use ubuntu: sudo apt-get install php5-mysql
and if you use CentOS: yum install php-pdo.

Regards, Pavel
...