Viewing 15 replies - 1 through 15 (of 20 total)
  • Plugin Author mdempfle

    (@mdempfle)

    How many images have you uploaded?
    Because it seems to fail during the check which images are in the database already.
    For each image a call to the database is done. So if there are too many images it simply takes too long because of a php timeout.

    Best, Michael

    Thread Starter Un Mo

    (@salomonamiga)

    hi …

    i don’t know exactly but are many many images in the uploads folder … i have merged 3 blogs from 5 years to date

    so what can i do to sync it ? how can i increase the timeout … i have waited hours but still got empty page

    thanks in advance

    Plugin Author mdempfle

    (@mdempfle)

    Timeouts are like 30 sec.
    So waiting an hour does not help ;).

    See
    https://www.tinywebgallery.com/en/tfu/tfu_faq_4.php
    how to increase php limits.

    Best, Michael

    Thread Starter Un Mo

    (@salomonamiga)

    so if my uploads folder is 5GB there is no way to do this ?

    Thanks

    Plugin Author mdempfle

    (@mdempfle)

    You can try the add to server plugin. They might only add the images to the database and do not check if the files already exist. But you will most likely run into any timeouts as well.
    My plugin does an automatic reload to avoid timeouts but this is only for the upload part but not for the part that determines what has to be done…

    Best, Michael

    Thread Starter Un Mo

    (@salomonamiga)

    hi … i have tried that plugin

    the problem is that i have to select manually every image, and if i bulk select a lot of images then doest not sync it

    Do you have any other idea for this problem ?

    Thanks !

    Plugin Author mdempfle

    (@mdempfle)

    Have you changed the timeouts already?
    Because for the first check only the number of images is important.

    Best, Michael

    Thread Starter Un Mo

    (@salomonamiga)

    Hi

    Yes i have changed it and i was able to import 3,000 images,

    https://drive.google.com/file/d/0B102ymFDxRHpeWtmOG15Q3ZmZDQ/view?usp=sharing

    then it stopped and when i try to go to sync media library again i get a 404 error

    i changed to this

    https://drive.google.com/file/d/0B102ymFDxRHpazQ3WDVpRG9mWDA/view?usp=sharing

    any ideas ???

    tnx

    Plugin Author mdempfle

    (@mdempfle)

    A 404 is strange as this means that the page is not found. Do you get any results in one of the server log files?

    Best, Michael

    Thread Starter Un Mo

    (@salomonamiga)

    yes very strange … but im still getting 404 error

    and there is nothing on the server log files about it

    Thanks !

    Plugin Author mdempfle

    (@mdempfle)

    but you only get the 404 if you go to the synch page?

    Thread Starter Un Mo

    (@salomonamiga)

    correct

    Plugin Author mdempfle

    (@mdempfle)

    do you know how to use the developer tools included in the browser? There you can see the network traffic and if there is maybe a redirect.

    Thread Starter Un Mo

    (@salomonamiga)

    no sorry i don’t know about that, can you explain a little more

    thanks so much for your time and help

    Plugin Author mdempfle

    (@mdempfle)

    e.g. in chrome you can press F12. Then you get the developer tools.
    If you check the network stat you might find out where the url that fails should go to. And than maybe it is possible to figure out why.

Viewing 15 replies - 1 through 15 (of 20 total)
  • The topic ‘Sync Media Library not working’ is closed to new replies.