I ran into something recently and I can’t figure out what’s wrong—
In switching from local server to staging server, I usually Export the DB from local and import into Staging. It’s worked great so far.
Recently I wanted to Export the DB from the staging—because changes had been made there—and wanted to import to Local. It worked, but for some reason when I go to a certain template page for one channel - no entries are listed (they just so happen to coincide with the channel I added entries to on the staging server).
A look into Content/Edit reveals those entries to be there. If I call the entry with the full URL (http://site.com/channel_temp/section/entry_title) I get the entry just like I should. http://site.com/channel_temp/section which should reveal all those entries listed out - reveals nothing (just the exp:channel tag - the rest of the temp is fine)
Now here’s the strange part - if I go ahead and re-export that DB and re-import it into the staging server—all the entries show up as expected!
When switching servers I use Deeploy Helper to help me quickly change all the paths and that seems to be working fine - no problems.
In addition the DB I download from the staging server is 7.1MB, the one I export from local—which is supposed to have the same info is only 6.7MB
What could be causing this issue?