You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I added 110+ categories and it won't let me add more.
It gives the following error and breaks the site.
**Warning: Invalid argument supplied for foreach() in C:\xampp\htdocs**\system\core\admin*admin.page.inc.php on line 169 foreach ($sed_cat as $i => $x) { if ($i != 'all') { $selected = ($i == $row['structure_tpl']) ? "selected=\"selected\"" : ''; $st_tpl .= "<option value=\"" . $i . "\" $selected> " . $x['tpath'] . "</option>"; } }
It does not accept adding default.tpl.
**Warning: array_key_exists() expects parameter 2 to be array, bool given in C:\xampp\htdocs**\system\core\list*list.inc.php on line 69 if (!array_key_exists($c, $sed_cat) && !($c == 'all')) { sed_die(); }
Where is the source of $sed_cat and where does it get the data from?
What do $sed_acc and $sed_catacc do?
It returns bool(false) is this true?
The text was updated successfully, but these errors were encountered:
I added 110+ categories and it won't let me add more.
It gives the following error and breaks the site.
**Warning: Invalid argument supplied for foreach() in C:\xampp\htdocs**\system\core\admin*admin.page.inc.php on line 169
foreach ($sed_cat as $i => $x) { if ($i != 'all') { $selected = ($i == $row['structure_tpl']) ? "selected=\"selected\"" : ''; $st_tpl .= "<option value=\"" . $i . "\" $selected> " . $x['tpath'] . "</option>"; } }
It does not accept adding default.tpl.
**Warning: array_key_exists() expects parameter 2 to be array, bool given in C:\xampp\htdocs**\system\core\list*list.inc.php on line 69
if (!array_key_exists($c, $sed_cat) && !($c == 'all')) { sed_die(); }
Where is the source of $sed_cat and where does it get the data from?
What do $sed_acc and $sed_catacc do?
It returns bool(false) is this true?
The text was updated successfully, but these errors were encountered: