Jump to content

Mats

Members
  • Posts

    355
  • Joined

  • Last visited

  • Days Won

    2

Posts posted by Mats

  1. I cant find any errors but the "Update #12: Initializing"  shows up in the system-updater log and in the SystemUpdaterModule every third second. 
    If bypass the update (skip to update 13) the published date is saved but the existing pages doesn't seem to get any published date set:

    From a another PW-site:
    Update #12: Completed!
    Update #12: Populated values to 'published' for 86 pages
    Update #12: Added 'published' column to pages table 
    Update #12: Initializing update

  2. I’m building a simple ticket booking system for our events. I’m considering two different solutions:

    The first approach is creating one page per ticket and a reference to a booking page with the contact info. This should be faster when checking for ticket availability by using $pages->count().

    The other one is a one page per booking with an integer field holding the ticket quantity. Downside is having to use $pages->find() but only having to create one page per booking with the API. 

    My biggest concern is listing the events and the ticket availability for each event, loading all bookings.

    At the most one event has 300 bookings.

    Any ideas are welcome.  

×
×
  • Create New...