Maybe MODULE_CONTENT_CU_INSTALLED could be added to the update script to avoid the error message in all scenarios/cases.
1.0.9.5 Questions / Comments / Concerns
-
raiwa
- Certified Developer
- Posts: 1640
- Joined: Sat Dec 21, 2019 8:08 am
- Phoenix Version: 1.1.0.6
- : Buy Me A Beverage
- Has thanked: 70 times
- Been thanked: 152 times
Re: 1.0.9.5 Questions / Comments / Concerns
Public Phoenix Change Log Cheat Set on Google Sheets
https://docs.google.com/spreadsheets/d/ ... sp=sharing
Need Help?viewtopic.php?f=10&t=27
https://docs.google.com/spreadsheets/d/ ... sp=sharing
Need Help?viewtopic.php?f=10&t=27
Tags:
-
raiwa
- Certified Developer
- Posts: 1640
- Joined: Sat Dec 21, 2019 8:08 am
- Phoenix Version: 1.1.0.6
- : Buy Me A Beverage
- Has thanked: 70 times
- Been thanked: 152 times
Re: 1.0.9.5 Questions / Comments / Concerns
I temporary removed it from the language file and went through all Admin -> Configuration pages. No error displayed or logged-> ergo it is not in use?burt wrote: ↑Tue Aug 06, 2024 4:17 pmI believe this is used in Admin area.raiwa wrote: ↑Tue Aug 06, 2024 2:54 pm In: admin\includes\languages\english\configuration.php line 13 has been added:But it seems not to be used anywhere,Code: Select all
const HEADING_TITLE = 'Configuration';
Searched in the main file and all actions.
Just checked for admin/invoice.php: same here and maybe in other pages where it has been added?
I know it doesn't make harm, except the extra job for language maintainers
Public Phoenix Change Log Cheat Set on Google Sheets
https://docs.google.com/spreadsheets/d/ ... sp=sharing
Need Help?viewtopic.php?f=10&t=27
https://docs.google.com/spreadsheets/d/ ... sp=sharing
Need Help?viewtopic.php?f=10&t=27
- burt
- Core Team
- Posts: 4546
- Joined: Tue Oct 29, 2019 9:37 am
- Phoenix Version: v1.1.0.8
- : Buy Me A Beverage
- Has thanked: 252 times
- Been thanked: 412 times
Re: 1.0.9.5 Questions / Comments / Concerns
https://github.com/CE-PhoenixCart/Phoen ... 473698e8c0
Follow the code;
https://github.com/CE-PhoenixCart/Phoen ... 357a18eec8
Follow the code;
https://github.com/CE-PhoenixCart/Phoen ... 357a18eec8
I am not here to build for you.
I am here to build with you. Let's help each other.
I am here to build with you. Let's help each other.
- Pierre_P
- Contributor
- Posts: 144
- Joined: Fri Mar 12, 2021 5:06 am
- Phoenix Version: v1.1.0.6
- Has thanked: 21 times
- Been thanked: 11 times
Re: 1.0.9.5 Questions / Comments / Concerns
In the admin for store logo we have code
This '%_LOGO will be problematic for other addons like pdf invoices, pdf packingslip or similar where we defined a LOGO in configuration
Code: Select all
$logo_query = $GLOBALS['db']->query("SELECT * FROM configuration WHERE configuration_key LIKE '%_LOGO' ORDER BY sort_order");- burt
- Core Team
- Posts: 4546
- Joined: Tue Oct 29, 2019 9:37 am
- Phoenix Version: v1.1.0.8
- : Buy Me A Beverage
- Has thanked: 252 times
- Been thanked: 412 times
Re: 1.0.9.5 Questions / Comments / Concerns
Simple answer: change the addon code "LOGO" const and code.Pierre_P wrote: ↑Thu Aug 08, 2024 5:57 am In the admin for store logo we have codeThis '%_LOGO will be problematic for other addons like pdf invoices, pdf packingslip or similar where we defined a LOGO in configurationCode: Select all
$logo_query = $GLOBALS['db']->query("SELECT * FROM configuration WHERE configuration_key LIKE '%_LOGO' ORDER BY sort_order");
Other answer: integrate these other addons into the admin/store_logo page.
I am not here to build for you.
I am here to build with you. Let's help each other.
I am here to build with you. Let's help each other.
-
frankl
- Builder
- Posts: 159
- Joined: Tue Feb 23, 2021 8:39 pm
- Phoenix Version: v1.1.0.4
- Has thanked: 17 times
- Been thanked: 25 times
Re: Roadmap to 1.0.9.7
I don't think we need these in the orders table any more. Nobody would use these, surely?
`cc_type` varchar(20) COLLATE utf8_unicode_ci DEFAULT NULL,
`cc_owner` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
`cc_number` varchar(32) COLLATE utf8_unicode_ci DEFAULT NULL,
`cc_expires` varchar(4) COLLATE utf8_unicode_ci DEFAULT NULL,
or
`orders_date_finished` datetime,
`cc_type` varchar(20) COLLATE utf8_unicode_ci DEFAULT NULL,
`cc_owner` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
`cc_number` varchar(32) COLLATE utf8_unicode_ci DEFAULT NULL,
`cc_expires` varchar(4) COLLATE utf8_unicode_ci DEFAULT NULL,
or
`orders_date_finished` datetime,
Check out my addons - app.php/addons/author/frankl/contributions
- burt
- Core Team
- Posts: 4546
- Joined: Tue Oct 29, 2019 9:37 am
- Phoenix Version: v1.1.0.8
- : Buy Me A Beverage
- Has thanked: 252 times
- Been thanked: 412 times
Re: Roadmap to 1.0.9.7
This has been brought up previously, but I cannot remember why no action was taken to remove these from the DB,frankl wrote: ↑Tue Aug 13, 2024 10:47 pm I don't think we need these in the orders table any more. Nobody would use these, surely?
`cc_type` varchar(20) COLLATE utf8_unicode_ci DEFAULT NULL,
`cc_owner` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
`cc_number` varchar(32) COLLATE utf8_unicode_ci DEFAULT NULL,
`cc_expires` varchar(4) COLLATE utf8_unicode_ci DEFAULT NULL,
or
`orders_date_finished` datetime,
I am not here to build for you.
I am here to build with you. Let's help each other.
I am here to build with you. Let's help each other.
-
raiwa
- Certified Developer
- Posts: 1640
- Joined: Sat Dec 21, 2019 8:08 am
- Phoenix Version: 1.1.0.6
- : Buy Me A Beverage
- Has thanked: 70 times
- Been thanked: 152 times
Re: 1.0.9.5 Questions / Comments / Concerns
Another thing to remove is the cache configuration setting.
Public Phoenix Change Log Cheat Set on Google Sheets
https://docs.google.com/spreadsheets/d/ ... sp=sharing
Need Help?viewtopic.php?f=10&t=27
https://docs.google.com/spreadsheets/d/ ... sp=sharing
Need Help?viewtopic.php?f=10&t=27
- Pierre_P
- Contributor
- Posts: 144
- Joined: Fri Mar 12, 2021 5:06 am
- Phoenix Version: v1.1.0.6
- Has thanked: 21 times
- Been thanked: 11 times
Re: 1.0.9.5 Questions / Comments / Concerns
I am a bit struggling on a new install and the same issue with updating my existing site to 1.0.9.5
In admin modules content removing all the product_info modules then re adding them does not go to plan, example i will add the buy now button but does not show up on the product page.
I have selected the product_info from the drop down selection to install the modules for the product page.
Even with removing it from pi layout as well this same is happening.
In admin it shows each module for product_info unique sort order and that it is installed.
I have tested this and confirmed on a new install that the same is happening with my updated site.
Anyone can confirm this as well?
In admin modules content removing all the product_info modules then re adding them does not go to plan, example i will add the buy now button but does not show up on the product page.
I have selected the product_info from the drop down selection to install the modules for the product page.
Even with removing it from pi layout as well this same is happening.
In admin it shows each module for product_info unique sort order and that it is installed.
I have tested this and confirmed on a new install that the same is happening with my updated site.
Anyone can confirm this as well?
-
heatherbell
- Senior Contributor
- Posts: 2540
- Joined: Mon Oct 07, 2019 4:39 am
- Phoenix Version:
- Has thanked: 35 times
- Been thanked: 243 times
Re: 1.0.9.5 Questions / Comments / Concerns
Just tested.
For example, Admin>Modules>Content - Install Module.
They show as installed after installation on the admin page but do not show on the product_info page in the store.
However, they work if you uninstall/re-install the π Modular product_info module.
Don't know why. It is unexpected behaviour but think it not something new.