• Resolved QuailStudio

    (@quailstudio)


    I am trying to migrate my website from BlueHost to AWS and when I import my .wpress backup the progress bar get stuck with “Restoring database…91% complete”
    I checked the error.log and I get those two errors

    May 08 2021 19:32:24
    {"Number":2,"Message":"touch(): Utime failed: Operation not permitted","File":"\/opt\/bitnami\/apps\/wordpress\/htdocs\/wp-content\/plugins\/all-in-one-wp-migration\/lib\/vendor\/servmask\/archiver\/class-ai1wm-extractor.php","Line":500}
    
    May 08 2021 19:32:24
    {"Number":2,"Message":"chmod(): Operation not permitted","File":"\/opt\/bitnami\/apps\/wordpress\/htdocs\/wp-content\/plugins\/all-in-one-wp-migration\/lib\/vendor\/servmask\/archiver\/class-ai1wm-extractor.php","Line":503}

    I am using a brand new instance with WordPress.
    How could I fix this? I am using All-in-one-WP-migration v7.42

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter QuailStudio

    (@quailstudio)

    that’s the two lines that do not execute properly

    // Let's apply last modified date
    @touch( $file_name, $file_mtime );
    
    // All files should chmoded to 644
    @chmod( $file_name, $this->get_permissions_for_file() );
    Plugin Author Yani

    (@yaniiliev)

    Enable WP_DEBUG in wp-config.php then try to load the website: https://ww.wp.xz.cn/support/article/debugging-in-wordpress/

    Thread Starter QuailStudio

    (@quailstudio)

    I managed to resolve this by using the terminal to change the permission for the class-ai1wm-extractor.php file.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Migration bar get stuck’ is closed to new replies.