Thanks is that override or override/static
disable cart features
-
ecartz
- Core Team
- Posts: 3084
- Joined: Tue Nov 05, 2019 6:02 pm
- Phoenix Version:
- Has thanked: 4 times
- Been thanked: 208 times
Re: disable cart features
This is telling you that the code is newer than the database. I.e. you did an update without the SQL changes. This could be a "Installtron broke" problem if they do the updates.
-
ecartz
- Core Team
- Posts: 3084
- Joined: Tue Nov 05, 2019 6:02 pm
- Phoenix Version:
- Has thanked: 4 times
- Been thanked: 208 times
Re: disable cart features
It goes the same place in override that it was in default, so templates/override/static/user.css
-
azpro
- Contributor
- Posts: 177
- Joined: Fri Nov 06, 2020 8:25 am
- Phoenix Version: v1.1.0.6
- Has thanked: 30 times
- Been thanked: 34 times
Re: disable cart features
You are missing table "importers" - which is part of an update. So you probably forgot to run some update sql .... see viewtopic.php?f=10&t=2725Table 'i10133067_hygb1.importers' doesn't exist
Re: disable cart features
is this the sql that is missing? Can I just run it now and I assume the best practice is to run any subsequent sql updates.azpro wrote: ↑Tue Sep 16, 2025 7:10 pmYou are missing table "importers" - which is part of an update. So you probably forgot to run some update sql .... see viewtopic.php?f=10&t=2725Table 'i10133067_hygb1.importers' doesn't exist
-
azpro
- Contributor
- Posts: 177
- Joined: Fri Nov 06, 2020 8:25 am
- Phoenix Version: v1.1.0.6
- Has thanked: 30 times
- Been thanked: 34 times
Re: disable cart features
You need to work your way through all the steps Gary lines out in the update instruction - but if you only missed the SQL - then yes - see this post for the SQL:
viewtopic.php?p=18813#p18813
viewtopic.php?p=18813#p18813
Re: disable cart features
Thanks azpro, ecartz and burt
I will try this this week and let you know.
Unfortunately azpro I do not know the failure point as the install has been managed by Installatron. I can see when it stopped working; but that is all.
Ron
I will try this this week and let you know.
Unfortunately azpro I do not know the failure point as the install has been managed by Installatron. I can see when it stopped working; but that is all.
Ron