Hello,
My site is http://norcalsc.com
I am trying to export my entries. I used the instructions found here:
http://expressionengine.com/wiki/Export_Entries/
There are four blogs under my “weblog management” section and I was able to get it to work for me on all but my main blog. When I enter the name of my main blog where it says “default_site” and click “view” on the templates screen, a new window opens, but nothing loads. It opens the address http://www.norcalsc.com/index.php/export/index/
I’m wondering if there are too many entries or comments on the main blog? Do I need to export in batches? I’d like to get this resolved asap, thanks for your help in advance!
Here’s the exact code in the “index” template in my “export” group:
{exp:weblog:entries weblog="Norcal Strength & Conditioning" limit="999" rdf="off"}
AUTHOR: {author}
TITLE: {title}
STATUS: Publish
ALLOW COMMENTS: 2
CONVERT BREAKS: br
{categories}CATEGORY: {category_name}
{/categories}
DATE: {entry_date format='%m/%d/%Y %h:%i:%s %A'}
-----
BODY:
{body}
-----
EXTENDED BODY:
{extended}
-----
{embed="export/comments" the_entry_id="{entry_id}"}
--------
{/exp:weblog:entries}Thanks in advance!