Fatal error: Class 'SystemCaptchaLibrary' not found
Permalink 1 user found helpfulI don't know what went wrong, I suspect installation of a package did that but don't know which one, and now I have the following error every time I click on Edit to uninstall any package:
Fatal error: Class 'SystemCaptchaLibrary' not found in /MY_SITE/concrete/core/models/package.php on line 281
and also my contact form now gives me this error:
Fatal error: Class 'SystemCaptchaLibrary' not found in /MY_SITE/concrete/core/helpers/validation/captcha.php on line 9
anyone have any clue how to fix this? Is there any way to uninstall packages manually? I can't find any of them anywhere (unless they always stay in the Packages folder even after installation). But even after deleting the package from the Packages folder I still have it shown as installed and the errors don't go away.
I've also cleared Cache and removed the Concrete folder and replaced it with a new one - no change.
Will really appreciate it. Thank you.
Fatal error: Class 'SystemCaptchaLibrary' not found in /MY_SITE/concrete/core/models/package.php on line 281
and nothing can fix the site except for a complete reinstall from scratch.
This time I installed a Print Page package. What's it to do with Captcha? Why's Captcha get broken?
Is the ver. 5.6.* broken? Is there any way to fix the problem? Any way to uninstall already installed packages? Because there's just no way they can be uninstalled due to the error.
Thank you.
Please help.
/models/system/captcha/library.php
or something similar?
Best Wishes,
Mike
I am having a similar problem with the following error message.
Fatal error: Class 'SecurimageSystemCaptchaTypeController' not found in /public_html/updates/concrete5.6.1.2_updater/concrete/core/models/system/captcha/library.php on line 129
Any help would be appreciated.
Do you know of any other way to adjust the captcha? I know I can change the core file, but I prefer not too.
I had previously found instructions on this forum on how to change the size. Basically they stated to copy the folder concrete\core\models\system\captcha\types\securimage\controller.php file and add it to the root model location and make the changes in that file. In addition, it stated to copy the folder /concrete/libraries/3rdparty/securimage/securimage.php to /libraries root directory and also make the changes there.
SystemCaptchaLibrary
in ver. 5.6.* the classes are now called
Concrete5_Model_SystemCaptchaLibrary
and I don't understand why the Captcha suddenly stopped working because I have not touched the system files at all!