itofficer16mm
Forum Replies Created
-
Thanks Joachim. In this case the access level in question is set up with synchronized role: Logged-in.
One obvious option would be for me just to write my own “logged in” or “not logged in” shortcodes.
I’m using 1.14.3.2, on WP 5.2.3.
I’m sorry, I’ve tried now on three entirely different hosting environments (different PHP versions, different HTTP server software, different OS), and seeing consistent results 🙁
Also just installed Query Monitor to see what queries are hitting the database, and nothing is being inserted in wp_posts or wp_postmeta. I’m seeing the query where acui_get_attachment_id_by_url() tries to find the attachment ID, but nothing previous to that inserting it.
Sorry for delay getting back to you – been totally overwhelmed with the paid work, and family health stuff.
No, I’ve not changed the uploads URL; the URL being passed to acui_get_attachment_id_by_url is of the form https://<domain>/wp-content/uploads/2019/09/<filename.csv>
I’m not seeing a wp_post or any wp_postmeta for the attachment – it’s like it’s being saved into wp_content/uploads but not saved as an attachment in the database.
Hi,
Thanks for that. I’m definitely able to delete media files generally on the site. Poking around a bit, it looks like acui_get_attachment_id_by_url() is returning nothing – haven’t dug into that further yet – and so acui_import_users() doesn’t have an attachment ID to delete.
Best wishes,
Richard