Closed rdieringer closed 7 months ago
Hi, can you please provide the full error output including the call stack so that I can see if and where in SLB's code this error message is coming from?
Please also update your original post to provide the details necessary to evaluate your issue further.
Also, it does not appear that your code has an active output buffer, so calling ob_get_clean()
will not contain any content for SLB to activate. See ob_get_clean()
documentation for more details.
Hi, are you still experiencing an issue with SLB? If so, please provide the requested details and I would be glad to take a look.
This ticket will be closed in 24 hours due to inactivity.
I decided to go in a different direction and use a different plugin for my galleries. Not quite the functionality I was hoping for but accomplishes the goal sufficiently. Rick Dieringer @.*** 513.621.2544
On Mar 27, 2024, at 3:36 PM, Archetyped @.***> wrote:
Hi, are you still experiencing an issue with SLB? If so, please provide the requested details and I would be glad to take a look.
This ticket will be closed in 24 hours due to inactivity.
— Reply to this email directly, view it on GitHub https://github.com/archetyped/simple-lightbox/issues/1056#issuecomment-2023817819, or unsubscribe https://github.com/notifications/unsubscribe-auth/BF4ABW62ELSWJXHJGGHLHDTY2MNSLAVCNFSM6AAAAABCZGI5POVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDAMRTHAYTOOBRHE. You are receiving this because you authored the thread.
Description of Problem
I'm running current versions of WP and Simple Lightbox. I have a custom template that dynamically targets a folder of images that I'm then trying to display through the plugin. The template relevant codes is:
where I get the folder name from the referring link. I get the following error: PHP Notice: Function wpdb::prepare was called incorrectly. The query does not contain the correct number of placeholders (4) for the number of arguments passed (2).
Details