Vesta 2.0 is coming soon! See our progress update: https://vestacp.com/docs/vesta-2-update
Search found 5 matches
- Fri Jul 12, 2019 10:48 am
- Forum: Web Server
- Topic: Lets Encrypt error 400
- Replies: 4
- Views: 5276
Re: Lets Encrypt error 400
No that did not fix it. This is happening on all domains
- Thu Jul 11, 2019 11:21 pm
- Forum: Web Server
- Topic: Lets Encrypt error 400
- Replies: 4
- Views: 5276
Lets Encrypt error 400
Getting this error on a fresh install of OS and Vesta CP. All existing threads don't have fixes for my issue.
- Sun Nov 15, 2015 11:52 pm
- Forum: Database Server
- Topic: Phpmyadmin connection
- Replies: 3
- Views: 5484
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 ...
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 ...
- Sun Nov 15, 2015 8:27 pm
- Forum: Database Server
- Topic: Phpmyadmin connection
- Replies: 3
- Views: 5484
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
- Sun Nov 15, 2015 7:40 pm
- Forum: Database Server
- Topic: Phpmyadmin connection
- Replies: 3
- Views: 5484
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 ...