
Originally Posted by
lat9
The "stock" version of /YOUR_ADMIN/categories.php has only 1032 lines, so I can't answer the first question without seeing what's 'around' that line in your version.
While it's a harmless message, my concern is that these "harmless" reports will make people complacent about seeing debug-log files such that they ignore an "important" report.
I think it is the same line of code. QuickQuantityUpdate referenced in the other thread adds a few lines toward the top which probably caused the lines to shift down that much.
/admin/categories.php
Code:
// Split Page LINE 1038
if ($products_query_numrows > 0) {
if (empty($pInfo->products_id)) {
$pInfo->products_id= $pID;
}
?>
<td class="smallText" align="center"><?php echo $products_split->display_count($products_query_numrows, MAX_DISPLAY_RESULTS_CATEGORIES, $_GET['page'], TEXT_DISPLAY_NUMBER_OF_PRODUCTS) . '<br>' . $products_split->display_links($products_query_numrows, MAX_DISPLAY_RESULTS_CATEGORIES, MAX_DISPLAY_PAGE_LINKS, $_GET['page'], zen_get_all_get_params(array('page', 'info', 'x', 'y', 'pID')) ); ?></td>
<?php
}
// Split Page LINE 1048
Yes, I agree since I have started ignoring/deleting the myDebug files since most have been "Ignore them". I thought that I was being helpful in reporting the logs but it doesn't appear helpful at all. PayPal and this one are most frequent. There's really no dedicated area in the forum for questions related to myDebug, the questions tend to get sprinkled around.