• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

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