Cotonti / Cotonti

Fast, reliable and flexible PHP CMF/CMS
https://www.cotonti.com
BSD 3-Clause "New" or "Revised" License
92 stars 51 forks source link

$structure & non-existing category #1758

Open seditio opened 6 months ago

seditio commented 6 months ago

{PHP.structure.page.somecat.title} throws error

`Warning: Trying to access array offset on value of type null in /var/www/test/system/functions.php on line 1568

Deprecated: mb_substr(): Passing null to parameter #1 ($string) of type string is deprecated in /var/www/test/system/functions.php on line 1568`

if somecat does not exist

Alex300 commented 5 months ago

Can't reproduce it. {PHP.structure.page.somecat.title} it is just call PHP variable in template. It should not call any functions. Please provide more info.