I have a fresh install (PW 2.5.3) and wanted to try out this module (version 0.2.0, installed through ModulesManager), but I keep getting this error:
Error: Call to a member function of() on a non-object (line 101 of /Volumes/schijf/Users/eelke/Documents/Werk/Server/vida/site/modules/FieldtypePageTableExtended/InputfieldPageTableExtended.module)
This error message was shown because you are logged in as a Superuser. Error has been logged.
My configuration is really simple:
- Template "Slide"
- Field "title"
- Field "image" (single image field)
- Template "Home"
- Field "title"
- Field "slideshow" (PageTableExtended, set to select "Slide" templates)
- For testing purposes "Slideshow"'s Table fields has been set to just include the Title column
- No extra CSS / other templates location has been set
- A stand-alone page using Slide works fine
- When disabling the "Render Layout instead of table rows?" option everything works fine
This is the complete Slide template (no header/footer is added) :
<?=$page->title?><br>
<?=$page->image->url?>
(Expected behaviour here is of course not to see the image rendered, but to get the filename).