Hi,
My site has started to create a few myDEBUG files and I have no idea how to fix it, (or actually what it means)
---
[12-Sep-2012 14:12:00] PHP Warning: explode() expects at most 3 parameters, 41 given in /home/mrsbarnes/public_html/salon-test/includes/modules/sideboxes/salontemplate/categories.php on line 31
[12-Sep-2012 14:12:00] PHP Warning: in_array() expects parameter 2 to be array, null given in /home/mrsbarnes/public_html/salon-test/includes/modules/sideboxes/salontemplate/categories.php on line 31
---
I have added code to this file and on line 31 this is the code
PHP Code:
if (!isset($ezpage_id) || !in_array($ezpage_id,explode(",",',2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35'))) {
part of a larger block shown below
PHP Code:
//BOF NO CAT SIDEBOX ON EZPAGES
if (!isset($ezpage_id) || !in_array($ezpage_id,explode(",",',2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35'))) {
require($template->get_template_dir('tpl_categories.php',DIR_WS_TEMPLATE, $current_page_base,'sideboxes'). '/tpl_categories.php');
$title = BOX_HEADING_CATEGORIES;
$title_link = false;
require($template->get_template_dir($column_box_default, DIR_WS_TEMPLATE, $current_page_base,'common') . '/' . $column_box_default);
}//EOF NO CAT SIDEBOX ON EZPAGES
any ideas on what I have done wrong and how I can fix it?
Thanks
Bookmarks