• The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

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