I've previously used Simple PHP Blog before http://www.simplephpblog.com/
It doesn't store in a database, but in flat files.
Regretfully, I found that Serendipity doesn't inlcude it in the list of blogs from where I can import posts.
Any tips about how i can solve this dilemma and import?
If this is impossible, I'm prepared to copy all posts and comments from the old blog into my new Serendipity. The questions are: Can I add correct writers and dates in a fairly simple and straight forward way? Tips about that?
Edit: I might add that a regular newsreader picks up the newsfeed just fine when adding the very same URL that fails in Serendipity's import function (from same computer)
Best,
Dan
How import from Simple PHP Blog?
-
garvinhicking
- Core Developer
- Posts: 30022
- Joined: Tue Sep 16, 2003 9:45 pm
- Location: Cologne, Germany
- Contact:
Re: How import from Simple PHP Blog?
Hi!
The problem is the flat file format, it's too obfuscated to easily parse.
Maybe your server is firewalled and cannot access the feed?
Regards,
Garvin
The problem is the flat file format, it's too obfuscated to easily parse.
Can you explain more in depth what you mean with "correct writers and dates"?If this is impossible, I'm prepared to copy all posts and comments from the old blog into my new Serendipity. The questions are: Can I add correct writers and dates in a fairly simple and straight forward way? Tips about that?
How does it fail? Do you get an error?Edit: I might add that a regular newsreader picks up the newsfeed just fine when adding the very same URL that fails in Serendipity's import function (from same computer)
Maybe your server is firewalled and cannot access the feed?
Regards,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
Re: How import from Simple PHP Blog?
Hi Garvin. Thanks for replies!
Best,
Dan
I suspected as much. But since I had no problems getting the feed into a regular newsreader, I thought it might be OK anyway.garvinhicking wrote:Hi!
The problem is the flat file format, it's too obfuscated to easily parse.
I just meant that the correct dates the comments and posts were written will be parsed into Serendipity and used there as opposed to the date when I import them or something. Likewise with the names: I don't have any users in the dtabase, but hope it'll be OK to import and have the comments signed with correct names anyway..garvinhicking wrote: Can you explain more in depth what you mean with "correct writers and dates"?
I get this error:garvinhicking wrote: How does it (Serendipity) fail? Do you get an error?
Starting import procedure...
Import failed: feed://mysite.com/rss.php
Import failed:
Hmmm....I don't think so. The development server is on the same computer as the newsreader wich imports the feed without problems, and port 80 is wide open all the way through modems, firewalls, etc. But I'm not a network expert and can easily be mistaken.garvinhicking wrote: Maybe your server is firewalled and cannot access the feed?
Best,
Dan
-
garvinhicking
- Core Developer
- Posts: 30022
- Joined: Tue Sep 16, 2003 9:45 pm
- Location: Cologne, Germany
- Contact:
Re: How import from Simple PHP Blog?
Hi!
HTH,
Garvin
Comments are not part of the RSS feed, so they won'T be imported at atll. You'd need to import them manually, or use a tool like phpMyAdmin to import them to the database?I just meant that the correct dates the comments and posts were written will be parsed into Serendipity and used there as opposed to the date when I import them or something. Likewise with the names: I don't have any users in the dtabase, but hope it'll be OK to import and have the comments signed with correct names anyway..
That's an invalid protocol, please try http://mysite.com/rss.php -- feed:// is only used on desktop machines, and cannot be used for servers.Import failed: feed://mysite.com/rss.php
HTH,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
Re: How import from Simple PHP Blog?
Hi again,garvinhicking wrote:Hi!
Comments are not part of the RSS feed, so they won'T be imported at atll. You'd need to import them manually, or use a tool like phpMyAdmin to import them to the database?I just meant that the correct dates the comments and posts were written will be parsed into Serendipity and used there as opposed to the date when I import them or something. Likewise with the names: I don't have any users in the dtabase, but hope it'll be OK to import and have the comments signed with correct names anyway..
That's an invalid protocol, please try http://mysite.com/rss.php -- feed:// is only used on desktop machines, and cannot be used for servers.Import failed: feed://mysite.com/rss.php
HTH,
Garvin
Many thanks for quick replies!!!!
OK, I'll copy and paste into the database.
And sorry, I forgot to mention before: I tried using http:// too for the URL due same reasons.
Best,
Dan