Hi
I get same issue on my side, any updates ? Did you find a way to solve it ?
Looks like on my side that it is coming from Gallery Custom Links extension ; when user is not connected to admin console (anonymous surf), then then gallery is not displayed and this kind of error is displayed in the apache log file
Thanks
@guillaum3 Sadly no, I just ended up uninstalling the plug-in and went looking for alternatives. Which is sad because I really enjoyed it when it worked.
I wish I’d gotten an answer from them, but I’m guessing they don’t actually support the plug-in anymore.
I did find the problem on my side
In my environment, worpdress is behind lemonldap (and we have a rule which asks for authentication any request having wp-admin keyword in the url.
The problem comes from the Gallery Custom Links, in the page source code i can see a call to “…./wp-admin/admin-ajax.php”
<div class="vc_grid-container [...] data-vc-request="https://www.xxx/wp-admin/admin-ajax.php" data-vc-post-id="180" data-vc-public-nonce="cb9f61cfdd">
So anonymous users can not see the image gallery. A form asking for password is displayed instead and the error is displayed in apache log
Solution on my side is to add a rule into lemonldap in order to unprotect https://www.xxx/wp-admin/admin-ajax.php url
could be a security issue …
Hope this can help… 😉
Hi @marthabechtel,
You can disable the logs in the settings of the plugin 🙂 They cause those to be logged, indeed.
I will push a new version that will avoid the logging of the classes, it’s completely useless and not an actual error. Sorry about that!