Having this error

ERROR @ /home/wemysswe/public_html/core/src/Revolution/modParser.php : 509) Could not find snippet with name base_url.

Probably somewhere on your site you use [[base_url]] instead of [[++base_url]].

1 Like

Thanks, changed it to [[++site-url]].
It was in a chunk.
So I have this code base href="[[!++site_url]]" in the head so relative urls are treated as absolute urls.
Like this link rel="stylesheet" href="assets/css/index.css"