Plugin Contributor
webnus
(@webnus)
Hi @tenacityio,
Import operation on WordPress with too much data need good configuration on php.ini file on your server, make sure using the good configuration for import, for example, increase PHP time execution.
You can send your questions to this email: support@webnus.net
About configuration, you can follow the steps explained in this article:
https://webnus.net/dox/modern-events-calendar/what-are-best-wordpress-php-settings/
Best Regards
I’ve reviewed our current settings.
We match or exceed your guidance on the following.
upload_max_filesize = 128M
post_max_size = 128M
memory_limit = 256M
max_input_vars = 10000
The max times our host will allow are
max_execution_time = 300
max_input_time = 300
The import process runs (and fails) in 5 seconds … not 5 minutes.
I’ve also tested this on an install that only has The Event Calendar and The Modern Event Calendar activated with the TwentyTwenty theme.
Same thing
0 locations of 800+ venues, 10 of 35 categories, 1 of 200+ organizers
It would appear that your plugin only imports that information if it’s attached to an event, since we delete past events this doesn’t work. Which basically makes a true migration impossible.
Also received the following PHP notices in debug mode.
Notice: Undefined index: _EventVenueID in /wp-content/plugins/modern-events-calendar-lite/app/features/ix.php on line 1532
Notice: Undefined index: _EventOrganizerID in /wp-content/plugins/modern-events-calendar-lite/app/features/ix.php on line 1549
Plugin Contributor
webnus
(@webnus)
Hi @tenacityio,
We have tested it on our server, we tried to set huge data on The Event Calendar and trying to import on MEC and we didn’t see any issue regarding incorrect import.
Please attention: maybe you have set perfect configuration on your server, but if you use the sharing hosting, your configuration is not working completely, you can see good configuration, but this has shared with more than ten users!
So please contact your host provider to check the configuration for importing those the data.
About notice on MEC, I have forwarded it to the developer team to be checked and fixed.
Best Regards