Hello,
I am using Breezing Form v1.7.0. I creat a form with QuickForm and I have the following error:
"
Parse error: parse error in C:\wamp\www\my_site\components\com_facileforms\facileforms.process.php(1047) : eval()'d code on line 5"
But line 5 of this file is a comment. Here are the 10 first lines of this file:
| Code: |
<?php
/**
* FacileForms - A Mambo Forms Application
* @version 1.4.6
* @package FacileForms
* @copyright (C) 2004-2006 by Peter Koch
* @license Released under the terms of the GNU General Public License
**/
defined( '_JEXEC' ) or die( 'Direct Access to this location is not allowed.' );
global $mainframe;
|
Any idea ?
Thank you in advance for your help