• The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

Changed my domain through plesk and now website down

S

scottdave

Guest
changed my domain name to another of my domain names the through plesk panel and the website has gone down.
Internal error: Package with UID '' not found.

Message Package with UID '' not found.
File aps_php.php
Line 8015
Type Exception

This is what the web page says any ideas?
 
Seems there is problem with webapplications. Try to run

# /usr/local/psa/bin/aps --get-packages-global-settings

and check output. If you see error 'Package with UID '' not found' try to find this aps with

mysql> select id,name from smb_apsPackages where registryUid is null;

and correct it.
 
# /usr/local/psa/bin/aps --get-packages-global-settings
@packages = (
{
'_name' => 'package',
'_children' => [
{
'_name' => 'registryUid',
'_value' => '6d2155c3-dec5-47c7-8c94-eaace53f9077',
},
{
'_name' => 'sapp-package-id',
'_value' => 'http://wordpress.org/',
},
{
'_name' => 'package-archive',
'_value' => '/usr/local/psa/var/apspackages/1aa97355-9c0d-4141-aeb6-07c051fdb6c5.zip',
},
{
'_name' => 'settings',
'_children' => [
],
},
],
},
);


No error from what i can see
 
Back
Top