-2

Modx generate error in log. How to find original snippet in modx administation panel?

[2019-01-18 13:30:25] (ERROR @ ../site/core/cache/includes/elements/modsnippet/105.include.cache.php : 26) PHP warning: Invalid argument supplied for foreach()

Sfili_81
  • 2,377
  • 8
  • 27
  • 36
Alex Pen
  • 13
  • 5

1 Answers1

0

modsnippet/105.include.cache.php : 26

This is the key - please open snippet with ID=105 and find row № 26

In other words you need /manager/?a=element/snippet/update&id=105

Anton Tarasov
  • 534
  • 1
  • 7
  • 16