mayur wrote
Hello Team,
i did the fresh installation on centos7 server with LAMP installation.
as instructed done the installation of tastyigniter on server.
but when i hit the url it shows me white screen, nothing in apache error log, no error log generated under
/var/www/html/TastyIgniter-2.1.1/system/tastyigniter/logs/ directory
only showing me index.html
also added index.php in config.php (index_page)
added database details in database.php file
i read most of the threads posted over here, did tried the provided solutions but no luck
so opening a new thread.
centos7
TastyIgniter-2.1.1
apache 2.4
php5.4
mariadb
I have the same problem, so to solve it you have a lower version of php5.6 instead of php7.0. After installing php5.6, you have to edit httpd.conf. Please see URL below for php7 to php56. I've actually done 2 steps, 1 downgrade to php5.6, 2nd grant ownership to http for all files under /srv/http/
# cd /srv/http
# chown -R http *
http://blog.schielke.it/posts/92-downgrade-php7-to-php56-on-arch-linux
Hope the above can help you solve your issue.