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
6 hours 7 min ago
12 hours 48 min ago
16 hours 38 min ago
18 hours 17 min ago
1 day 2 hours ago
1 day 12 hours ago
1 day 13 hours ago
1 day 16 hours ago
1 day 20 hours ago
1 day 21 hours ago