• Hello, in all my websites the dry test is ok, but when I want to do the job I have a Ajax error.
    I have no firewall

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

Viewing 9 replies - 1 through 9 (of 9 total)
  • Thread Starter 1formanet

    (@1formanet)

    In fact a few images are coming in the medias …

    Plugin Author erolsk8

    (@erolsk8)

    Hello, what does the error say? And is there maybe something special with those items that fail?

    Thread Starter 1formanet

    (@1formanet)

    Hello erol, thanks for your help. It says “Media sync Ajax Error”, and around 5 images are uploaded each time, but no more : Printscreen

    • This reply was modified 1 month, 1 week ago by 1formanet.
    • This reply was modified 1 month, 1 week ago by 1formanet.
    Plugin Author erolsk8

    (@erolsk8)

    Oh wow, so the whole error is just “error”, which isn’t useful ??

    Could you maybe try to inspect the page and check Console and Network tabs and then doing the import to see if there are some actual errors there. Or even better to get server logs at the time of import (it might help to turn on WP debugging first).

    Thread Starter 1formanet

    (@1formanet)

    Hello Erol, in console I see Error spoofer.js : PRINTSCREEN

    • This reply was modified 1 month, 1 week ago by 1formanet.
    • This reply was modified 1 month, 1 week ago by 1formanet.
    • This reply was modified 1 month, 1 week ago by 1formanet.
    Thread Starter 1formanet

    (@1formanet)

    Today message is different anyway : [Media Sync] [AJAX error] error E: Gateway Timeout. Maybe something to change in wp-config ?

    Plugin Author erolsk8

    (@erolsk8)

    Oh, that Gateway Timeout sounds like a proxy or something. You could try to temporary disable proxy or other things that might block these requests.

    That spoofer.js is from some other place (e.g. plugin, theme, browser extension, etc.), it would be nice to disable it to see if it makes a difference.

    In wp-config, you could try increasing values of these variables: “WP_MEMORY_LIMIT” and “WP_MAX_MEMORY_LIMIT”. If that does not help, maybe also to increase these in PHP config: “max_execution_time” and “memory_limit”.

    Thread Starter 1formanet

    (@1formanet)

    Hello Erol,

    I have no proxy, no firewall
    Today, a lot of errors, and once, 20 images !

    After errors keep going after 5 or 6 images.

    I have modified wp-config with :
    define( ‘WP_MEMORY_LIMIT’, ‘256M’ );
    define( ‘WP_MAX_MEMORY_LIMIT’, ‘512M’ );

    Same same.

    PHP memory is 2048M


    Plugin Author erolsk8

    (@erolsk8)

    Wow that’s so strange, but without some concrete error message related to this plugin, I don’t have other ideas.

    By the way, which hosting are you using?

Viewing 9 replies - 1 through 9 (of 9 total)
  • You must be logged in to reply to this topic.