KissIT Image Thumbnailer

Compatibility with CE Phoenix v1.0.8.9 - KissIT Image Thumbnailer

Compatibility with CE Phoenix v1.0.8.9

by tessthepup » Sat Jan 08, 2022 12:10 pm

Good afternoon,

Is this addon compatible with 1.0.8.9 as I have installed it correctly but when installed I have lost all new products and featured products on the index page and all product_listings and everything on the product_info page
Attachments
Screenshot (61).png
Screenshot (60).png
tessthepup
VIP Member
VIP Member
Posts: 253
Joined: Mon Mar 01, 2021 5:55 pm
Contact:

Re: Compatibility with CE Phoenix v1.0.8.9

by raiwa » Sat Jan 08, 2022 12:47 pm

It is flagged for Phoenix 1.0.8.0. It may work for some higher version maybe up to 1.0.8.3, but no more.
Please see this post:
https://phoenixcart.org/forum/viewtopi ... =10&t=1010

However I already started to work on the update.
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
raiwa
PhoenixCart Developer
PhoenixCart Developer
Posts: 1212
Joined: Sat Dec 21, 2019 8:08 am
Contact:

Re: Compatibility with CE Phoenix v1.0.8.9

by tessthepup » Sat Jan 08, 2022 12:49 pm

raiwa wrote:It is flagged for Phoenix 1.0.8.0. It may work for some higher version maybe up to 1.0.8.3, but no more.
Please see this post:
https://phoenixcart.org/forum/viewtopi ... =10&t=1010

However I already started to work on the update.
Thank you

Any tips on removing?

I have uninstalled the content module and then removed all configuration entries in the databse however the pages are still blank?
tessthepup
VIP Member
VIP Member
Posts: 253
Joined: Mon Mar 01, 2021 5:55 pm
Contact:

Re: Compatibility with CE Phoenix v1.0.8.9

by raiwa » Sat Jan 08, 2022 1:04 pm

An uninstall script is included and you should have made a backup before installing- always :-)
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
raiwa
PhoenixCart Developer
PhoenixCart Developer
Posts: 1212
Joined: Sat Dec 21, 2019 8:08 am
Contact:

Re: Compatibility with CE Phoenix v1.0.8.9

by tessthepup » Sat Jan 08, 2022 1:06 pm

raiwa wrote:An uninstall script is included and you should have made a backup before installing- always :-)
The one time I dont make a backup through total stupidty

The uninstall script did not work (even though it said it had) thats why I had to search all tables in phpmyadmin to remove all entries.
tessthepup
VIP Member
VIP Member
Posts: 253
Joined: Mon Mar 01, 2021 5:55 pm
Contact:

Re: Compatibility with CE Phoenix v1.0.8.9

by raiwa » Sat Jan 08, 2022 1:17 pm

The only entry you need to remove is the one in the hooks table. And the Addons are flagged for a Phoenix version by purpose . If you are trying to use it for a higher version than flagged, it’s your risk.
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
raiwa
PhoenixCart Developer
PhoenixCart Developer
Posts: 1212
Joined: Sat Dec 21, 2019 8:08 am
Contact:

Re: Compatibility with CE Phoenix v1.0.8.9

by tessthepup » Sat Jan 08, 2022 1:31 pm

raiwa wrote:The only entry you need to remove is the one in the hooks table. And the Addons are flagged for a Phoenix version by purpose . If you are trying to use it for a higher version than flagged, it’s your risk.
I removed the hook and yes I know it's my risk :oops:

My error log is pointing towards the tep_image function although that looks stock phoenix so where else is the tep_image function changed after removing KissIT
[08-Jan-2022 13:17:08 Europe/London] PHP Fatal error: Uncaught Error: Call to undefined function tep_image() in /home/nuvitamins/public_html/includes/modules/content/index/templates/tpl_cm_i_featured_products.php:11
Stack trace:
#0 /home/nuvitamins/public_html/includes/modules/content/cm_template.php(14): include()
#1 /home/nuvitamins/public_html/includes/modules/content/index/cm_i_featured_products.php(93): include('/home/nuvitamin...')
#2 /home/nuvitamins/public_html/includes/system/versioned/1.0.7.9/osc_template.php(106): cm_i_featured_products->execute()
#3 /home/nuvitamins/public_html/templates/default/includes/pages/index.php(44): oscTemplate->getContent('index')
#4 /home/nuvitamins/public_html/index.php(17): require('/home/nuvitamin...')
#5 {main}
thrown in /home/nuvitamins/public_html/includes/modules/content/index/templates/tpl_cm_i_featured_products.php on line 11
tessthepup
VIP Member
VIP Member
Posts: 253
Joined: Mon Mar 01, 2021 5:55 pm
Contact:

Re: Compatibility with CE Phoenix v1.0.8.9

by tessthepup » Sat Jan 08, 2022 2:13 pm

I have gone through as much of the code as I can but do not understand why it is throwing the above error when it is clearly defned.

If there a mod made by KissIT that makes a change somewhere?
tessthepup
VIP Member
VIP Member
Posts: 253
Joined: Mon Mar 01, 2021 5:55 pm
Contact:

Re: Compatibility with CE Phoenix v1.0.8.9

by raiwa » Sat Jan 08, 2022 2:24 pm

You have to recover the original core image hook. Sorry, I said remove the hook, but you have to revert the modification.

Code: Select all

INSERT INTO hooks (hooks_site, hooks_group, hooks_action, hooks_code, hooks_class, hooks_method) VALUES ('shop', 'system', 'startApplication', '_06_image', 'function_surface', 'image');
Be advised that I will not spent more time giving support for unsopported Phoenix versions of my addons. This thread will be closed now.
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
raiwa
PhoenixCart Developer
PhoenixCart Developer
Posts: 1212
Joined: Sat Dec 21, 2019 8:08 am
Contact: