Hi!
public_html/components/com_content/tmpl/categories/default_items.phpI want to see the contents of items.
I write var_dump($this->items); - I get an error "Error: Allowed memory size".
How do I find out what is contained in items?
P.S. Do not suggest increasing the amount of memory. This is not a solution to the issue.
P.S.S. print_r - also throws an error.
public_html/components/com_content/tmpl/categories/default_items.php
Code:
foreach ($this->items[$this->parent->id] as $id => $item) :
I write var_dump($this->items); - I get an error "Error: Allowed memory size".
How do I find out what is contained in items?
P.S. Do not suggest increasing the amount of memory. This is not a solution to the issue.
P.S.S. print_r - also throws an error.
Statistics: Posted by eLig — Sat Sep 28, 2024 7:12 pm