Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Dear Pleskians! The Plesk Forum will be undergoing scheduled maintenance on Monday, 7th of July, at 9:00 AM UTC. The expected maintenance window is 2 hours.
Thank you in advance for your patience and understanding on the matter.
Hi, ESKIS
Thanks for logs, I was able to reproduce the issue. It's a product bug - I reported it with the internal ID PPPM-2800 "Removing TXT record from domain alias' DNS zone with dns CLI utility failed with: unable to find DNS record". It probably will be fixed in one of the nearest updates -...
It's not looking like apache default page too - on clean httpd package install content of /var/www/html/ is empty. Most probably your requests passed to another location or another machine.
Try to run
# tcpdump -Av -s0 port 80
and access the IP/host in browser - check that the request comes to...
Your domain content isn't looking as typical for newly added Plesk site if you haven't changed the Virtual Host Template. Check that your website accessing request passed to the correct place and logged on the domain.
Hi
I can reproduce the issue when server hostname zone id is more than domain with same name zone id (PPPM-2755).
But this case (hostname zone id > 1) is really unexpected, was there some specific with this server (manual psa database restore, or migration/restore from old dumps, etc)?
Did you change your server hostname to "auringostaitaan.fi" after domain "auringostaitaan.fi" creation?
What does following command return?
# plesk db "select dns_zone_id from domains where name='auringostaitaan.fi'"
Hi,
Did you try to update the zone after switching? (Add and then remove some record to increase the serial?)
Run following command:
# plesk db "select * from dns_zone" | grep auringostaitaan.fi
it will show the zone properties from plesk database.
Try to use quotes in commands:
# export LANG=C
# /usr/local/psa/bin/dns --add 'dev.sname.c002.aname.domain.com' -txt 'ecz3' -domain 'ecz3'
# /usr/local/psa/bin/dns --del 'dev.sname.c002.aname.domain.com' -txt 'ecz3' -domain 'ecz3'
If this won't help there another way to try to debug it:
Add...
Hmm, very strange...
Can you remove such records in GUI?
If you are able to remove them from the panel then try to enable debug in your panel.ini. Type command # plesk conf panel.ini
and uncomment or add following sections:
Start watching the panel.log (# plesk log panel.log) and remove the...
Hi,
the problem was with MU42 on Ubuntu 14.04 on autoinstall.plesk.com: http://talk.plesk.com/threads/plesk-autoinstaller-gpg-error.332686/#post-778778
Now it is fixed.
Hi,
Lloyd_mcse, I see no errors in your log - there are warnings about GPG keys but they are just warnings and ignored by autoinstaller which continued working and finished with:
Looks like we missed patch #42 on Ubuntu 14 on autoinstall.plesk.com somehow :(
UFHH01, I suppose you had the...
Autoinstaller cannot find system packages sources for your distributive. It looks like you've missed them somehow
There should be something like this in /etc/apt/sources.list
# cat /etc/apt/sources.list
deb http://archive.ubuntu.com/ubuntu trusty main restricted universe
deb...
Please run
# /usr/local/psa/admin/sbin/autoinstaller --debug --separate-log --select-release-current --upgrade-installed-components
and send me or IgorG the latest log: /tmp/autoinstaller3_2015-04-14*.log
Hello,
The issue should be fixed on original autoinstall.plesk.com since the last Thursday. If it is still reproducing on you environment please check following:
1. Your Plesk installation source is not overridden in /root/.autoinstallerrc
# cat /root/.autoinstallerrc...
Hello squorpeeon,
I was able to reproduce the issue and reported it with ID: PPPM-2732
The root cause is missing sendmail links during installation. You can workaround it running: # /usr/sbin/update-alternatives --set mta /usr/bin/msmtp
[root@a10-52-52-117 ~]# ll /usr/lib/sendmail...
Hello PacoRB,
If the subscription has no "Hosting Management" permission and you change PHP handler on domain then subdomains of this domain switches to this handler too. If the subscription has "Hosting Management" permission then on all subscription's sites PHP handlers are managed...
Hello,
looks like you have tried to install/view components of Plesk 12.1 PREVIEW on this machine and downloaded new autoinstaller binary which supports GPG checking. Try to remove cached version and try again: