Conversation
supportFresh installation WP 6.4.2 NO plugin. Import from SPIP 3.2.19 At 14%, the import stops with message. Modification of wp-config.php twice : define(‘WP_MEMORY_LIMIT’, ‘512M’); define(‘WP_MEMORY_LIMIT’, ‘1024M’); NOTHING in logs… Does it exist log of FG Spip to WP ??? Any idea to solve my problelm? THANKS and happy new year! RESULT —-> === START import 2023-12-31 08:38:39 === Connecté avec succès à la base de données SPIP Données SPIP trouvées : 84 rubriques 2677 articles 0 brève [WARNING] Votre base de données SPIP contient des utilisateurs. Vous avez besoin de la version Premium pour les importer. [WARNING] Votre base de données SPIP contient des documents joints ou des galeries d’images. Vous avez besoin de la version Premium et du module Documents pour les importer. Contenu supprimé de WordPress Import des catégories… 84 catégories importées Import des articles… Internal Server Error The server encountered an internal error or misconfiguration and was unable to complete your request. Please contact the server administrator at postmaster@delsol.scene64.com to inform them of the time this error occurred, and the actions you performed just before this error. More information about this error may be available in the server error log.
MORE INFO : BEGIN DEBUG INFO WordPress info: Plugin URL: http://delsol.scene64.com/wp-admin/admin.php?import=fgs2wp Site URL: http://delsol.scene64.com Home URL: http://delsol.scene64.com WP path: /home/pierrefevb/delsol/ WP version: 6.4.2 WP Memory limit: 40M Multisite: no Permalink structure: /%year%/%monthnum%/%day%/%postname%/ Media in year/month folders: yes Active theme: Twenty Twenty-Four 1.0 Active plugins: FG SPIP to WordPress 3.22.0 phpinfo WP 5.0 PHP info: PHP version: 7.4.33 Web server info: Apache memory_limit: 512M max_execution_time: 165 max_input_time: -1 post_max_size: 130M upload_max_filesize: 128M allow_url_fopen: 1 PDO: mysql, pgsql, sqlite MySQL info: MySQL version: 5.7.42 max_allowed_packet: 32.00 MB wait_timeout: 600 Plugin info: FG SPIP to WordPress 3.22.0 Add-ons: Options: automatic_empty: 1 driver: mysql hostname: preproddipierrot.mysql.db port: 3306 database: preproddipierrot username: preproddipierrot password: *** sqlite_file: prefix: spip_ introtext: in_excerpt_and_content archived_posts: skip_media: media_import_method: http url: https://delsolavocats.com root_directory: logo: as_featured import_external: 1 import_duplicates: 1 force_media_import: import_as_pages: timeout: 20 logger_autorefresh: 1 END DEBUG INFO
First, try to unselect “Import external media”. If the import still hangs, please use our recommended settings during the migration. The recommended php.ini settings are: max_execution_time=7200 max_input_time=7200 memory_limit=2G post_max_size=1G upload_max_filesize=1G Also please add: define('WP_MEMORY_LIMIT', '2G'); in your wp-config.php file to increase the memory allowed by WordPress. If you are on a shared host, you can’t modify the php.ini file. Another solution is to install WordPress on your local computer and run the import in local. In this case, you won’t have the limitations of the shared host. Here is the procedure: on Windows: https://www.fredericgilles.net/migrate-wordpress-local-windows-server/ or on Mac: https://www.fredericgilles.net/how-to-migrate-to-wordpress-from-various-cms-on-a-mac-mamp-server/ In any case, if you click again on the import button, it will resume the import where it left off.
Thank you Fred 🙂
MORE INFO : BEGIN DEBUG INFO WordPress info: Plugin URL: http://delsol.scene64.com/wp-admin/admin.php?import=fgs2wp Site URL: http://delsol.scene64.com Home URL: http://delsol.scene64.com WP path: /home/pierrefevb/delsol/ WP version: 6.4.2 WP Memory limit: 40M Multisite: no Permalink structure: /%year%/%monthnum%/%day%/%postname%/ Media in year/month folders: yes Active theme: Twenty Twenty-Four 1.0 Active plugins: FG SPIP to WordPress 3.22.0 phpinfo WP 5.0 PHP info: PHP version: 7.4.33 Web server info: Apache memory_limit: 512M max_execution_time: 165 max_input_time: -1 post_max_size: 130M upload_max_filesize: 128M allow_url_fopen: 1 PDO: mysql, pgsql, sqlite MySQL info: MySQL version: 5.7.42 max_allowed_packet: 32.00 MB wait_timeout: 600 Plugin info: FG SPIP to WordPress 3.22.0 Add-ons: Options: automatic_empty: 1 driver: mysql hostname: preproddipierrot.mysql.db port: 3306 database: preproddipierrot username: preproddipierrot password: *** sqlite_file: prefix: spip_ introtext: in_excerpt_and_content archived_posts: skip_media: media_import_method: http url: https://delsolavocats.com root_directory: logo: as_featured import_external: 1 import_duplicates: 1 force_media_import: import_as_pages: timeout: 20 logger_autorefresh: 1 END DEBUG INFO
First, try to unselect “Import external media”. If the import still hangs, please use our recommended settings during the migration. The recommended php.ini settings are: max_execution_time=7200 max_input_time=7200 memory_limit=2G post_max_size=1G upload_max_filesize=1G Also please add: define('WP_MEMORY_LIMIT', '2G'); in your wp-config.php file to increase the memory allowed by WordPress. If you are on a shared host, you can’t modify the php.ini file. Another solution is to install WordPress on your local computer and run the import in local. In this case, you won’t have the limitations of the shared host. Here is the procedure: on Windows: https://www.fredericgilles.net/migrate-wordpress-local-windows-server/ or on Mac: https://www.fredericgilles.net/how-to-migrate-to-wordpress-from-various-cms-on-a-mac-mamp-server/ In any case, if you click again on the import button, it will resume the import where it left off.
Thank you Fred 🙂