• Irene

    (@arlinaite)


    Hi
    My error log shows an error that I think it has something to do with hueman theme.

    I have WP Multisite with two sub sites:
    example.com redirected to example.com/es/=> this one is site 2
    example. com/en/ => this one is site 3

    The error I am receiving is indicating that the folder at /wp-content/uploads/sites/2/ is not allowing a directory listing and is giving a 403 Access Denied error instead of presenting the directory listing. That is because I have the Options -Indexes rule in the htaccess.

    But the issue is that with the load of eache page, is trying to load that folder instead of a file within.

    So, I searched in the page source code, and I found the following:
    body {background: #e9e9e9 url(https://example.com/es/wp-content/uploads/sites/2#) ;background-attachment:;background-size: #e9e9e9;}

    Thanks in advance for your help

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi there,
    that’s pretty weird indeed.
    Where did you find this code? Not wrapped in a style tag?
    Not sure how the background url can be something different than an image, to not talk about the size that is a color :/
    Can you share a link where this happens?

    Thread Starter Irene

    (@arlinaite)

    Hi Rocco,

    Thanks for your reply.
    This url is only an example, but observing the errors in the log, It seems to happen in almost every page.

    https://surdelsur.com/es/escarapela-nacional-argentina/

    Yes, it is wrapped in a style tag, and as you could see is not an href tag. It is an URL but isn’t a link.

    I do not write code, and I use a child theme for elemental customization. Hueman theme suits quite well for my purposes.

    Thanks in advance.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘error log’ is closed to new replies.