Solved
Somehow the website was assigned the wrong values in the title, doctype_id and doctype_id in the isp_nodes table of the ispconfigdb. I restored the old values and restarted apache and ispconfig. The website is showing again in the config panel.
host:~# mysql -u root -p
mysql> use ispconfigdb;
mysql> select * from isp_nodes;
mysql> update isp_nodes set title = 'domain.tld' where tree_id = 7;
mysql> update isp_nodes set doctype_id = '1013' where tree_id = 7;
mysql> update isp_nodes set parent = '3' where tree_id = 7;
mysql> \q
host:~# /etc/init.d/ispconfig_server restart
host:~# /etc/init.d/apache2 restart
|
Recent comments
1 day 8 hours ago
1 day 11 hours ago
1 day 13 hours ago
1 day 14 hours ago
1 day 16 hours ago
1 day 17 hours ago
1 day 18 hours ago
2 days 10 hours ago
2 days 11 hours ago
2 days 15 hours ago