Hi, I hope it's not thread-hacking (but this seems to be finished), I have a follow-up-question. I removed the billing_plugin.inc.php and deleted all invoice-tables. But when a customer wants to edit his data (Home - My Data - Edit) the site just jumps to the top and does nothing. And the link behind edit looks like this: <a href="#" onclick="loadContent('billing/dashboard_client_edit.php');">Edit</a> I also renamed /usr/local/ispconfig/interface/web/billing to billing.old, but it doesn't help. Is there anything left, I need to remove to fix this?
The edit my data function is part of the billing plugin and not part of ISPConfig, so this must fail when you removed the billing plugin. Ensure that you removed the dashlets under system > interface config that do not belong to ispconfig itself.
I don't have any dashlets activated under system - interface - main config - misc. Where else would the customer change his data?
Run an ispconfig update. It might be that you run a very old version that had the dashlaets hardcoded in the dashboard file.
When the customer sees the plugin to edit his details on his dashboard, then it must be enabled under system > Interface config or hard coded in dashboard.php, there are no other alternatives.
Ok, I found this thread (https://www.howtoforge.com/community/threads/no-dashlets-displayed.71520/) and replaced the dashboard-folder with the original one from the install.zip. Now the dashlets from system - config are used. Is there any way, that a customer can change his own data without the billing-plugin?