• 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
  • Inviting everyone to the UX test of a new security feature in the WP Toolkit
    For WordPress site owners, threats posed by hackers are ever-present. Because of this, we are developing a new security feature for the WP Toolkit. If the topic of WordPress website security is relevant to you, we would be grateful if you could share your experience and help us test the usability of this feature. We invite you to join us for a 1-hour online session via Google Meet. Select a convenient meeting time with our friendly UX staff 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