Another newbie. I receive this error when trying to ’Execute’ the snippet after saving. I’ve got a menu that’s not working and I can’t figure out why. This is obviously my first time using MODx and would appreciate any help. I have very limited PHP knowledge, but the install and concept of MODx is fantastic! I already love it - even with the issues I’m having.
Warning: include_once(assets/snippets/wayfinder/wayfinder.inc.php) [function.include-once]: failed to open stream: No such file or directory in /home/enrique1/public_html/manager/includes/document.parser.class.inc.php(748) : eval()’d code on line 23
Warning: include_once() [function.include]: Failed opening ’assets/snippets/wayfinder/wayfinder.inc.php’ for inclusion (include_path=’/home/enrique1/public_html/manager/includes/’) in /home/enrique1/public_html/manager/includes/document.parser.class.inc.php(748) : eval()’d code on line 23
-
MODX Staff
- 10,725 Posts
It looks like you don’t have the wayfinder snippet’s supporting files installed properly; they should be in assets/snippets/wayfinder/. You might want to grab the latest version from the repository (that is compatible with whatever release of MODx you are using) and make sure to follow the install instructions provided there.