Support

Home Forums Event Espresso Premium kses.php ?

kses.php ?

Posted: December 6, 2012 at 9:21 am


rmattis

December 6, 2012 at 9:21 am

Hi,
Just installed 3.1.29.P.
It functions fine, but at the bottom of the event’s Payment Overview page this message appears:

Warning: Missing argument 2 for wp_kses(), called in /home/newyork/public_html/wp-content/plugins/event-espresso/includes/functions/email.php on line 108 and defined in /home/newyork/public_html/wp-includes/kses.php on line 550

See by using test event: http://newyork.sla.org/events-2/event-registration/?ee=64

An incompatibility with the theme, maybe?

Thanks,

Stan


Josh

  • Support Staff

December 6, 2012 at 9:46 am

Hi there,

It’s not a theme issue. It’s a known issue that we need to fix. The error should not display unless error_display is set to ON. Do you have error-display or wp-debug turned on?

You can turn off wp-debug by editing the wp-config.php file by setting WP_DEBUG to false:

http://codex.wordpress.org/Editing_wp-config.php#Debug

If error reporting is set to on, you can change the setting to off by editing the PHP ini file.

http://php.net/manual/en/errorfunc.configuration.php#ini.display-errors

It may also be possible to set this to off in the wp-config.php file by placing this code above any require_once or include commands:

@ini_set('display_errors','Off');

http://codex.wordpress.org/Editing_wp-config.php#Configure_Error_Log


rmattis

December 6, 2012 at 10:47 am

Thanks Josh,
Sorry, didn’t see the earlier post on this until after I’d posted.
My WP_DEBUG was already set to false.
I’m not finding the php.ini file. Thinking it must live in a root directory where I’m not credentialed. I’ll delegate up.
Best,
Stan


Josh

  • Support Staff

December 6, 2012 at 12:20 pm

Hi Stan,

It may also be possible to set this to off in the wp-config.php file by placing this code above any require_once or include commands:

@ini_set('display_errors','Off');

http://codex.wordpress.org/Editing_wp-config.php#Configure_Error_Log

The support post ‘kses.php ?’ is closed to new replies.

Have a question about this support post? Create a new support post in our support forums and include a link to this existing support post so we can help you.

Event Espresso