HI, I was upgrading from 1.0.7.15 to 1.0.7.16
In this upgrade - the partner news module was removed...
Unfortunately I only disabled the module, I didn't remove it and it has caused a glitch in the install module section of the dashboard modules where I cannot actually install modules anymore...
What do i have to do to fix this - I have fixed a similar problem before in my pre-phoenix site, but it was a long time ago and i can't remember what it was I did and don't know if the method is still the same.
thanks for your help.
Slight upgrading hiccup
-
ecartz
- Core Team
- Posts: 3084
- Joined: Tue Nov 05, 2019 6:02 pm
- Phoenix Version:
- Has thanked: 4 times
- Been thanked: 208 times
Re: Slight upgrading hiccup
It is listed as installed, because it is in MODULE_ADMIN_DASHBOARD_INSTALLED in the configuration table.
See https://github.com/CE-PhoenixCart/Phoen ... rd.php#L18
You can edit that entry in the configuration table to remove d_partner_news.php; or whatever.
You can finish the uninstall by removing the entries from the configuration table with keys starting MODULE_ADMIN_DASHBOARD_PARTNER_NEWS_
There should be three of them. They're listed in the get_parameters function in the file.
See https://github.com/CE-PhoenixCart/Phoen ... rd.php#L18
You can edit that entry in the configuration table to remove d_partner_news.php; or whatever.
You can finish the uninstall by removing the entries from the configuration table with keys starting MODULE_ADMIN_DASHBOARD_PARTNER_NEWS_
There should be three of them. They're listed in the get_parameters function in the file.