• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be 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.

Error when adding a domain

N

Nick Harper

Guest
I am using Plesk on a Windows Server, whenever I try to add a domain I get this error:

Unable to load object of type Notification with id=2: Notification: unable to select: no such row in the table
---------------------- Debug Info -------------------------------
0: common_func.php3:3083
objectMakerEx(string 'Notification', integer '2')
1: NotificationManager.php:64
NotificationManager->addNotification(integer '2', array)
2: notifications.php:59
notificationsEventListener->handleEvent(string 'domain', integer '5', string 'domain_create', array, array)
3: :
call_user_func_array(array, array)
4: InterfacesManager.php:117
InterfacesManager::callImpls(string 'EventListener', string 'handleEvent', array)
5: class.ActionLog.php:793
ActionLog->callEventListeners()
6: class.ActionLog.php:654
ActionLog->submit()
7: class.PhDomain.php:753
PhDomain->update()
8: class.BsDomain.php:386
BsDomain->update()
9: DomainPropertiesUIPointer.php:283
DomainPropertiesUIPointer->accessItem_create(string 'POST')
10: DomainPropertiesUIPointer.php:62
DomainPropertiesUIPointer->accessItem(string 'POST', NULL null)
11: UIPointer.php:601
UIPointer->access(string 'POST')
12: plesk.php:43

I have checked the DB and the notifications table is empty, it is using an access DB.

Can anybody help?
 
Try to run

"C:\Program Files (x86)\Parallels\Plesk\admin\bin\php.exe" -q -dauto_prepend_file="" -c php.ini "C:\Program Files (x86)\Parallels\Plesk\admin\plib\scripts\update_notifications.php"
 
Last edited:
Back
Top