Search found 10 matches
- Fri Mar 08, 2019 4:02 pm
- Forum: General Discussion
- Topic: Domain confusion
- Replies: 0
- Views: 1587
Domain confusion
When I set up my domain I accidentally entered the domain name "mydomain.nl". I don't own that domain. I own "mydomain.com" instead. I discovered this only when I had uploaded the software. So I added the latter domain and somehow it pointed to the mydomain.nl software. So I thought that that was fi...
- Tue Mar 05, 2019 2:52 pm
- Forum: General Discussion
- Topic: Softaculous it does not work alter update 0.9.8-23
- Replies: 11
- Views: 27012
Re: Softaculous it does not work alter update 0.9.8-23
In the recent update it seems VestaCP deleted the Softaculous binary file causing a blank page. Please install "gcc" if it is not installed on your server and then execute the following repair command to resolve the issue : Code /usr/local/vesta/php/bin/php /usr/local/vesta/softaculous/cli.php --re...
- Tue Mar 05, 2019 2:34 pm
- Forum: General Discussion
- Topic: Undefined variable: _SESSION in Softaculous
- Replies: 0
- Views: 1718
Undefined variable: _SESSION in Softaculous
I get the following messages in my nginx-error.log each time something happens on my server: 2019/03/05 14:20:01 [error] 898#0: *564 FastCGI sent in stderr: "PHP message: PHP Notice: Undefined variable: _SESSION in /usr/local/vesta/web/softaculous/index.php on line 27 PHP message: PHP Notice: Undefi...
- Mon Mar 04, 2019 4:21 pm
- Forum: General Discussion
- Topic: Compatibility with PHP 7.2
- Replies: 0
- Views: 1580
Compatibility with PHP 7.2
It looks like the included phpmyadmin in the latest Vesta is from an old version that doesn't support PHP 7.2 very well. I get the warning "count(): parameter must be an array or an object" when I click on Import. This is one of the classical PHP 7.2 warnings as that version no longer wants NULL val...
- Mon Mar 04, 2019 4:01 pm
- Forum: General Discussion
- Topic: Installation problem: group admin exists
- Replies: 3
- Views: 32467
Re: Installation problem: group admin exists
That worked.
Thank you.
Thank you.
- Sun Mar 03, 2019 3:10 pm
- Forum: General Discussion
- Topic: Installation problem: group admin exists
- Replies: 3
- Views: 32467
Installation problem: group admin exists
I have a fresh DigitalOcean Ubuntu 18.04 droplet (with only password set). When I try to install Vesta I get the following error message: Error: group admin exists Please remove admin group before proceeding. If you want to do it automatically run installer with -f option: Example: bash vst-install....
- Fri Feb 26, 2016 7:00 pm
- Forum: Database Server
- Topic: [FIX] phpmyadmin some feature/controluser
- Replies: 86
- Views: 1023439
Re: [FIX] phpmyadmin some feature/controluser
Tried this on Ubuntu 15.10 with Vesta 0.9.8 while having the error Warning in ./libraries/Util.class.php#516 file_exists(): open_basedir restriction in effect. File(doc/html/index.html) is not within the allowed path(s): (/usr/share/phpmyadmin/:/etc/phpmyadmin/:/var/lib/phpmyadmin/:/usr/share/php/ph...
- Fri Feb 26, 2016 3:22 pm
- Forum: Debian/Ubuntu
- Topic: empty phpmyadmin page
- Replies: 4
- Views: 6374
Re: empty phpmyadmin page
Some further investigation delivered that this white page is caused by the following code in the header:
However, searching on this delivers a bug from 2014. So I am puzzled why I am experiencing this problem in 2016.
Code: Select all
<style id="cfs-style">html{display: none;}</style>
- Thu Feb 25, 2016 2:30 pm
- Forum: Debian/Ubuntu
- Topic: empty phpmyadmin page
- Replies: 4
- Views: 6374
Re: empty phpmyadmin page
Update: I removed the .htaccess file and that ended the error messages.
However, the phpmyadmin page stays empty.
Edit: I looked in the source code of the empty page and there is a lot of code - including a login form.
However, the phpmyadmin page stays empty.
Edit: I looked in the source code of the empty page and there is a lot of code - including a login form.
- Thu Feb 25, 2016 1:17 pm
- Forum: Debian/Ubuntu
- Topic: empty phpmyadmin page
- Replies: 4
- Views: 6374
empty phpmyadmin page
I am setting up my first VPS at DigitalOcean and chose for Ubuntu 15.10 and VestaCP. Installing Vesta I made a mistake by installing Vesta as root user and then switching to a sudo user. That gave rights problems in FTP that I solved with the chown -R command for the /var /etc and /home directories....