Form submission not working
Permalink
I just noticed a problem with the forms on my website. When a form is submitted, the page tries to load for a while, and then it directs to "No data received. Unable to load the webpage because the server sent no data." If I refresh the page I get:
Fatal error: Uncaught exception 'Exception' with message 'Oops, something is wrong with the form you posted (it doesn't have a question set id).' in /home/cambrid8/public_html/updates/concrete5.4.2.1/concrete/blocks/form/controller.php:204 Stack trace: #0 /home/cambrid8/public_html/updates/concrete5.4.2.1/concrete/models/block.php(324): FormBlockController->action_submit_form() #1 /home/cambrid8/public_html/updates/concrete5.4.2.1/concrete/startup/process.php(267): Block->passThruBlock('submit_form') #2 /home/cambrid8/public_html/updates/concrete5.4.2.1/concrete/dispatcher.php(249): require('/home/cambrid8/...') #3 /home/cambrid8/public_html/concrete/startup/updated_core_check.php(6): require('/home/cambrid8/...') #4 /home/cambrid8/public_html/concrete/dispatcher.php(14): require('/home/cambrid8/...') #5 /home/cambrid8/public_html/index.php(2): require('/home/cambrid8/...') #6 {main} thrown in /home/cambrid8/public_html/updates/concrete5.4.2.1/concrete/blocks/form/controller.php on line 204
The forms did work before. Any suggestions?
Fatal error: Uncaught exception 'Exception' with message 'Oops, something is wrong with the form you posted (it doesn't have a question set id).' in /home/cambrid8/public_html/updates/concrete5.4.2.1/concrete/blocks/form/controller.php:204 Stack trace: #0 /home/cambrid8/public_html/updates/concrete5.4.2.1/concrete/models/block.php(324): FormBlockController->action_submit_form() #1 /home/cambrid8/public_html/updates/concrete5.4.2.1/concrete/startup/process.php(267): Block->passThruBlock('submit_form') #2 /home/cambrid8/public_html/updates/concrete5.4.2.1/concrete/dispatcher.php(249): require('/home/cambrid8/...') #3 /home/cambrid8/public_html/concrete/startup/updated_core_check.php(6): require('/home/cambrid8/...') #4 /home/cambrid8/public_html/concrete/dispatcher.php(14): require('/home/cambrid8/...') #5 /home/cambrid8/public_html/index.php(2): require('/home/cambrid8/...') #6 {main} thrown in /home/cambrid8/public_html/updates/concrete5.4.2.1/concrete/blocks/form/controller.php on line 204
The forms did work before. Any suggestions?