[Plugin] Advanced form

Third Party Plugins to CMSimple - how to install, use and create plugins

Moderator: Tata

Post Reply
Chris
Posts: 3
Joined: Wed Oct 15, 2008 12:07 pm

[Plugin] Advanced form

Post by Chris » Wed Oct 15, 2008 2:36 pm

Hi,

I have a problem with the advanced form plugin. When I'm configuring a new form, and more particularly the properties of a field, the popup which allow to configure the field (number max of characters...) displays this message :

Notice: Undefined index: lang in C:\Program Files\EasyPHP 2.0b1\www\plugins\advancedform\properties.php(1) : eval()'d code(3) : eval()'d code on line 15

properties.php is protected, so I don't make any change in this file. I have also tried to not display notice error but all is void. I don't find solution, can you help me please ? Thank you by advance.

Baudoux Christophe

Chris
Posts: 3
Joined: Wed Oct 15, 2008 12:07 pm

Re: [Plugin] Advanced form

Post by Chris » Wed Oct 29, 2008 11:57 am

Nobody to help me ?

Holger
Site Admin
Posts: 3470
Joined: Mon May 19, 2008 7:10 pm
Location: Hessen, Germany

Re: [Plugin] Advanced form

Post by Holger » Wed Oct 29, 2008 1:02 pm

Chris wrote:I have also tried to not display notice error but all is void
Where did you tried that?
FAQ on EasyPHP.org wrote:[1.7] Which configuration differences between PHP the 1.6 and 1.7 version ?
1.6 :
register_globals : On
magic_quotes : On
reporting_errors : E_ALL | ~E_NOTICE
output_buffering = Off
1.7 :
register_globals : OFF (see why here)
magic_quotes : OFF
reporting_errors : E_ALL
output_buffering = 4096
Try to switch off reporting_errors in your php-configuration.

Holger

jerry
Posts: 177
Joined: Fri Jul 25, 2008 8:54 pm
Location: Denmark
Contact:

Re: [Plugin] Advanced form

Post by jerry » Mon Nov 10, 2008 10:32 pm

Hi Chris

I had the same problem when using EasyPHP. Try to move your form to your website and I believe it will work.
jerry
jerry/simplesolutions

Chris
Posts: 3
Joined: Wed Oct 15, 2008 12:07 pm

Re: [Plugin] Advanced form

Post by Chris » Mon Nov 17, 2008 12:31 pm

Thank you for your responses.

Holger, I have tried that but the problem remained.

Jerry, I have tried on linux with Xampp and the problem has disappeared, it was EasyPHP or Windows the source of the problem.

The problem is solved, thank you very much.

Post Reply