Please only submit the section relevant to what you are submitting.
Bug Report
What is the current behavior?
After running installer.php and then deleting it after it was finished, I went back to index.php and logged in and I was greeted with "Slim Application Error"
What is the expected behavior?
Upon logging in for the first time, you are greeted with "Slim Application Error"
Steps to reproduce?
Download Release Files
Unzip into directory
Run Installer from /public/installer.php
Chmod 0777 config and logs directory
Login to site and receive error
Please tell us about your environment:
Ubuntu 16.04 using MariaDB with Nginx and PHP 7.0 with mbstring, FPM and sql. Another version of PHP is installed for another website running.
Please only submit the section relevant to what you are submitting.
Bug Report
What is the current behavior? After running installer.php and then deleting it after it was finished, I went back to index.php and logged in and I was greeted with "Slim Application Error"
What is the expected behavior? Upon logging in for the first time, you are greeted with "Slim Application Error"
Steps to reproduce?
Please tell us about your environment: Ubuntu 16.04 using MariaDB with Nginx and PHP 7.0 with mbstring, FPM and sql. Another version of PHP is installed for another website running.
Nginx Configuration `server { listen 80; server_name domain.com; return 301 https://$server_name$request_uri; }
server { listen 443 ssl http2; server_name domain.com;
}`
Checklist
Other information No error logs created. Database was created and populated. Converted .htaccess for use with Nginx