• We value your experience with Plesk during 2025
    Plesk strives to perform even better in 2026. To help us improve further, please answer a few questions about your experience with Plesk Obsidian 2025.
    Please take this short survey:

    https://survey.webpros.com/

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