Jump to content

Search the Community

Showing results for tags 'repeaterb'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • Welcome to ProcessWire
    • News & Announcements
    • Showcase
    • Wishlist & Roadmap
  • Community Support
    • Getting Started
    • Tutorials
    • FAQs
    • General Support
    • API & Templates
    • Modules/Plugins
    • Themes and Profiles
    • Multi-Language Support
    • Security
    • Jobs
  • Off Topic
    • Pub
    • Dev Talk

Product Groups

  • Form Builder
  • ProFields
  • ProCache
  • ProMailer
  • Login Register Pro
  • ProDrafts
  • ListerPro
  • ProDevTools
  • Likes
  • Custom Development

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


AIM


MSN


Website URL


ICQ


Yahoo


Jabber


Skype


Location


Interests

Found 1 result

  1. I have the exact same code on two pages, however I get this error when the bootstrapped page tries to create the repeaters for a page. Error: Uncaught exception 'WireException' with message 'Can't save page 0: /1385807809-24-1/: It has no parent assigned' Here is the code in the loop used on both pages to create the repeaters: $item = $p->booking_items->getNew(); $item->booking_item = $id; // calculate total item cost, based on postcode $item->booking_item_cost = $row['item'.$x.'cost']; // always just 1 for checkbox items $item->booking_qty = $qty; Is this a possible bug with boostrapping? I'm stumped as to why it's not working when strapped. [Edit] Looks like there was an issue with repeaters in the trash, after I emptied the trash the script worked.
×
×
  • Create New...