• Resolved oldmankit

    (@oldmankit)


    I’ve recently re-installed my computer and so I’m not sure if the problem is with my installation or with the plugin.

    When running a pull request in my local development server (dev.isoreiki.com, XAMPP) from the live site (isoreiki.com), it loads for about thirty seconds and then I get a white screen (no content at all). The url it shows is:

    http://dev.isoreiki.com/wp-admin/tools.php?page=dbs_options&dbs_action=sync&url=http%3A%2F%2Fisoreiki.com

    It is not fully syncing the databases. I’ve tried it about six times now. Sometimes I am getting logged-out after the sync, sometimes not. It is partially syncing, but some things are getting missed. Some pages that I recently added are just not getting synced to the development server.

    I thought it might be a timeout, but I added
    $cfg['ExecTimeLimit'] = 6000; to config.inc.php in XAMPP’s configuration files.

    Any help troubleshooting this would be really appreciated.

    https://wordpress.org/plugins/database-sync/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author tamlyn

    (@tamlyn)

    Sounds like it could be running out of memory. What’s your memory_limit in php.ini? Also, is there anything in the php or apache logs?

    Thread Starter oldmankit

    (@oldmankit)

    Hi Tamlyn,

    Thanks very much for your reply. Sorry I didn’t see it until today.

    It turns out if was definitely my local configuration. I had increased the global execution time limit here, but had to change it in a couple of other places too.

    I also increased the memory limit to 256MB.

    Database happily synced. Thanks again for this awesome plugin, I rely on it every week.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘No-longer working’ is closed to new replies.