my site was hacked and I had to re-install and upgrade to 2.6.5. Thanks to Andy Tough for his help on that
https://forums.modx.com/thread/104085/site-hacked-problem-restoring-database#dis-post-559830 I had to omit parts of the database during restore though to get it working without error.
Now my Wayfinder menu isn't working, there is an empty div where the menu is supposed to be. The relevant bits look to me just like they were before when it was working.
the template:
<!-- Menu Horizontal -->
<div>
[[Wayfinder? & startId=`0` &outerTpl=`outerTpl`]]
</div>
I've tried the snippet call cached and uncached
the chunk:
<!-- outerTpl -->
<ul class="menu"[[+wf.classes]]>
[[+wf.wrapper]]
</ul>
the resulting page source:
<!-- Menu Horizontal -->
<div>
</div>
Wayfinder is definitely installed and the snippet is present
Not sure if it's related, but I've turned on FURLs but they aren't working. My .htaccess file is present
Guess I've overlooked something in my restoration attempts, but what that something is has got me stumped
[ed. note: grogorio last edited this post 6 years, 7 months ago.]