/admin/stats_customers.php
Gives:
Uncaught Error: Undefined class constant 'TABLE_ALIASES' in /admin/includes/actions/stats_customers/views/default.php
Noticed that TABLE_ALIASES is defined in:
/includes/system/versioned/1.0.5.1/customer_query.php
but not in:
/includes/system/versioned/1.01.00.00/customer_query.php
Maybe irrelevant?
The product info gallery content module produces the following error:
Warning: Undefined variable $active_image in C:\laragon\www\xxxxxxxxxxxxincludes\modules\content\product_info\templates\tpl_cm_pi_gallery.php on line 3
The main module only retrieves the main product image meanwhile the template outputs the carrousel with all images.
It seems there is a mix up between gallery, gallery_image, main and template code.
Last edited by raiwa on Fri Mar 07, 2025 9:47 am, edited 1 time in total.
'desc' => 'What background and foreground colour should the Navbar have? See <a target="_blank" rel="noreferrer" href="https://getbootstrap.com/docs/4.6/utilities/colors/#background-color"><u>colors/#background-color</u></a> and <a target="_blank" rel="noreferrer" href="https://getbootstrap.com/docs/4.6/components/navbar/#color-schemes"><u>navbar/#color-schemes</u></a>',
raiwa wrote: ↑Fri Mar 07, 2025 8:38 am
The product info gallery content module produces the following error:
Warning: Undefined variable $active_image in C:\laragon\www\xxxxxxxxxxxxincludes\modules\content\product_info\templates\tpl_cm_pi_gallery.php on line 3
The main module only retrieves the main product image meanwhile the template outputs the carrousel with all images.
It seems there is a mix up between gallery, gallery_image, main and template code.
'desc' => 'What background and foreground colour should the Navbar have? See <a target="_blank" rel="noreferrer" href="https://getbootstrap.com/docs/4.6/utilities/colors/#background-color"><u>colors/#background-color</u></a> and <a target="_blank" rel="noreferrer" href="https://getbootstrap.com/docs/4.6/components/navbar/#color-schemes"><u>navbar/#color-schemes</u></a>',