Parser issue after update to 1.3.2
Hi, I just updated to the latest version 1.3.2, and now if I try to create a new record but happen to use a duplicate slug name, instead of bringing me to a page warning me of this and giving the option to change the slug, it now gives me a PHP error as follows:
Fatal error: Call to undefined method Fuel_dwoo_parser::set_delimiters() in /home/nrntest/site/public_html/fuel/modules/fuel/libraries/Fuel_parser.php on line 122
How can I fix this?
Many thanks
Rik
Comments
// The parsing engine to use for FUEL. Options are dwoo, ci and now 'twig'! $config['parser_engine'] = 'dwoo';