• 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
  • Please beaware of a breaking change in the REST API on the next Plesk release (18.0.62).
    Starting from Plesk Obsidian 18.0.62, requests to REST API containing the Content-Type header with a media-type directive other than “application/json” will result in the HTTP “415 Unsupported Media Type” client error response code. Read more here

Domains not showing 10.4.4

M

MaartenB

Guest
Hi,

I have a problem in plesk panel 10.4.4.

I installed a clean version on a new server with sql server 2008


I added some customers with subscriptions. In the panel when I go to Domains, none show up. I have 15 subscriptions they show under subscriptions.

Does anybody have any idea how I can fix this.


Thanks.
 
I tested in:
IE 8
IE 7
Chrome
Firefox

They all give the same result
 
Structure of database is equal for Linux and Windows Plesk version. You can try this method from KB at least.
 
This fixed the problem for me.
Thanks


mysql> select d.name, d.htype, f.redirect from domains d, forwarding f where d.id=f.dom_id and f.redirect not like 'http://%';
+-------------+---------+------------------+
| name | htype | redirect |
+-------------+---------+------------------+
| DOMAIN1.TLD | std_fwd | REALDOMAIN1.TLD/ |
| DOMAIN2.TLD | frm_fwd | REALDOMAIN2.TLD/ |

You may see the URL does not contain 'HTTP://'

Developers know about the issue and plan to fix this in future update of Parallels Plesk Panel that will be released after 10.4.4.
Currently it's needed to change the URLs for affected domains in the database manually
 
Back
Top