Common Error Messages

From FiFormsWiki

Jump to: navigation, search

Here are some of the most common problems people run into, hopefully with a solution that will help you.

Fatal error: require_once() Failed opening required 'FiForms_global.inc.php'

If you get this error message, it means that the FiForms_includes directory is not in your PHP path. You'll need to set your PHP path in your php.ini file or in your webserver configuration.

Warning: Cannot modify header information - ...

Warning: Cannot modify header information - headers already sent by 
(output started at /var/www/FiForms/scripts/localconfig.php:2) in 
/var/www/FiForms/FiForms-includes/FiForms_BasicAuth.inc.php on line 
83  Warning: Cannot modify header information - headers already sent 
by (output started at /var/www/FiForms/scripts/localconfig.php:2) in 
/var/www/FiForms/FiForms-includes/FiForms_BasicAuth.inc.php on line 84

If you get this error message, it means something (possibly a module or configuration script) has started sending output to the browser when it shouldn't. The most common reason for this is having white space or blank line before or after the <?php ?> tags in localconfig.php or in one of the application-specific appconfig.php files.

Personal tools