• 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.

Resolved ERROR: Db_Table_Broker_Domains::getDomainByName(): Argument #1 ($name) must be of type string, null given, called in /opt/psa/admin/plib/pm/Domain.php

chaguaramas

New Pleskian
ubuntu 22.04
plesk obsidian 18.0

Plesk dashboard fails with
Server Error

500 TypeError​

Plesk knowledgebase had nothing on this error. Tried the first 2 pages of suggestions....

Goes to this page after login>
<website>:8443/smb
TypeTypeError
MessageDb_Table_Broker_Domains::getDomainByName(): Argument #1 ($name) must be of type string, null given, called in /opt/psa/admin/plib/pm/Domain.php on line 77
FileDomains.php
Line253
 
Hi, @chaguaramas . This error typically occurs when one of the mandatory details is missing in the Contact details of the user you are trying to log with. Does this error occur when you are trying to log in with the administrator or a customer/reseller user?
 
Thank you for the confirmation. Could you please SSH into the server in question and execute the following command to update the admin email:

Code:
plesk bin init_conf -u -email [email protected]

Please replace [email protected] with the actual email that should be set for the admin user. I suspect it might be missing from the contact details, which is leading to the reported error.
 
Thank you for the confirmation. Could you please SSH into the server in question and execute the following command to update the admin email:

Code:
plesk bin init_conf -u -email [email protected]

Please replace [email protected] with the actual email that should be set for the admin user. I suspect it might be missing from the contact details, which is leading to the reported error.
You are brilliant. yes that worked.
Thank you Sebahat
 
Back
Top