FickleLife
FickleLife
+1. My use case is a search/filter with several parameters being passed to a query. I have three different fields updating the variable at different times (textfield, filters, sorting) and...
+1 Would be amazing to have this.
I am also getting this error....
I am getting the same issue....
Thanks yurkobb - that's great. It seems to only go one level deep - not the whole tree, and I need it to go to 3 levels! I'll have a...
I've only done some very basic xPDO reading, writing and querying - but am learning. Having a look at your code though: $childAlbums = $modx->getCollection('galAlbum', array('parent' => $galleryId)); So it...
Thanks yurkobb it works well. I had to comment out this line $this->xpdo->log(xPDO::LOG_LEVEL_DEBUG, **FUNCTION**.' call. Args: '.implode(', ', func_get_args())); in the galAlbums class as I was getting an error and...
Great, -1 works in latest commit. The error I get is: Fatal error: func_get_args(): Can't be used as a function parameter in /home/clearcha/public_html/ccuk/core/components/gallery/model/gallery/galalbum.class.php on line 181
Just wondering if there's an "official" answer to @wemersonrv question?
I have the same error...