• Resolved apolopeters2

    (@apolopeters2)


    Hello,

    The gallery images are no longer loading, accessing the gallery preview everything works perfectly.

    But when inspecting the browser the error “Failed to load resource: the server responded with a status of 404 ()” appears. I already followed some guidelines here on the forum like Custom Ready Event, Clear HTML Cache and Clear CSS Cache.

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter apolopeters2

    (@apolopeters2)

    Hey,

    I just fixed this, I had to make a change to the wp-admin.php file

    The path to the upload directory was incorrect

    I added the code:

    define ('UPLOADS', 'wp-content / uploads');

    This code must be inserted before the line:

    require_once (ABSPATH. 'wp-settings.php');

    It’s solved, I hope this can help someone with the same problem

    Plugin Author bradvin

    (@bradvin)

    Hi @apolopeters2

    Thanks for posting your solution, but it is a strange one for sure.

    Do you know what UPLOADS was set to before you defined it? Or perhaps it was not defined?

    thanks

    Hi @apolopeters2,

    Just a quick follow up to see if you’re able to answer Brad’s question above? We’re very interested in finding out more about this issue and seeing if it’s something we need to look at.

    Thanks in advance,

    Phill

    Hi apolopeters2,

    I noticed that it’s been a while and we haven’t had a follow up response.

    I’m going to assume that you have found a solution and and will mark this support request as resolved.?

    Please feel free to open up a new support request if there is anything else we can help you with. .

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Failed to load resource: the server responded with a status of 404 ()’ is closed to new replies.