• Resolved yacines9

    (@yacines9)


    Hello to the community !

    I have some problems with my All Import module in Wp.

    I’m trying to upload on it a list of stores we have, all imports works in the first laps of time, he skips all stores that already exist (with the name of the store).

    The problem is that when he finds a new store, and when he creates it, he crashes.
    So i must go back and resume again and again the import, and that for each new store who is created. (1 have about 480 new stores…to upload)

    Can someone help me please, it would be great, a great thank you to all, and have a good day !

    This is the message he shows :

    Uncaught Error: Call to undefined function pmxi_move_medias() in /var/www/html/wp-content/themes/meuse/inc/theme-import-image.php on line 102pmxi_recorde_medias()wp-content/themes/meuse/inc/theme-import-image.php:65
    save_image_by_product()wp-includes/class-wp-hook.php:307
    WP_Hook::apply_filters()wp-includes/class-wp-hook.php:331
    WP_Hook::do_action()wp-includes/plugin.php:476
    do_action()wp-content/plugins/wp-all-import-pro/models/import/record.php:4398
    PMXI_Import_Record::process()wp-content/plugins/wp-all-import-pro/controllers/admin/import.php:2747
    PMXI_Admin_Import::process()wp-content/plugins/wp-all-import-pro/wp-all-import-pro.php:738
    PMXI_Plugin::adminInit()wp-includes/class-wp-hook.php:307
    WP_Hook::apply_filters()wp-includes/class-wp-hook.php:331
    WP_Hook::do_action()wp-includes/plugin.php:476
    do_action()wp-admin/admin.php:175
    Fatal error: Uncaught Error: Call to undefined function pmxi_move_medias() in /var/www/html/wp-content/themes/meuse/inc/theme-import-image.php:102 Stack trace: #0 /var/www/html/wp-content/themes/meuse/inc/theme-import-image.php(65): pmxi_recorde_medias('/var/www/html/w...', '/var/www/html/w...', '') #1 /var/www/html/wp-includes/class-wp-hook.php(307): save_image_by_product(359130, Object(SimpleXMLElement), false) #2 /var/www/html/wp-includes/class-wp-hook.php(331): WP_Hook->apply_filters(NULL, Array) #3 /var/www/html/wp-includes/plugin.php(476): WP_Hook->do_action(Array) #4 /var/www/html/wp-content/plugins/wp-all-import-pro/models/import/record.php(4398): do_action('pmxi_saved_post', 359130, Object(SimpleXMLElement), false) #5 /var/www/html/wp-content/plugins/wp-all-import-pro/controllers/admin/import.php(2747): PMXI_Import_Record->process('<?xml version="...', Object(Closure), 172, false, '/pmxi_records', 1) #6 /var/www/html/wp-content/plugins/wp-all-import-pro/wp-all-import-pro.php(738): PMXI_Admin_Import->process() #7 /v in /var/www/html/wp-content/plugins/query-monitor/collectors/php_errors.php on line 82{"code":"internal_server_error","message":"Une erreur critique est survenue sur ce site. Veuillez consulter la boite de r\u00e9ception de l\u2019e-mail d\u2019administration de votre site pour plus d\u2019informations.<\/p>
    • This topic was modified 1 year, 5 months ago by yacines9.
Viewing 1 replies (of 1 total)
  • Plugin Author WP All Import

    (@wpallimport)

    Hey @yacines9,

    The error log shows that your theme is calling a function that doesn’t exist, which results in a fatal error (the termination):

    Fatal error: Uncaught Error: Call to undefined function pmxi_move_medias() in /var/www/html/wp-content/themes/meuse/inc/theme-import-image.php:102

    You’ll need to work with the developer of the theme to get that fixed.

Viewing 1 replies (of 1 total)
  • The topic ‘All Import keeps crashing’ is closed to new replies.