AJAX Attribute Manager

New install on 1.0.8.8- Warnings - AJAX Attribute Manager

New install on 1.0.8.8- Warnings

by zeeshop » Wed Dec 01, 2021 7:36 pm

Hi,

I have installed on version 1.0.8.8 and received the below warning when trying to save the product.

Code: Select all

Warning: include_once(attributeManager/includes/attributeManagerUpdateAtomic.inc.php): failed to open stream: No such file or directory in /homepages/31/d********/htdocs/Z********/includes/hooks/admin/catalog/ajaxAttribManager.php on line 22

Warning: include_once(): Failed opening 'attributeManager/includes/attributeManagerUpdateAtomic.inc.php' for inclusion (include_path='.:/usr/lib/php7.4') in /homepages/31/d********/htdocs/Z********/includes/hooks/admin/catalog/ajaxAttribManager.php on line 22

Warning: Cannot modify header information - headers already sent by (output started at /homepages/31/d********/htdocs/Z********/includes/hooks/admin/catalog/ajaxAttribManager.php:22) in /homepages/31/d********/htdocs/Z********/includes/system/versioned/1.0.8.5/href.php on line 168
Line 22 reads as below:
include_once('attributeManager/includes/attributeManagerUpdateAtomic.inc.php');
I assume it is compatible with phoenix newer versions.
Any suggestion to fix the above, please.

Thanks
zeeshop
Posts: 78
Joined: Sun Jan 10, 2021 11:30 pm
Contact:

Re: New install on 1.0.8.8- Warnings

by raiwa » Wed Dec 01, 2021 7:59 pm

Please delete the complete function:

Code: Select all

    function listen_updateProductAction() {
      
      include_once('attributeManager/includes/attributeManagerUpdateAtomic.inc.php'); 

    }
That file is not in use any more and has been removed.
I just forgot to delete this in the hook.
I'll upload tomorrow a new package with this fix.
Thank you for the report.
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: New install on 1.0.8.8- Warnings

by raiwa » Thu Dec 02, 2021 8:27 am

3.4.1 Update uploaded with the above fix.
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: