Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter tloechner

    (@tloechner)

    Yes, I’m aware of the native support – we’re trying to make things work in Azure, and unfortunately it’s been an uphill battle.

    Thank you very much for your time and help today! Much appreciated!

    Thread Starter tloechner

    (@tloechner)

    The above mentioned error happens when I select another page to display the calendar events on other than the default.

    I just made a new instance, didn’t add any content – I can create new events
    This error appears on the default events calendar page the plugin creates:

    WordPress database error: [42000 : [Microsoft][SQL Server Native Client 11.0][SQL Server]’SUBSTRING_INDEX’ is not a recognized built-in function name.]
    SELECT wp_posts.*, SUBSTRING_INDEX(wp_postmeta.meta_value, ‘|’, 1) AS event_occurrence_start_date, SUBSTRING_INDEX(wp_postmeta.meta_value, ‘|’, -1) AS event_occurrence_end_date FROM wp_posts INNER JOIN wp_postmeta ON (wp_posts.ID = wp_postmeta.post_id) WHERE 1=1 AND wp_posts.post_type LIKE ‘event’ AND ((wp_posts.post_status = ‘publish’)) AND (wp_postmeta.meta_key = N’_event_occurrence_date’ ) GROUP BY wp_postmeta.meta_id, wp_posts.ID ORDER BY wp_posts.post_date DESC

    Thread Starter tloechner

    (@tloechner)

    Warning: array_merge(): Argument #2 is not an array in D:\home\site\wwwroot\wp-content\plugins\events-maker\events-maker.php on line 143 Notice: Uninitialized string offset: 0 in D:\home\site\wwwroot\wp-content\plugins\events-maker\includes\class-widgets.php on line 754 Notice: Uninitialized string offset: 0 in D:\home\site\wwwroot\wp-content\plugins\events-maker\includes\class-widgets.php on line 755 Notice: Uninitialized string offset: 0 in D:\home\site\wwwroot\wp-content\plugins\events-maker\includes\class-widgets.php on line 760 Fatal error: Cannot use string offset as an array in D:\home\site\wwwroot\wp-content\plugins\events-maker\includes\class-widgets.php on line 760

Viewing 3 replies - 1 through 3 (of 3 total)