I installed this to test it, and then attempted to uninstall. It all seemed to work ok, but there is still a section 'uBooking' in the back end left hand menu but get a 404 error if I click on it.
It also shows as clickable section under each user.
It's no longer showing as an installed package.
It was still showing some folders under App_Plugins, so I deleted those, but it's still there as a section.
Can you help - what else do I need to do to completely remove it?
(I have tried installing another package since, which also should create a new section, but it hasn't done so and I am concerned something left behind by uBooking is preventing it).
Hi Tim,
Thank you for contacting our support and I'm sorry that the uninstall didn't work as expected.
What you want to do is to uncheck uBooking from all of your members. Then you want to remove the following code found in the files in the /Config folder.
This will remove the section, but if you want to remove uBooking completely you need to open up your database and remove all database tables prefixed with UBooking_ and also double check and make sure that there's no folder named UBooking in your App_Plugins folder.
I'll try to make this work better in a further version but I will add this to the FAQ Section on our homepage next week.
I am having this issue with a plugin I am writing conducting this behaviour.
Is there a way of packaging so that it removes all users from the section and removes all refs to the section?
Uninstall not completely removing the package
I installed this to test it, and then attempted to uninstall. It all seemed to work ok, but there is still a section 'uBooking' in the back end left hand menu but get a 404 error if I click on it.
/App_Plugins/UBooking/BackOffice/Dashboard/uBooking.html
It also shows as clickable section under each user.
It's no longer showing as an installed package.
It was still showing some folders under App_Plugins, so I deleted those, but it's still there as a section.
Can you help - what else do I need to do to completely remove it?
(I have tried installing another package since, which also should create a new section, but it hasn't done so and I am concerned something left behind by uBooking is preventing it).
Thanks
Hi Tim, Thank you for contacting our support and I'm sorry that the uninstall didn't work as expected.
What you want to do is to uncheck uBooking from all of your members. Then you want to remove the following code found in the files in the /Config folder.
Dashboard.config
trees.config
applications.config
This will remove the section, but if you want to remove uBooking completely you need to open up your database and remove all database tables prefixed with UBooking_ and also double check and make sure that there's no folder named UBooking in your App_Plugins folder.
I'll try to make this work better in a further version but I will add this to the FAQ Section on our homepage next week.
Thanks once again!
// Herman
Thanks.
I also had to delete the tables it had created in the SQL db
I am having this issue with a plugin I am writing conducting this behaviour. Is there a way of packaging so that it removes all users from the section and removes all refs to the section?
Hi Damien,
Try to search / read more about "Package Actions Contrib" I think it's will help you to achieve what you want.
is working on a reply...