I have searched for an answer to this, but haven't found anything. I was wondering if anyone had come across the same issue and had any insight. I have PHP 7.0 installed on an nginx web server with sqlbuddy. When attempting to login to the homepage http://localhost/sqlbuddy/, I receive an HTTP 500 error (Google Chrome, Firefox, Opera, and Edge tested). PHP 7.0 is installed with the following packages:
- php-apcu
- php-cli
- php-common
- php-curl
- php-fpm
- php-gd
- php-json
- php-mbstring
- php-mcrypt
- php-memcache
- php-mysql
- php7.0-cgi
- php7.0-cli
- php7.0-common
- php7.0-curl
- php7.0-fpm
- php7.0-gd
- php7.0-json
- php7.0-mbstring
- php7.0-mcrypt
- php7.0-mysql
- php7.0-opcache
- php7.0-readline
- php7.0-xml
Installation of phpMyAdmin on the web server works fine, along with a test page containing a PDO connection setup similar to the one found here.