Search found 23 matches
- Fri Jun 12, 2015 3:52 pm
- Forum: General Discussion
- Topic: Old Theme
- Replies: 8
- Views: 10817
Re: Old Theme
Well, in that case you would be able to just copy the old theme files to that new server, I would think?Farrow wrote:Ive checked the others I have and there fine, still the old version ;)
This new theme is terrible on the eyes.
- Wed May 20, 2015 12:01 pm
- Forum: Web Server
- Topic: LOGJAM SSL bug
- Replies: 6
- Views: 7007
LOGJAM SSL bug
Here we go again... a new failure in the world of SSL. This time it's called LOGJAM. For who doesn't know what this is, see here: https://weakdh.org/ They made a workaround for sysadmins, which can be found here: https://weakdh.org/sysadmin.html Are there any things we should do extra/different with...
- Mon Mar 02, 2015 12:19 pm
- Forum: Debian/Ubuntu
- Topic: Transferring web, dns & db to different user account.
- Replies: 10
- Views: 19780
Re: Transferring web, dns & db to different user account.
Well, just as it's posted in all previous posts.joem wrote:Can you provide us with the exact command your typing in.Tralapo wrote: I am. I am using the latest Ubuntu LTS and everything is updated. Those commands never worked for me I should say, none of them to be precise. Maybe it's an Ubuntu thing then?
- Tue Feb 24, 2015 10:55 am
- Forum: Debian/Ubuntu
- Topic: Transferring web, dns & db to different user account.
- Replies: 10
- Views: 19780
Re: Transferring web, dns & db to different user account.
v-change-domain-owner {DOMAIN} {NEWUSERNAME} Are you sure this code is still actual? I tried this, but I get: v-change-domain-owner: command not found Yes I can confirm this works, just fine as I have used it and moved over 4 different web domains to 4 different user accounts. Make sure you are usi...
- Sat Feb 21, 2015 3:41 pm
- Forum: Debian/Ubuntu
- Topic: Transferring web, dns & db to different user account.
- Replies: 10
- Views: 19780
Re: Transferring web, dns & db to different user account.
Are you sure this code is still actual? I tried this, but I get:joem wrote:Code: Select all
v-change-domain-owner {DOMAIN} {NEWUSERNAME}
Code: Select all
v-change-domain-owner: command not found
- Sat Dec 20, 2014 11:21 am
- Forum: Web Server
- Topic: PHPMyAdmin no longer working
- Replies: 16
- Views: 38532
Re: PHPMyAdmin no longer working
Seems like that's the only thing left to do. Nobody seems to know this problem.Tralapo wrote:Nobody else who can think of something that went wrong? I shure don't like re-installing my whole server, but it looks like I have to?
- Thu Dec 18, 2014 12:35 pm
- Forum: Web Server
- Topic: PHPMyAdmin no longer working
- Replies: 16
- Views: 38532
Re: PHPMyAdmin no longer working
Nobody else who can think of something that went wrong? I shure don't like re-installing my whole server, but it looks like I have to?
- Wed Dec 17, 2014 2:39 pm
- Forum: Web Server
- Topic: PHPMyAdmin no longer working
- Replies: 16
- Views: 38532
Re: PHPMyAdmin no longer working
Whats the user:group of /var/lib/phpmyadmin/ and /etc/phpmyadmin/config-db.php? also can you provide a link to phpinfo page It's all www-data as it's supposed to be. Because the first thing I tried was (see below). That's why I don't understand the error. sudo chown -R www-data:www-data /usr/share/...
- Tue Dec 16, 2014 9:11 pm
- Forum: Web Server
- Topic: PHPMyAdmin no longer working
- Replies: 16
- Views: 38532
Re: PHPMyAdmin no longer working
But allright. I followed the guide again, like you suggest. Still the same. Blank page. Error log: phpmyadmin: Failed to load /var/lib/phpmyadmin/blowfish_secret.inc.php Check group www-data has read access and open_basedir restrictions. phpmyadmin: Failed to load /var/lib/phpmyadmin/config.inc.php ...
- Tue Dec 16, 2014 7:54 pm
- Forum: Web Server
- Topic: PHPMyAdmin no longer working
- Replies: 16
- Views: 38532
Re: PHPMyAdmin no longer working
Did you try to edit file /home/admin/conf/web/sapache2.conf and paste the following (see below) before this line </VirtualHost> and save I believe I just said that folder is empty, because I do not host any website in /admin Alias /phpmyadmins-GENERATE-RANDOM-PASS-CODE-HERE /usr/share/phpMyAdmin <D...