You are not logged in.
Pages: 1
I just imported a bunch of wordpress blog entries into the btx_dogwood_posts table in order to migrate a blog to the new system. It appears to have worked great, but when I go to the post view in the CMS admin area, I can only see the test entries that I put in manually. Any idea why I'm not seeing the imported posts?
Offline
You'll need to truncate the bigtree_module_view_cache table. It is a cache table for all of the module views in the admin, so if you manually add things to your view tables you need to run BigTreeAutoModule::clearCache("table_name"); afterwards in order to reset those caches.
Offline
Perfect - thanks!
Offline
Pages: 1