PDA

View Full Version : some Webs are linked to two customers


luchs3
29th September 2007, 15:37
Hi,

I've installed the 2.2.16 version and added Customers and users, but now I found out, that one customer is linked to webs which aren't his.
These Webs are also linked to the correct customers.

I tried to move the Webs to the correct customers and I don't get any Error.
But the Webs are still linked to the same customer.

In which table is the link between the customers and the webs?
Can I simply correct this issue in the Table?

Hans
29th September 2007, 15:56
This is a known bug.
In the meantime the bug has been fixed with the release of ISPConfig 2.2.17.
Have a look here: http://www.howtoforge.com/forums/showthread.php?t=15817&highlight=2.2.17 :)

luchs3
29th September 2007, 16:27
I updated the system now to the lates version, but the sites are still linked to two customers and I can't solve this just with the 'move Site' Tool.

I need a little instruction of the customer - web table structure.
I've already looked into the tables but I can't find the one whrere the webs are linked to the customers.

till
30th September 2007, 15:26
2.2.17 has a fix that prevents this problem in future but it cxan not repair corrupted databases.

The webs are linked trough the table isp_dep to the customers.

isp_dep.parent_doc_id = isp_isp_kunde.doc_id
isp_dep.parent_doctpye_id = isp_isp_kunde.doctype_id

==>

isp_dep.child_doc_id = isp_isp_web.doc_id
isp_dep.child_doctpye_id = isp_isp_web.doctype_id