Plugin Contributor
Nabil
(@nabil_kadimi)
Hi @mensoif,
Thanks for reaching out!
Yes, please go ahead and send the CSV file for review.
Cheers,
Nabil
Plugin Contributor
Savvas
(@savvasha)
Hi @mensoif ,
This kind of issue usually happens because of server or hosting limitations, for example when PHP time limits or memory limits are reached during a large import. A practical workaround is to split your CSV into smaller batches and try importing them one by one, which often lets all events be created without hitting those limits.
Thanks,
Savvas
Hi @mensoif,
we have been using event importing process for Sportspress for a few years now and early on faced the same kind of issue. We did some tuning of our php.ini config to get some improvements (as Savvas mentions), but we see there is a practical limit of approx 20 events depending if you are using player data (we do) in the import or not.
so for example our tournaments we will import 36 players for each match (18 each team) and we can import about 20 matches (events). For us this is not so bad as we will validate the data and the league table before runing the next batch
Hope that helps
ok, thanks I will have a look at the php logs to see what limitation I might have hit. Thanks.
PHP Request Startup: Input variables exceeded 1000. To increase the limit change max_input_vars in php.ini.
You where right