Calendar Not all vb events imported

This is a weird issue:
vb calendar has 303 events.
nf calendar imports 303 events on my test site.
nf calendar imports 297 events on my live site.
WTH?
 
Are you looking at rows in the db or what the calendars themselves are telling you? If it's the latter, you may have some deleted events which aren't counted.
 
vb calendar has 303 events in the database
nf calendar on test site reports 303 events imported on /admin.php?import/import
nf calendar on live site reports 297 events imported on /admin.php?import/import
 
You could have a user missing from your vb import log / xf db for whatever reason. Doesn't make much sense either if your live and test dbs are in sync but that's the only reason an event is skipped during the import (i.e. there's no associated user record in your xf table).
 
Back
Top