• Resolved MarthaBechtel

    (@marthabechtel)


    I noticed that my php_errorlog was enourmous and went I opened it there were hundreds of the following errors

    [21-Apr-2022 13:43:27 UTC] Linker: Found img tag with classes: <various stuff goes here>

    Disabling the plugin stopped the errors, but I’ve really enjoyed the plugin and would like to keep using it. Can you tell me what would cause these errors?

    • This topic was modified 2 years, 7 months ago by MarthaBechtel.
Viewing 4 replies - 1 through 4 (of 4 total)
  • 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

    Thread Starter MarthaBechtel

    (@marthabechtel)

    @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… ??

    Plugin Author Jordy Meow

    (@tigroumeow)

    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!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Linker: Found img tag with classes errors’ is closed to new replies.