Okay
  Public Ticket #3848301
Query stopped working after latest release
Open

Comments

  •  1
    Kevin started the conversation

    Updated version this morning and main "next rehearsal" query stopped working.

    Very simple query:

    SELECT * FROM 74c_wpdatatable_30
    where year(starttime) = YEAR (CURDATE())
    AND WEEK(CURDATE()+1) = WEEK(starttime)

    Complete schedule is working:

    https://orchestrasociety.org/schedule/


  •  1
    Kevin replied

    I removed the +1 from the CURDATE and it works again.

    This had been working fine for months and months until I updated the plugin this morning.