• I have Elementor Pro on a Bedrock multisite and try to import a kit via Elementor CLI since the import of the elementor-kit.zip file doesn’t work in the back-office (I get a 504 Timeout error, I don’t understand as it is a local file, anyways…)
    Here’s what I try to run :

    dev-mysite@webdev2-mysite:~/dev.mysite.com/src$ wp elementor kit import /web/app/uploads/elementor/elementor-kit.zip --unfilteredFilesUpload=enable --user=antoine --url=dev.gr.mysite.com --sourceType=local
    
    Here's what I get in the console : 
    
    
    
    
    Kit import started
    
    Importing data...
    
    PHP Fatal error:  Uncaught Exception: Couldn’t execute the import process because the import session does not exist. in /home/dev-mysite/dev.mysite.com/src/web/app/plugins/elementor/app/modules/import-export/processes/import.php:161
    
    Stack trace:
    
    #0 /home/dev-mysite/dev.mysite.com/src/web/app/plugins/elementor/app/modules/import-export/module.php(340): Elementor\App\Modules\ImportExport\Processes\Import->__construct()
    
    #1 /home/dev-mysite/dev.mysite.com/src/web/app/plugins/elementor/app/modules/import-export/wp-cli.php(166): Elementor\App\Modules\ImportExport\Module->import_kit()
    
    #2 [internal function]: Elementor\App\Modules\ImportExport\Wp_Cli->import()
    
    #3 phar:///usr/local/bin/wp/vendor/wp-cli/wp-cli/php/WP_CLI/Dispatcher/CommandFactory.php(100): call_user_func()
    
    #4 [internal function]: WP_CLI\Dispatcher\CommandFactory::WP_CLI\Dispatcher\{closure}()
    
    #5 phar:///usr/local/bin/wp/vendor/wp-cli/wp-cli/php/WP_CLI/Dispatcher/Subcommand.php(491): call_user_func()
    
    #6 phar:///usr/local/bin/wp/vendor/wp-cli/wp-cli/php/WP_CLI/Runner.php(419): WP_CLI\Dispatcher\Subcommand->invoke()
    
    #7 phar:///usr/local/bin/wp/vendor/wp-cli/wp-cli/php/WP_CLI/Runner.php(442): WP_CLI\Runner->run_command()
    
    #8 phar:///usr/local/bin/wp/vendor/wp-cli/wp-cli/php/WP_CLI/Runner.php(1256): WP_CLI\Runner->run_command_and_exit()
    
    #9 phar:///usr/local/bin/wp/vendor/wp-cli/wp-cli/php/WP_CLI/Bootstrap/LaunchRunner.php(28): WP_CLI\Runner->start()
    
    #10 phar:///usr/local/bin/wp/vendor/wp-cli/wp-cli/php/bootstrap.php(78): WP_CLI\Bootstrap\LaunchRunner->process()
    
    #11 phar:///usr/local/bin/wp/vendor/wp-cli/wp-cli/php/wp-cli.php(32): WP_CLI\bootstrap()
    
    #12 phar:///usr/local/bin/wp/php/boot-phar.php(11): include('...')
    
    #13 /usr/local/bin/wp(4): include('...')
    
    #14 {main}
    
      thrown in /home/dev-mysite/dev.mysite.com/src/web/app/plugins/elementor/app/modules/import-export/processes/import.php on line 161
    
    Fatal error: Uncaught Exception: Couldn’t execute the import process because the import session does not exist. in /home/dev-mysite/dev.mysite.com/src/web/app/plugins/elementor/app/modules/import-export/processes/import.php:161
    
    Stack trace:
    
    #0 /home/dev-mysite/dev.mysite.com/src/web/app/plugins/elementor/app/modules/import-export/module.php(340): Elementor\App\Modules\ImportExport\Processes\Import->__construct()
    
    #1 /home/dev-mysite/dev.mysite.com/src/web/app/plugins/elementor/app/modules/import-export/wp-cli.php(166): Elementor\App\Modules\ImportExport\Module->import_kit()
    
    #2 [internal function]: Elementor\App\Modules\ImportExport\Wp_Cli->import()
    
    #3 phar:///usr/local/bin/wp/vendor/wp-cli/wp-cli/php/WP_CLI/Dispatcher/CommandFactory.php(100): call_user_func()
    
    #4 [internal function]: WP_CLI\Dispatcher\CommandFactory::WP_CLI\Dispatcher\{closure}()
    
    #5 phar:///usr/local/bin/wp/vendor/wp-cli/wp-cli/php/WP_CLI/Dispatcher/Subcommand.php(491): call_user_func()
    
    #6 phar:///usr/local/bin/wp/vendor/wp-cli/wp-cli/php/WP_CLI/Runner.php(419): WP_CLI\Dispatcher\Subcommand->invoke()
    
    #7 phar:///usr/local/bin/wp/vendor/wp-cli/wp-cli/php/WP_CLI/Runner.php(442): WP_CLI\Runner->run_command()
    
    #8 phar:///usr/local/bin/wp/vendor/wp-cli/wp-cli/php/WP_CLI/Runner.php(1256): WP_CLI\Runner->run_command_and_exit()
    
    #9 phar:///usr/local/bin/wp/vendor/wp-cli/wp-cli/php/WP_CLI/Bootstrap/LaunchRunner.php(28): WP_CLI\Runner->start()
    
    #10 phar:///usr/local/bin/wp/vendor/wp-cli/wp-cli/php/bootstrap.php(78): WP_CLI\Bootstrap\LaunchRunner->process()
    
    #11 phar:///usr/local/bin/wp/vendor/wp-cli/wp-cli/php/wp-cli.php(32): WP_CLI\bootstrap()
    
    #12 phar:///usr/local/bin/wp/php/boot-phar.php(11): include('...')
    
    #13 /usr/local/bin/wp(4): include('...')
    
    #14 {main}
    
      thrown in /home/dev-mysite/dev.mysite.com/src/web/app/plugins/elementor/app/modules/import-export/processes/import.php on line 161
    
    Error: PHP: 2024-03-19 11:13:43 [error X 0][/home/dev-mysite/dev.mysite.com/src/web/app/plugins/elementor/app/modules/import-export/processes/import.php::161] Uncaught Exception: Couldn’t execute the import process because the import session does not exist. in /home/dev-mysite/dev.mysite.com/src/web/app/plugins/elementor/app/modules/import-export/processes/import.php:161
    
    Stack trace:
    
    #0 /home/dev-mysite/dev.mysite.com/src/web/app/plugins/elementor/app/modules/import-export/module.php(340): Elementor\App\Modules\ImportExport\Processes\Import->__construct()
    
    #1 /home/dev-mysite/dev.mysite.com/src/web/app/plugins/elementor/app/modules/import-export/wp-cli.php(166): Elementor\App\Modules\ImportExport\Module->import_kit()
    
    #2 [internal function]: Elementor\App\Modules\ImportExport\Wp_Cli->import()
    
    #3 phar:///usr/local/bin/wp/vendor/wp-cli/wp-cli/php/WP_CLI/Dispatcher/CommandFactory.php(100): call_user_func()
    
    #4 [internal function]: WP_CLI\Dispatcher\CommandFactory::WP_CLI\Dispatcher\{closure}()
    
    #5 phar:///usr/local/bin/wp/vendor/wp-cli/wp-cli/php/WP_CLI/Dispatcher/Subcommand.php(491): call_user_func()
    
    #6 phar:///usr/local/bin/wp/vendor/wp-cli/wp-cli/php/WP_CLI/Runner.php(419): WP_CLI\Dispatcher\Subcommand->invoke()
    
    #7 phar:///usr/local/bin/wp/vendor/wp-cli/wp-cli/php/WP_CLI/Runner.php(442): WP_CLI\Runner->run_command()
    
    #8 phar:///usr/local/bin/wp/vendor/wp-cli/wp-cli/php/WP_CLI/Runner.php(1256): WP_CLI\Runner->run_command_and_exit()
    
    #9 phar:///usr/local/bin/wp/vendor/wp-cli/wp-cli/php/WP_CLI/Bootstrap/LaunchRunner.php(28): WP_CLI\Runner->start()
    
    #10 phar:///usr/local/bin/wp/vendor/wp-cli/wp-cli/php/bootstrap.php(78): WP_CLI\Bootstrap\LaunchRunner->process()
    
    #11 phar:///usr/local/bin/wp/vendor/wp-cli/wp-cli/php/wp-cli.php(32): WP_CLI\bootstrap()
    
    #12 phar:///usr/local/bin/wp/php/boot-phar.php(11): include('...')
    
    #13 /usr/local/bin/wp(4): include('...')
    
    #14 {main}
    
      thrown [array (
    
      'trace' => '
    
    #0: Elementor\Core\Logger\Manager -> shutdown()
    
    ',
    
    )]

    I really need to have this work as there is 40 sites that need this same exact kit, the fact that there is no documentation on this is surprising.

    Thank you.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Moderator Support Moderator

    (@moderator)

    As you are an Elementor Pro user, the developer can’t have a conversation with customers here. That’s not permitted for anyone.

    For pro or commercial product support please contact the developer directly on their site. This includes any pre-sales topics as well.

    https://my.elementor.com/

    As the developer is aware, commercial products are not supported in these forums. I am sure they will have no problem supporting you there.

    Thread Starter antoinebecuwe

    (@antoinebecuwe)

    Actually, this issue may also apply to the Free version, it is not proper to the Pro version.

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

The topic ‘Couldn’t execute the import process because the import session does not exist.’ is closed to new replies.