Hello,
I can’t seem to get this array box to stop showing. It only shows when on a category or product page. The array layout is from the category and product tabs in layout editor. 4.2.4
Thanks
Rick
hi Rick,
this array box means that somewhere in PHP or TPL fn_print_r function call is used - someone must leave it when debug on your site.
if you need our assistance with it, please provide temporary FTP access.
best regards,
WSA team
Open the app/functions/fn.common.php file and find the fn_print_r function there. Then add the following code to the end of the function:
if (!empty($_REQUEST['check'])) {
var_dump(debug_backtrace());
}
Then add the check=1 to the address bar to check PHP backtrace. E.g.
http://domain.com/product_url.html?check=1