#2856 - Problem with Configuration Page After Installation
Regarding Mail Merge Reports, I tested the basic Version before purchasing the pro version, and it worked fine, I uninstalled the basic version and then I installed the pro version and when I navigate to the Configuration Page in the Administration Panel, the console is showing "index.php:1763 Uncaught SyntaxError: Unexpected token :" and everytime I save it I get "index.php?module=DHA_PlantillasDocumentos&action=Configuration:1433 Uncaught TypeError: SUGAR.saveTemplatesSettings is not a function at HTMLInputElement.onclick (index.php?module=DHA_PlantillasDocumentos&action=Configuration:1433)"
I cannot save the configuration page and the 'Enabled Modules' Multi-select is not appearing.
Any idea what could be causing that, I already did a Quick Repair and Rebuild.
7 years ago
The index.php:1763 error is occuring in the view.config.tpl file on line 237, here is a snippet of the code:
Line 237
The "Save" Error is occurring as apart of that same function.
7 years ago
Resolved the issue by changing this:
to this (just added quotes around the $csrf_form_token_input_id variable: