• Resolved excel iran

    (@excel-iran)


    hi
    thanks for your great plugin

    I have a problem with this plugin. I’m using php 7.1 and wp 4.9.8
    after change folder of uploaded photo, my server will be over load and my site will shot down and I got error 503.
    would you please help me to solve this problem?

    note:this problem founded after update php to 7.1

    • This topic was modified 6 years, 5 months ago by excel iran.
Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author dbarrere

    (@dbarrere)

    Hi,

    It could be due, as you said, to an overload problem.
    Each time you move a file, the plugins search into all databases columns the existence of the file to replace it by the new url.
    It means a lot of database queries, and the more content you have the more queries it will do.

    I would recommend to contact your hosting provider to see if you can increase the resources available.
    Unfortunately there is nothing in the plugin we can do to decrease the charge.

    I don’t really see why the 7.1 php version would affect the performance in a bad way, it is usually the opposite.
    Is it the only thing you have done? Have you added plugins at the same time?
    Or maybe your hosting provider doesn’t have the same php configuration for the 7.1 version.

    Best regards

    Thread Starter excel iran

    (@excel-iran)

    thanks for reply

    I asked them before but unfortunately they can’t increase it. I think we have to migrate to virtual server or something.
    I don’t think bad configuration make it, because my site and my plugins work perfect.

    I just update php and wp and disable some plugins.

    is there any way to don’t let plugin search database? (for example a checkbox in options)
    I always change files location before adding to posts.

    Plugin Author dbarrere

    (@dbarrere)

    Yes, you can select the tables to make the replacement into.
    In the plugin settings page, you can uncheck “Detect media tables to replace content” and uncheck the columns you don’t want to replace content into.
    The plugin will then only change the related media meta and look only the columns you have selected.

    Thread Starter excel iran

    (@excel-iran)

    It worked. thanks

    would you please tell me which tables are most important to check into?

    Plugin Author dbarrere

    (@dbarrere)

    The most important should already be checked by default, if not I would say wp_posts.content wp_posts.post_excerpt
    But you could have url in other columns depending on the plugin you use, in this case you should check in your database each table if the content may have url inside.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘error 503 while changing folder’ is closed to new replies.