DS Error [Chronoforms_V4_RC3.5.2.2_J3.0]

Fengy 22 Dec, 2012
Hello guys!

Pls, see the attached imagem and, please, help me with this problem!
GreyHead 23 Dec, 2012
Hi Fengy,

There is no error, just a PHP Notice of a possible problem.

Please set Error Reporting to System Default of None in your site Global Configuration to hide this message and others like it.

If you prefer to change the code then you can replace this line
define('DS', DIRECTORY_SEPARATOR);
with
if ( !defined('DS') ) {
  define('DS', DIRECTORY_SEPARATOR);
}

Bob
Fengy 23 Dec, 2012
Hi GreyHead,

First, thankful for your attention.

After Make the code changes, the messages of errors dont appear more, but my form also.

Just displayed "Powered By ChronoForms - ChronoEngine.com", nothing anymore.

This version required a special configuration?
GreyHead 23 Dec, 2012
Hi Fengy,

Did the form show before? If not then please see this FAQ.

Bob
Fengy 23 Dec, 2012
Oh god!!


Man, I LOVE U so much.

😀

ty
ty
ty
ty
ty
This topic is locked and no more replies can be posted.