Figured it out -- After uploading batches of posts, I would delete them through Bulk Editing. I would trash them but the post meta had residual data that would get in the way of any new imports of the same name. I cleared out all of my postmeta data in phpmyadmin and reuploaded the files and it worked fine. To counteract the issues I was having with timeout, I changed the server to run on Apache instead of FastCGI. Hope this helps any others out there!
On Nov 22, 8:46 am, Kristine Fernandez <[email protected]> wrote: > Hi all, > > I was just hoping someone had some insight into the problem that I > have been experiencing. > > I'm trying to upload a csv file with about 800 posts that include > various Magic Fields (a plugin with functionality that resembles WP > custom fields) values per post. > > We're running on FastCGI right now, and this was causing issues with > the php script timing out. We changed some of the timeout values that > were causing it to give us a 500 error and were able to upload the > posts in bulk, however afterwards we realized that although the data > was being inserted into the posts, they wouldn't reflect on the front > end until we clicked Edit Post and then Update. What's weird is that > originally previous to changing the php timeout values, these posts > were being updated correctly upon import (it just wouldn't let us > upload as many files as we needed) > > Has anyone run into this problem? Or does anyone have any insight into > updating all posts with the Magic Fields content? > > Thanks in advance for any help! -- Our Web site: http://www.RefreshAustin.org/ You received this message because you are subscribed to the Google Groups "Refresh Austin" group. [ Posting ] To post to this group, send email to [email protected] Job-related postings should follow http://tr.im/refreshaustinjobspolicy We do not accept job posts from recruiters. [ Unsubscribe ] To unsubscribe from this group, send email to [email protected] [ More Info ] For more options, visit this group at http://groups.google.com/group/Refresh-Austin
