• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

Panel Errors after 10.3.1 Update / CentOS 5.6

ManuelF

New Pleskian
I Just updated my latest 10.2 installation to latest 10.3.1, wich worked without notable errors.

When trying to login i get the following errors in the navigation-frame of plesk:

ERROR: Exception
Resource with UID '' not found.

Additionally, an exception has occurred while trying to report this error: Exception
Resource with UID '' not found.

0: aps_php.php:8151
aps_controller_registry_getresource(resource, string '')
1: aps_php.php:8151
APS_Controller_Registry->getResource(NULL null)
2: ApsInstance.php:132
Smb_Db_Table_Row_ApsInstance->getUrlMapping()
3: ApsInstance.php:96
Smb_Db_Table_Row_ApsInstance->getInstallationUrl()
4: Config.php:20
HelpDesk_Config::getAdminUrl(object of type Smb_Db_Table_Row_ApsInstance)
5: NavigationContext.php:336
NavigationContext->_fetchHelpDeskInstancesNodes(object of type Db_Table_Rowset)
6: NavigationContext.php:326
NavigationContext->_fetchHelpDeskSectionNodes(object of type UserAdmin)
7: NavigationContext.php:201
NavigationContext->fetchCustomButtonsSectionNodes(object of type UserAdmin)
8: NavigationContext.php:69
NavigationContext->fetchSection(object of type UserAdmin, string 'custom_buttons', array)
9: NavigationContext.php:380
NavigationContext->get(object of type UserAdmin)
10: Navigation.php:557
Navigation->getContextMenu(object of type UserAdmin, object of type Skin)
11: left.php3:4

i can't find any further information in logs.

I can browse through some objects within the PowerUser-Interface, but most Links throw an Exception:
Resource with UID '' not found.
0: aps_php.php:8151
aps_controller_registry_getresource(resource, string '')
1: aps_php.php:8151
APS_Controller_Registry->getResource(NULL null)
2: ApsInstance.php:132
Smb_Db_Table_Row_ApsInstance->getUrlMapping()
3: ApsInstance.php:96
Smb_Db_Table_Row_ApsInstance->getInstallationUrl()
4: Config.php:20
HelpDesk_Config::getAdminUrl(object of type Smb_Db_Table_Row_ApsInstance)
5: NavigationContext.php:336
NavigationContext->_fetchHelpDeskInstancesNodes(object of type Db_Table_Rowset)
6: NavigationContext.php:326
NavigationContext->_fetchHelpDeskSectionNodes(object of type UserAdmin)
7: NavigationContext.php:201
NavigationContext->fetchCustomButtonsSectionNodes(object of type UserAdmin)
8: NavigationContext.php:69
NavigationContext->fetchSection(object of type UserAdmin, string 'custom_buttons', array)
9: NavigationContext.php:380
NavigationContext->get(object of type UserAdmin)
10: Navigation.php:95
Navigation->getUserContextList(object of type UserAdmin)
11: Navigation.php:113
Navigation->getRoot(object of type UserAdmin)
12: Navigation.php:357
Navigation->buildPathbar(string '/plesk/admin/report/', object of type plesk__admin__report, object of type UserAdmin, string 'home')
13: Navigation.php:348
Navigation->getPathbar(object of type plesk__admin__report)
14: Navigation.php:144
Navigation->detectCurrentUpLevelURI()
15: Abstract.php:301
Form_Abstract->_getUpLevelLink()
16: Abstract.php:310
Form_Abstract->renderPathbarButton(object of type Navigation, object of type plesk__admin__report)
17: Form.php:109
Form->assign()
18: ReportUIPointer.php:83
ReportUIPointer->getReportForm(object of type AdminReport, string '[email protected]', array, boolean false)
19: ReportUIPointer.php:58
ReportUIPointer->accessItem(string 'GET', NULL null)
20: UIPointer.php:595
UIPointer->access(string 'GET')
21: plesk.php:52

System: Centos5.6, php53, Customer & Business Manager NOT installed.

Any ideas? VHosts seem to be working properly.
 
Looks like upgrade was not successfully completed. Did you try to fix it with bootstrapper repair at least? Any errors in upgrade log /tmp/autoinstaller3.log ?
 
bootstrapper repair didn't bring any success.

There were serveral errors in autoinstaller3.log, mostly because of unresolved dependencies (which i managed to fix by switching from atomic's php (5.3) to CentOS-Base php53) and many of these messages:
[...]Component plesk/health-monitor: mode up2date, installed=1306311864, available=1306311864
autoinstaller: read output of env LANG=C LC_ALL=C yum info hspc-plugin-pp-bt-dummy 2>/dev/null with popen
pclose error: Success
Execution of 'yum' failed - exit code not zero
Error: autoinstaller: Error in execution of yum

Component plesk/pba: mode install, installed=0, available=1311584726[...]
 
Back
Top