Script management: parse error 1047 - Crosstec
Welcome, Guest
Please Login or Register.    Lost Password?

Script management: parse error 1047
(1 viewing) (1) Guest
Go to bottomPage: 1
TOPIC: Script management: parse error 1047
#14519
Script management: parse error 1047 1 Month, 4 Weeks ago Karma: 0
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
frlobe
Junior Boarder
Posts: 23
graphgraph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
#14785
Re: Script management: parse error 1047 1 Month, 2 Weeks ago Karma: 0
I have the same issue but am using version 1.7.0 and have built the form in Classic Mode. It's actually line 1047 that it is referring to:
Code:

$ret = eval($code);

but I've got no idea what it means. I've built many forms before and don't have this issue.

Thanks for any help offered.
lrawling
Fresh Boarder
Posts: 3
graphgraph
User Offline Click here to see the profile of this user
Last Edit: 2010/07/20 07:39 By lrawling.
The administrator has disabled public write access.
 
Go to topPage: 1
Moderators: , TheMuffinMan