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

CArts
 
CArts replied on at Permalink Reply
CArts
Currently Running 5.7.5.9
jero replied on at Permalink Reply
jero
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.
CArts replied on at Permalink Reply
CArts
ea-php56
CArts replied on at Permalink Reply
CArts
Note: concrete was upgraded to latest version.
CArts replied on at Permalink Reply
CArts
5.6.32
jero replied on at Permalink Reply
jero
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.