Slight upgrading hiccup

Open to all! Ask other shopowners for help.
Post Reply
User avatar
Portman
Contributor
Posts: 158
Joined: Mon Mar 08, 2021 1:04 am
Phoenix Version: v1.0.8.20
Has thanked: 29 times
Been thanked: 4 times

Slight upgrading hiccup

Post 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.
You do not have the required permissions to view the files attached to this post.


Join The Code Co-op to get access to your library in the Code Co-op Forum
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

Post 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.
User avatar
Portman
Contributor
Posts: 158
Joined: Mon Mar 08, 2021 1:04 am
Phoenix Version: v1.0.8.20
Has thanked: 29 times
Been thanked: 4 times

Re: Slight upgrading hiccup

Post by Portman »

thanks @ecartz...


Join The Code Co-op to get access to your library in the Code Co-op Forum
Post Reply