Jump to content

Search the Community

Showing results for tags '2.4 api'.

  • 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'm using the latest development version of Processwire with a simple template (see attached tplProduct.png). The only thing that is somehow more complicated is the Categorias field that is of type Page, with details "Single page (Page) or empty page (NullPage) when none selected" and the Input Field is of type PageListSelectMultiple. Now this is for a Product Catalog where I have the Categories on a branch of the tree and use them as a field in the Product page. I create this all using a script that does a CSV import and everything works fine here. When I try to make a change in the backoffice I get warning and in the end a fatal error :-( First: Notice: Trying to get property of non-object in /home/vagrant/public_html/mp/wire/core/Page.php on line 318 Second: Warning: Invalid argument supplied for foreach() in /home/vagrant/public_html/mp/wire/core/Page.php on line 318 Last: Fatal error: Maximum function nesting level of '100' reached, aborting! in /home/vagrant/public_html/mp/wire/core/Field.php on line 386 Could someone shed some light here? What stupid error is it that I'm doing, that I can't find out? Thanks Adelino
×
×
  • Create New...