• pmcgrane

    (@pmcgrane)


    Scott:

    Just found and installed your plugin, got my keys from Eventbrite, entered my first two Eventbrite Event ID’s and hit the sync key…and got the following error:

    SQL failed; SQL: SELECT SQL_CALC_FOUND_ROWS DISTINCTt.*,p.idASpod_id,p.created,p.modifiedFROMwp_podASpINNER JOINwp_pod_tbl_eventbriteAStONt.id=p.tbl_row_idWHEREp.datatype= 1 AND (t.display_flag=1 ) ORDER BYt.name; Response: Unknown column 't.display_flag' in 'where clause'

    When I click Attendees I get the following error:

    SQL failed; SQL: SELECT SQL_CALC_FOUND_ROWS DISTINCTt.event_id,t.nameFROMwp_podASpINNER JOINwp_pod_tbl_eventbriteAStONt.id=p.tbl_row_idWHEREp.datatype= 1 AND (t.display_flag=1 ) ORDER BYt.name; Response: Unknown column 't.event_id' in 'field list'

    When I click Tickets I get the following error:

    SQL failed; SQL: SELECT SQL_CALC_FOUND_ROWS DISTINCTt.event_id,t.nameFROMwp_podASpINNER JOINwp_pod_tbl_eventbriteAStONt.id=p.tbl_row_idWHEREp.datatype= 1 AND (t.display_flag=1 ) ORDER BYt.name; Response: Unknown column 't.event_id' in 'field list'

    I added a display_flag field to the wp_pod_tbl_eventbrite table as an INT(1) and that cleared the first error, but was not sure about the second…and thought you should know these issues are happening.

    Please let me know what to do to get this up and running.

    Thanks,

    Paul

    https://www.ads-software.com/extend/plugins/eventbrite-for-pods/

  • The topic ‘[Plugin: Eventbrite for Pods] Seem to have issues with Installation SQL’ is closed to new replies.