formtools / core

The Form Tools Core.
https://formtools.org
207 stars 78 forks source link

http 500 Error #430

Open aalhadhoud opened 5 years ago

aalhadhoud commented 5 years ago

Hello, my form suddenly stopped working it says http 500 Error the admin page works fine but when I try open or publish a new form it says http 500 error https://abdullahfit.com/ftools/modules/form_builder/published/ptp.php

also I am getting this on the error_log

[29-Dec-2018 16:19:53 Etc/GMT] PHP Fatal error:  Uncaught  --> Smarty Compiler: Syntax error in template "eval:{{navigation}} {{error_message}} <form a..."  on line 1 "{{navigation}}" unknown tag "navigation" <-- 
  thrown in /home/abdullahfit/public_html/ftools/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatecompilerbase.php on line 1

from the form_builder

benkeen commented 5 years ago

Hi @aalhadhoud, did you edit your Form Builder templates? The navigation template is one of the various template types in a template set, used to display the navigation list. It looks like it either it doesn't exist, or it contains a syntax error. If you've edited it but can't see the error, maybe just post it here (if it's not sensitive) and we can take a look.