Error Received when accessing form results
Permalink
Can anyone point me in the right direction with this?
An unexpected error occurred.
Non-static method Concrete\Block\Form\MiniSurvey::loadQuestions() should not be called statically, assuming $this from incompatible context
An unexpected error occurred.
Non-static method Concrete\Block\Form\MiniSurvey::loadQuestions() should not be called statically, assuming $this from incompatible context
Currently Running 5.7.5.9
What PHP version?
Also, try turning on debug in the dashboard - that should show you a full back trace and allow you to figure out which file is inducing this error.
Also, try turning on debug in the dashboard - that should show you a full back trace and allow you to figure out which file is inducing this error.
ea-php56
Note: concrete was upgraded to latest version.
5.6.32
OK, so it's not a really ancient version of PHP which can give that error.
You need to turn on debug output. GO to system and settings. Under Environment, click Debug Settings and make sure that "Show the debug error output" is set. Save, and then go to the page that's producing the error and paste a screen shot of the error that results.
You need to turn on debug output. GO to system and settings. Under Environment, click Debug Settings and make sure that "Show the debug error output" is set. Save, and then go to the page that's producing the error and paste a screen shot of the error that results.