• I get the following errors when upgrading from 0.3.1 to 0.3.2. I tried deleting the plugin and reinstalling 0.3.1 but get very similar errors.

    [05-Sep-2012 13:34:38 UTC] WordPress database error Multiple primary key defined for query ALTER TABLE wp_duplicator CHANGE COLUMN id id BIGINT(20) UNSIGNED NOT NULL AUTO_INCREMENT  PRIMARY KEY made by activate_plugin, do_action('activate_duplicator/duplicator.php'), call_user_func_array, duplicator_activate, dbDelta
    [05-Sep-2012 13:34:38 UTC] WordPress database error Unknown column 'bid' in 'wp_duplicator' for query ALTER TABLE <code>wp_duplicator</code> CHANGE bid id BIGINT(20) UNSIGNED NOT NULL AUTO_INCREMENT made by activate_plugin, do_action('activate_duplicator/duplicator.php'), call_user_func_array, duplicator_activate
    [05-Sep-2012 13:34:38 UTC] WordPress database error Can't DROP 'ver_db'; check that column/key exists for query ALTER TABLE <code>wp_duplicator</code> DROP COLUMN ver_db made by activate_plugin, do_action('activate_duplicator/duplicator.php'), call_user_func_array, duplicator_activate
    [05-Sep-2012 13:34:38 UTC] WordPress database error Can't DROP 'ver_plug'; check that column/key exists for query ALTER TABLE <code>wp_duplicator</code> DROP COLUMN ver_plug made by activate_plugin, do_action('activate_duplicator/duplicator.php'), call_user_func_array, duplicator_activate
    [05-Sep-2012 13:34:38 UTC] WordPress database error Can't DROP 'status'; check that column/key exists for query ALTER TABLE <code>wp_duplicator</code> DROP COLUMN status made by activate_plugin, do_action('activate_duplicator/duplicator.php'), call_user_func_array, duplicator_activate
    [05-Sep-2012 13:34:38 UTC] WordPress database error Can't DROP 'type'; check that column/key exists for query ALTER TABLE <code>wp_duplicator</code> DROP COLUMN type made by activate_plugin, do_action('activate_duplicator/duplicator.php'), call_user_func_array, duplicator_activate

    http://wordpress.org/extend/plugins/duplicator/

Viewing 10 replies - 1 through 10 (of 10 total)
  • Thread Starter serons

    (@serons)

    Deleting the plugin and installing 0.3.2 replaces the first error with
    05-Sep-2012 14:33:36 UTC] PHP Notice: Undefined index: max_time in /Users/serons/Sites/some_theme/wp-content/plugins/duplicator/duplicator.php on line 51

    Hey Serons,

    The PHP Notice should not be an issue, I’ll get it address in the next version. Are you seeing other issues? Are you able to create a package etc.?

    Thread Starter serons

    (@serons)

    No, I can’t create packages. I get

    AJAX Response Duplicator.createPackage
    duration: 0.251 secs
    code: 500
    status: Internal Server Error
    response:

    Validation shows all green except Web Server: Nginx OK in blue.
    This is on a newly set up system. I’ve had duplicator work with nginx before, but it was on another platform.

    Thread Starter serons

    (@serons)

    It creates a few files in wp-snapshots:

    drwxr-xr-x   8 nobody   272  5 Sep 18:01 ./
    drwxr-xr-x  31 nobody  1054  5 Sep 18:01 ../
    -rw-r--r--   1 nobody    16  5 Sep 18:01 .htaccess
    -rw-r--r--   1 nobody  1029  5 Sep 18:01 50477773eb4f53801_20120905_site.log
    -rw-r--r--   1 nobody  2685  5 Sep 18:01 50477773eb4f53801_20120905_site_database.sql
    -rw-r--r--   1 nobody   212  5 Sep 18:01 dtoken.php
    -rw-r--r--   1 nobody   212  5 Sep 18:01 index.php
    -rw-r--r--   1 nobody    39  5 Sep 18:01 robots.txtk
    04:01:55 *********************************************************
    04:01:55 PACKAGE-LOG:
    04:01:55 *********************************************************
    04:01:55 duplicator: 0.3.2
    04:01:55 wordpress: 3.4.1
    04:01:55 php: 5.3.16
    04:01:55 php sapi: fpm-fcgi
    04:01:55 server: nginx/1.2.3
    04:01:55 browser: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.8; rv:15.0) Gecko/20100101 Firefox/15.0
    04:01:55 package name: 20120905_site
    04:01:55 max_time: from=30 to=1000
    04:01:55 max_memory: from=128M to=1000M
    04:01:55 mysql wait_timeout: 1000
    04:01:55 *********************************************************
    04:01:55 SQL SCRIPT
    04:01:55 *********************************************************
    04:01:55 log:fun__create_dbscript=>started
    04:01:55 log:fun__create_dbscript=>dbiconv enabled
    04:01:55 start: wp_commentmeta (0)
    04:01:55 done:  wp_commentmeta
    04:01:55 start: wp_comments (0)
    04:01:55 done:  wp_comments
    04:01:55 start: wp_duplicator (0)
    04:01:55 done:  wp_duplicator
    04:01:55 start: wp_links (7)

    nginx reports

    kevent() reported that client 127.0.0.1 closed keepalive connection

    Hey Seron,

    Go ahead and submit a support ticket and I’ll help you look deeper into the issue.

    Thanks

    Thread Starter serons

    (@serons)

    Thanks, it’s kind of you. I suspect it’s a problem with my server setup.

    Hey Serons,

    It does look like a timeout issue on your server, you might have to google for nnginx and php timeouts. Also the FAQ question titled I got an “Internal Server 500” message what should I do? might help.

    Thread Starter serons

    (@serons)

    Hi there,

    I still have the originally reported database errors as well as the package creation problem, so I don’t understand why this thread is marked resolved.

    He Serons,

    I marked it as resolved because we have a ticket thread also going. This helps to manage the tickets more effectively instead of trying to keep track of two systems…

    Unfortunately this issue was not fixed with version 0.3.2 on a nginx server. Will try to look into fixes in future versions…

Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘[Plugin: Duplicator] Error messages upgrading/installing’ is closed to new replies.