Login
Please enter your email address and password to login to the help desk.
(leave blank if you forgot your password)
   Save my login information
 

IMPORTANT NOTE:

DUE TO STUCTURAL CHANGES, THE TICKET SYSTEM IS NO LONGER ACCEPTING TICKETS. IF YOU ARE A PAYING SUBSCRIBER, PLEASE LOGIN TO THE CROSSTEC SITE AND USE THE CLUB FORUMS. THE CLUB FORUMS CATEGORY WILL APPEAR RIGHT AFTER LOGIN IF YOU ARE A PAYING CUSTOMER:

>>> Click here to access the forums <<<

We will close the knowledgebase soon as well and move its contents into a new knowledgebase system.

Knowledge Base » BreezingForms » FAQ
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

 

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