I don't know what am missing
-
@Tom-Elliott Ah yeah, you are right. Seems like I had a typo in my post. You need at least PHP 5.6…
-
@sebastian-roth
[tesparza@localhost ~]$ rpm -qa | grep php
php-common-5.4.16-43.el7_4.x86_64
php-fpm-5.4.16-43.el7_4.x86_64
php-mysqlnd-5.4.16-43.el7_4.x86_64
php-cli-5.4.16-43.el7_4.x86_64
php-bcmath-5.4.16-43.el7_4.x86_64
php-gd-5.4.16-43.el7_4.x86_64
php-mbstring-5.4.16-43.el7_4.x86_64
php-pdo-5.4.16-43.el7_4.x86_64
php-process-5.4.16-43.el7_4.x86_64
php-5.4.16-43.el7_4.x86_64
php-ldap-5.4.16-43.el7_4.x86_64
php-mcrypt-5.4.16-7.el7.x86_64Thats what it gives me
-
@george1421 It says no file directory found. I’m thinking its because i havent finished the installation I’m still stuck on the schema creation part I dont want to move on until i get the web interface working
-
@tom-elliott I see that I think I have 5.4, how do I update it to 5.6 on CentOS
-
@tom-elliott Working, it was PHP. I had PHP 5.4 so i uninstalled it and install 5.6 and restarted apache2 and it gave me the webpage and was able to install/ update schema. THank you so much for the help guys!