• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    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.

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