First I must say I love this template - clean and no nonsens css
Thanks numinix!!!
But:
I have a footer-problem on individual products page. It looks fine on mainpage but on productpage it shrinks: see https://yourownfont.com/index.php?ma...roducts_id=190
I replaced the split call with preg_split but it called a bunch of other errors:
Code:
[25-Oct-2020 08:10:21 UTC] Request URI: /index.php?main_page=index&cPath=65&sort=20a&page=3, IP address: 81.236.246.216
#1 preg_split() called at [/includes/templates/tableau2/sideboxes/tpl_categories.php:16]
#2 require(/includes/templates/tableau2/sideboxes/tpl_categories.php) called at [/includes/modules/sideboxes/categories.php:22]
#3 include(/includes/modules/sideboxes/categories.php) called at [/includes/modules/column_left.php:24]
#4 require(/includes/modules/column_left.php) called at [/includes/templates/tableau2/common/tpl_main_page.php:146]
#5 require(/includes/templates/tableau2/common/tpl_main_page.php) called at [/index.php:94]
--> PHP Warning: preg_split(): No ending delimiter '=' found in /includes/templates/tableau2/sideboxes/tpl_categories.php on line 16.
[25-Oct-2020 08:10:21 UTC] Request URI: /index.php?main_page=index&cPath=65&sort=20a&page=3, IP address: 81.236.246.216
#1 preg_split() called at [/includes/templates/tableau2/sideboxes/tpl_categories.php:17]
#2 require(/includes/templates/tableau2/sideboxes/tpl_categories.php) called at [/includes/modules/sideboxes/categories.php:22]
#3 include(/includes/modules/sideboxes/categories.php) called at [/includes/modules/column_left.php:24]
#4 require(/includes/modules/column_left.php) called at [/includes/templates/tableau2/common/tpl_main_page.php:146]
#5 require(/includes/templates/tableau2/common/tpl_main_page.php) called at [/index.php:94]
--> PHP Warning: preg_split(): No ending delimiter '_' found in /includes/templates/tableau2/sideboxes/tpl_categories.php on line 17.
[25-Oct-2020 08:10:21 UTC] Request URI: /index.php?main_page=index&cPath=65&sort=20a&page=3, IP address: 81.236.246.216
#1 array_pop() called at [/includes/templates/tableau2/sideboxes/tpl_categories.php:18]
#2 require(/includes/templates/tableau2/sideboxes/tpl_categories.php) called at [/includes/modules/sideboxes/categories.php:22]
#3 include(/includes/modules/sideboxes/categories.php) called at [/includes/modules/column_left.php:24]
#4 require(/includes/modules/column_left.php) called at [/includes/templates/tableau2/common/tpl_main_page.php:146]
#5 require(/includes/templates/tableau2/common/tpl_main_page.php) called at [/index.php:94]
--> PHP Warning: array_pop() expects parameter 1 to be array, bool given in /includes/templates/tableau2/sideboxes/tpl_categories.php on line 18.
I also get a bunch of warnings in logs with calls to undefined constant FILENAME_BEST_SELLERS - see below - anyway to fix this?
Code:
[25-Oct-2020 08:02:14 UTC] Request URI: /index.php?main_page=product_info&cPath=66&products_id=190, IP address: 81.236.246.216
#1 require(/includes/templates/tableau2/common/tpl_main_page.php) called at [/index.php:94]
--> PHP Warning: Use of undefined constant FILENAME_BEST_SELLERS - assumed 'FILENAME_BEST_SELLERS' (this will throw an Error in a future version of PHP) in /includes/templates/tableau2/common/tpl_main_page.php on line 47.
I would love to get this working so I can start with the real business :)
Bookmarks