• When I activate the plugin I get this?

    Warning: mysql_result() [function.mysql-result]: Unable to jump to row 0 on MySQL result index 96 in /wp-content/plugins/event-calendar-scheduler/codebase/dhtmlxSchedulerConfigurator.php on line 49

    Warning: mysql_result() [function.mysql-result]: Unable to jump to row 0 on MySQL result index 101 in /wp-content/plugins/event-calendar-scheduler/codebase/dhtmlxSchedulerConfigurator.php on line 147

    I have wp 3.4

    http://wordpress.org/extend/plugins/event-calendar-scheduler/

Viewing 5 replies - 1 through 5 (of 5 total)
  • Jeroen

    (@jeroenonstenk)

    Same here…

    Same problem here!

    plugin says : Compatible up to: 3.3.2
    might be this reason
    make sure your wp version is compatible with this plugin

    Hi, everybody.
    I have resolved this problem.
    In file scheduler.php change
    (369 string) function set_default_options() to next:
    function set_default_options() {
    global $config;
    add_option(‘scheduler_php’);
    add_option(‘scheduler_xml’, $config->default_xml);
    add_option(‘scheduler_php_version’, 0);
    add_option(‘scheduler_xml_version’, 1);
    add_option(‘scheduler_num’, 5);
    add_option(‘scheduler_url’);
    add_option(‘scheduler_stable_config’, $config->default_xml);

    }
    That’s it.

    I am actually getting dialog boxes on every action I try to perform, whether logged in or not. On load “The page at XXXXXXX.com says….” on event added “The page at XXXXXXX.com says….”

    Is there some sort of debug code that I’m not seeing or is this a common glitch?

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘[Plugin: Event Calendar / Scheduler] Error on activation’ is closed to new replies.