Page 1 of 1

Slight upgrading hiccup

Posted: Tue Oct 05, 2021 4:18 am
by Portman
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...
dashboard.jpg
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.

Re: Slight upgrading hiccup

Posted: Tue Oct 05, 2021 5:51 am
by ecartz
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.

Re: Slight upgrading hiccup

Posted: Thu Oct 07, 2021 2:45 am
by Portman
thanks @ecartz...