• I upgraded to WP 3.0 and also did the latest upgrade of the Events Calendar plugin.

    Now, new events cannot be posted in any way. Anytime you say Yes to the is this an event question, no matter how many or how few details you enter, trying to post returns a blank page.

    This started after upgrading to WP 3.0. It worked perfectly before. Please find a way to fix it. Thanks.

    https://www.ads-software.com/extend/plugins/the-events-calendar/

Viewing 2 replies - 16 through 17 (of 17 total)
  • put /* before if(… and put */ after STRING);

    So it will look like this

    /* if( is_string($_POST[$htmlElement]) ) $_POST[$htmlElement] = filter_var($_POST[$htmlElement], FILTER_SANITIZE_STRING); */

    This worked for me too!

    I was having the same problem as everyone else….upgraded to wp 3.0 and got a blank post.php screen whenever I tried to post an event. Normal posts went up fine but event posts would yield a white screen. After reading through the thread, I commented out what paulie suggested

    if( is_string($_POST[$htmlElement]) ) $_POST[$htmlElement] = filter_var($_POST[$htmlElement], FILTER_SANITIZE_STRING);

    in events-calendar-class.php using the plugin editor. Super easy and it worked! Thanks soo much. Didn’t even need to upgrade or downgrade.

Viewing 2 replies - 16 through 17 (of 17 total)
  • The topic ‘[Plugin: The Events Calendar] posting new events broken after upgrade to WP 3.0’ is closed to new replies.