Eric Teubert
Forum Replies Created
-
My fault, I forgot to add the new file I added to the repository … quite embarrassing. Fixed in 1.4.1.
Hi Cris,
do you have access to your PHP error log? There must be an error breaking the script after printing the “before template” part. It would help me to figure out the bug.
Furthermore, could you please paste the shortcode you are using?
PHP 5.2 compatibility is restored now in version 1.4.
PHP 5.2 compatibility is restored now in version 1.4.
Hi Andrew,
Yes, these anonymous functions require PHP 5.3. I might consider to restore backward compatibility to PHP 5.2.x doing what you described. Unfortunately, nothing beats the elegance of anonymous functions in that use case ??
Are you sure the plugin is activated? Sometimes the activation fails. Please double-check the status in the plugins list.
I finally figured it out. There was a bug with the query parameter. And make sure to specify posts_per_page, like this:
[archivist query="post_parent=13&post_type=page&posts_per_page=-1"]
Sorry it took so long to solve it.
Try
[archivist query="post_parent=13&post_type=page"]
or[archivist query="tag=artists&post_type=page"]
Phew, I finally figured it out. I’ve been testing in Multisite-Environments only but it didn’t work in single blogs. I fixed that in 1.3.5 which should be available within minutes.
Thank you for your effort and enjoy the plugin ??
I changed the capability to see the admin page to something more generic. Version 1.3.4 should be available to download within a couple of minutes. Hope that solves your problem.
Please double-check if the plugin is actually activated. Everything you describe sounds like it’s not.
That’s strange. If the plugin works, you should see the admin link. But you might try to access the page directly:
https://www.yourdomain.com/wp-admin/options-general.php?page=archivist_options_handle
Hey, thanks for your help tracing the bug.
I just sent a new version (1.2.3) to the plugin repo. Should be available in a couple of minutes.
Sorry for the hassle :/