Vesta 2.0 is coming soon! See our progress update: https://vestacp.com/docs/vesta-2-update
Phpmyadmin connection
Phpmyadmin connection
Like many others here, phpmyadmin loads a blank page. View source shows the webpage code that should be showing. Tested across 3 browsers on 3 different OSes. So not browser issue. No changes were made to make it stop working. Most I have done is install vesta and apt-get upgrades. I have poured through the multiple threads here and nothing in any of them have helped the issue. Reinstall of phpmyadmin didn't fix it either. Nothing shows up in nginx, apache, mysql, system logs. Executing php /usr/share/phpmyadmin/index.php shows the webpage code with no error. Any help would be appreciated.
Re: Phpmyadmin connection
Try to reise memory limit option in php.ini
Re: Phpmyadmin connection
changed it to 512M before posting too. Rebooted the server a few times tooskurudo wrote:Try to reise memory limit option in php.ini
Re: Phpmyadmin connection
Fixed the issue. Changing the line below corrected it. In file /etc/phpmyadmin/apache.conf
php_admin_value open_basedir /usr/share/phpmyadmin/:/etc/phpmyadmin/:/var/lib/phpmyadmin/:/usr/share/php/php-gettext
to
php_admin_value open_basedir /usr/share/phpmyadmin/:/etc/phpmyadmin/:/var/lib/phpmyadmin/:/usr/share/php/php-gettext:/usr/share/javascript/
php_admin_value open_basedir /usr/share/phpmyadmin/:/etc/phpmyadmin/:/var/lib/phpmyadmin/:/usr/share/php/php-gettext
to
php_admin_value open_basedir /usr/share/phpmyadmin/:/etc/phpmyadmin/:/var/lib/phpmyadmin/:/usr/share/php/php-gettext:/usr/share/javascript/