Exception Caught by FacileForms Error
I am trying to get a form working, but keep getting this error:
*** EXCEPTION CAUGHT BY FACILEFORMS ***
PHP error level : E_WARNING
PHP filename : /home/*****/public_html/*****/plugins/system/zend/Zend/Loader.php
PHP linenumber : 146
Error message : include_once(Zend/Json/Exceptions.php) [function.include-once]: failed to open stream: No such file or directory
*** EXCEPTION CAUGHT BY FACILEFORMS ***
PHP error level : E_WARNING
PHP filename : /home/*****/public_html/*****/plugins/system/zend/Zend/Loader.php
PHP linenumber : 146
Error message : include_once(Zend/Json/Exceptions.php) [function.include-once]: failed to open stream: No such file or directory
This exception is a warning for coding standards in PHP and can be safely disabled in your php.ini file. Please change the error reporting in the php.ini to:
error_reporting = E_ALL & ~E_NOTICE & ~E_DEPRECATED
The actual value in your php.ini should be used only for sites in development and not for production sites.
![]() |
Was this helpful?
Yes
No
Print
Pdf
|

