Support » Plugin: WP Calendar » [Plugin: WP Calendar] New Event DB Error after 1.4 Upgrade

  • Resolved cheshuntrugby

    (@cheshuntrugby)


    I have just ran the upgrade to version 1.4 and cannot now add events.

    I get the following error:

    INSERT INTO 5pcw_fsevents (subject, tsfrom, tsto, allday, description, location, author, createdate, state, postid, updatedbypost) VALUES (‘Chingford 15\’s Tournament (U16)’, 1299456000, 1299460800, 0, ”, ”, 2, 1299455275, ‘draft’, NULL, 0)
    DB Error

    Happens with all new events

    Steve

Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Author faebu

    (@faebu)

    try to deactivate and re-activate the plug-in.

    Greg Rickaby

    (@gregrickaby)

    That worked for me.

    Jonathan

    (@ekstromjonathan)

    I got this message as well, to re-activate the plug-in did´nt worked for me… Any more ideas?

    “INSERT INTO wp_fihfihfihfsevents (subject, tsfrom, tsto, allday, description, location, author, createdate, state, postid, updatedbypost) VALUES (‘Subject’, 1300096800, 1300101600, 0, ”, ‘Location’, 1, 1300096575, ‘draft’, NULL, 0)
    DB Error”

    Jonathan

    (@ekstromjonathan)

    I also found this string:
    “Warning: call_user_func_array(): First argument is expected to be a valid callback, ‘wp_tiny_mce_preload_dialogs’ was given in /hsphere/local/home/SITE/wp-includes/plugin.php on line 395″

    Plugin Author faebu

    (@faebu)

    hi jonathan

    please check your database and try to insert this statement manuelly. is your tbl prefix really wp_fihfihfih?

    please post the structure of the fsevents table.

    Jonathan

    (@ekstromjonathan)

    Here is the code that prints a list of the calendar events:
    `<?php fse_print_events_list (
    array( ‘number’ => 0,
    ‘exclude’ => array(),
    ‘orderby’ => array(‘tsfrom’),
    ‘template’ => ‘<span class=”event_time”>{event_starttime; fmt=H:i; hideifallday=H:i}{event_endtime; fmt=” – H:i”; hideifallday=” – H:i”} {event_location}</span>
    <p>{event_subject}</p>’,
    ‘categories’ => ’22’
    )
    );?>`
    I do deactivate and reinstall the whole plugin, but no success…

    My prefix is wp_fihfihfih… Do you think that´s the problem?

    Thanks for an amazing plugin.

    Jonathan

    (@ekstromjonathan)

    What did you mean when you wrote “please post the structure of the fsevents table.”

    I´m still get the same message.. Do you have any other solutions?

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘[Plugin: WP Calendar] New Event DB Error after 1.4 Upgrade’ is closed to new replies.