Migration to EE 4.6.28p on WP 4.2.2 is stuck at 99%. Tried restoring the database and adding the following to wp-config.php file:
define( ‘EE_MIGRATION_STEP_SIZE’, 5);
It initially was stuck at 96% and adding that code moved it along to 99% but it’s still stuck again. Please help.
In order to import all of your existing Event Espresso data, the following 2 upgrade tasks need to be performed:
Core Data Migration to version 4.5.0
Core Data Migration to version 4.6.0
First step, to 4.5.0 completes 30/30 without error.
Second step, to 4.6.0 is the one that fails.
The Maintenance Page shows the following warnings:
Warnings occurred during your last migration (Core Data Migration to version 4.6.0):
Could not find payment method with PMD_type = ‘0’ when migrating payment row {“PAY_ID”:”18″,”TXN_ID”:”10″,”STS_ID”:”PAP”,”PAY_timestamp”:”2015-01-29 03:06:00″,”PAY_method”:”0″,”PAY_amount”:”-45.200″,”PAY_gateway”:”0″,”PAY_gateway_response”:””,”PAY_txn_id_chq_nmbr”:””,”PAY_po_number”:””,”PAY_extra_accntng”:”10-12-1-cfba75-1″,”PAY_via_admin”:”1″,”PAY_source”:null,”PMD_ID”:null,”PAY_redirect_url”:null,”PAY_redirect_args”:null} so just assigned it an unknown payment method
Could not find payment method with PMD_type = ‘0’ when migrating payment row {“PAY_ID”:”19″,”TXN_ID”:”9″,”STS_ID”:”PAP”,”PAY_timestamp”:”2015-01-29 03:08:00″,”PAY_method”:”0″,”PAY_amount”:”-45.200″,”PAY_gateway”:”0″,”PAY_gateway_response”:””,”PAY_txn_id_chq_nmbr”:””,”PAY_po_number”:””,”PAY_extra_accntng”:”9-12-1-c06f9f-1″,”PAY_via_admin”:”1″,”PAY_source”:null,”PMD_ID”:null,”PAY_redirect_url”:null,”PAY_redirect_args”:null} so just assigned it an unknown payment method
The error log has a whole bunch of these:
20150523T115608: **REMOVED**/wp-admin/admin.php
PHP Warning: session_start(): open(/var/php_sessions/sess_03544240615c39ce5482461948d26204, O_RDWR) failed: No such file or directory (2) in **REMOVED**/wp-content/plugins/event-espresso-core-reg/core/EE_Session.core.php on line 399
PHP Warning: Unknown: open(/var/php_sessions/sess_03544240615c39ce5482461948d26204, O_RDWR) failed: No such file or directory (2) in Unknown on line 0
PHP Warning: Unknown: Failed to write session data (files). Please verify that the current setting o
20150523T115626: **REMOVED**/wp-admin/admin-ajax.php
PHP Warning: session_start(): open(/var/php_sessions/sess_03544240615c39ce5482461948d26204, O_RDWR) failed: No such file or directory (2) in **REMOVED**/wp-content/plugins/event-espresso-core-reg/core/EE_Session.core.php on line 399
PHP Warning: Unknown: open(/var/php_sessions/sess_03544240615c39ce5482461948d26204, O_RDWR) failed: No such file or directory (2) in Unknown on line 0
PHP Warning: Unknown: Failed to write session data (files). Please verify that the current setting o
20150523T115627: **REMOVED**/wp-admin/admin-ajax.php
PHP Warning: session_start(): open(/var/php_sessions/sess_03544240615c39ce5482461948d26204, O_RDWR) failed: No such file or directory (2) in **REMOVED**/wp-content/plugins/event-espresso-core-reg/core/EE_Session.core.php on line 399
PHP Warning: Unknown: open(/var/php_sessions/sess_03544240615c39ce5482461948d26204, O_RDWR) failed: No such file or directory (2) in Unknown on line 0
PHP Warning: Unknown: Failed to write session data (files). Please verify that the current setting o
20150523T115628: **REMOVED**/wp-admin/admin-ajax.php
PHP Warning: session_start(): open(/var/php_sessions/sess_03544240615c39ce5482461948d26204, O_RDWR) failed: No such file or directory (2) in **REMOVED**/wp-content/plugins/event-espresso-core-reg/core/EE_Session.core.php on line 399
This reply was modified 9 years, 5 months ago by Tony. Reason: Removed server details
The first set of ‘errors’ (from the maintenance page) are just warnings that Event Espresso could not match the payment method used for those registrations with payment methods within EE, so it has set them as Unknown. (this is visible within the payment details of the transaction)
The second set show an issue with sessions on your server.
Can you go to Event Espresso -> Maintenance -> System Information.
I changed the session.save_path value to another and verified permissions. I also added WP memory request from 40M to 64M in wp-config.
Clicking “Next” this time completed the job. Two more warnings showed up, about mismatched PAY_ID CART value or something (didn’t save them, and can’t find them anymore), but the plugin seems to be working so far.
The support post ‘Migration to EE version 4.6.28p stuck at 99%’ is closed to new replies.
Have a question about this support post? Create a new support post in our support forums and include a link to this existing support post so we can help you.
Support forum for Event Espresso 3 and Event Espresso 4.