In fact a few images are coming in the medias …
Hello, what does the error say? And is there maybe something special with those items that fail?
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 year, 4 months ago by
1formanet.
-
This reply was modified 1 year, 4 months ago by
1formanet.
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).
Hello Erol, in console I see Error spoofer.js : PRINTSCREEN
-
This reply was modified 1 year, 4 months ago by
1formanet.
-
This reply was modified 1 year, 4 months ago by
1formanet.
-
This reply was modified 1 year, 4 months ago by
1formanet.
Today message is different anyway : [Media Sync] [AJAX error] error E: Gateway Timeout. Maybe something to change in wp-config ?
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”.
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
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?