• The new Python extension is now available. It allows customers to deploy and manage WSGI-based Python applications on their websites directly from Plesk.
  • Debian 11 has reached its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.81 is the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

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