
Originally Posted by
mc12345678
Mind identifying under what server configuration this issue was found?
As to the lack of "display" of error logs, that is correct error logs are not displayed by a vanilla install of Zen Cart, though if they are being generated they can be made available in the admin by the plugin display logs or can be seen by ftp to the server and review of the logs folder. If they are not being generated, then recommend beginning a new thread as that issue is not pertinent to this plugin.
That is good to know. Thanks. Server information:
Apache Version: 2.4.37
PHP Version: 7.2.14
MySQL Version: 5.6.41
Architecture: x86_64
Operating System: linux
This is not only bug that needs to solve because this addon does not work at all. Second fatal bug is in additional_products_image.php on line 82. This line is wrong:
Code:
echo zen_draw_products_pull_down('products_id', 'size="10"', '', true, $_GET['products_filter'], true, true);
For some unknown reason there is extra parameters and that is why it does not render at all. It needs to be like this:
Code:
echo zen_draw_products_pull_down('products_id','',$_GET['products_filter']);
Here is reference for that:
https://www.zen-cart.com/docs/phpdoc...ucts_pull_down
Now I continue hard work and try to get my Zen Cart to work. This seems to be a part of normal workflow with Zen Cart. It is very buggy software... Anything does not work as expected. Good side is that it's easy to edit source code.
Bookmarks