I am using a simple Channel Forms example that was in the documentation.
{exp:channel:form channel="guests" return="/" }
<input name="title" type="text">
<input name="partner" type="text">
<input type="submit" value="Submit">
{/exp:channel:form}
and I am getting this Error
Fatal error: Class 'EllisLab\Addons\Spam\Service\Spam' not found in /***/system/ee/EllisLab/ExpressionEngine/app.setup.php on line 133
I have the Allow Guests Setting turned on and I’m using EE 3.1.0 core
Thanks in advance!
I am getting this same error.
Fatal error: Class ‘EllisLab\Addons\Spam\Service\Spam’ not found in /home/public/system/ee/EllisLab/ExpressionEngine/app.setup.php on line 133
In app.setup.php around 133, I have:
‘Spam’ => function($ee) { return new Spam(); },
I just updated to 3.1.2 core. So, I don’t have the module where I can disable it on the control panel. How may I disable it through tweeking the files so that I can still get comments?
Thank you.
Packet Tide owns and develops ExpressionEngine. © Packet Tide, All Rights Reserved.