Jump to content

FireWire

Members
  • Posts

    589
  • Joined

  • Last visited

  • Days Won

    41

Everything posted by FireWire

  1. Alright- I've done that but I still get an issue with "Fatal error: Uncaught Error: Call to undefined function wire()" when called inside a class. I'm stuck on that.
  2. I'm building a site that renders certain features using reusable classes. Unfortunately FileCompiler caches the files and my changes don't show up unless I clear the FileCompiler cache. On top of that, when I try to use the wire() function inside a class it throws a "Fatal error: Uncaught Error: Call to undefined function wire()". I've tried playing with ProcessWire namespacing, but have come up short. My files are structured as such: app.php - Is included in my templates and loads classes as they're called with spl_autoload_register. - classes/ExampleClass.class.php - Loaded by app.php Thanks!
  3. PW Version: 2.7.2 PageTable Version: 0.1.3 Settings: The proper parent page is selected (Tickets) where this is a General Admission ticket. Admin field type to display in admin: title Page behaviors are all set to 'Nothing' Thanks for the help!
  4. I am creating within the PageTable field and they are listed buy title. Can't get them to output on the front end either.
  5. I'm working on adding a page with ticket information via a PageTable however when I add a page it creates it as a child page but does not show up in the PageTable itself. I've tried several times, checked that the pages allow children, etc. I'm logged in as a superuser and should have no issues and have seen no warnings on why the information isn't saving. There are 4 PageTables on this page and none of them are taking new additions. Any insight?
  6. This is great. I am looking to find where in the page list it exists. I think that's possible with this plugin if I'm reading the documentation correctly.
  7. I'm wondering if it's possible for an Inputfield Dependency to get a value from an inputfield on another page. Example: In the Admin I want an interior page to check if it's in a page selector field on the home page. If it's selected in the page selector on the home page, show a field. I haven't seen anything that would allow this but I'm hoping it exists.
×
×
  • Create New...