Author |
Topic |
MarcelG
Retired Support Moderator
Netherlands
2625 Posts |
|
Shaggy
Support Moderator
Ireland
6780 Posts |
Posted - 12 July 2005 : 10:31:52
|
You're welcome, shout back if you need more details than that.
< |
Search is your friend “I was having a mildly paranoid day, mostly due to the fact that the mad priest lady from over the river had taken to nailing weasels to my front door again.” |
|
|
MarcelG
Retired Support Moderator
Netherlands
2625 Posts |
Posted - 12 July 2005 : 11:05:27
|
I will certainly do so!
Anyway, thanks for all the help so far ; I'll be heading home now ; plenty of time tonight to fiddle around With a bit of luck - and a lot of trial&error - I hope to have this up and running by tomorrow.< |
portfolio - linkshrinker - oxle - twitter |
|
|
Shaggy
Support Moderator
Ireland
6780 Posts |
Posted - 12 July 2005 : 11:18:15
|
Looking forward to it, man
< |
Search is your friend “I was having a mildly paranoid day, mostly due to the fact that the mad priest lady from over the river had taken to nailing weasels to my front door again.” |
|
|
MarcelG
Retired Support Moderator
Netherlands
2625 Posts |
Posted - 12 July 2005 : 14:06:16
|
lol....while driving home, sr_erick took the mod and seems to have nearly finished it ( screenshot) Now I just have to get my hands on sr_ericks edits to see what I shóuld have done ... < |
portfolio - linkshrinker - oxle - twitter |
Edited by - MarcelG on 12 July 2005 14:16:08 |
|
|
MarcelG
Retired Support Moderator
Netherlands
2625 Posts |
Posted - 12 July 2005 : 15:35:49
|
Well...the DBS file is giving me a headache.
I started with the DBS mentioned above, but with the MEMBERS_FEEDS. and MEMBERS_MFEEDS. removed from the fieldnames. The first table (FORUM_FEEDS) got added..but the second one failed, cause it existed already. Strange. So, I checked the db using tableeditor ; no mfeeds table. So, I decided to retry, with different tablenames. I just ran this dbs file:
Members RSS Feeds Mod for 3.4
[CREATE]
DAHSJK
MFEED_ID#int#NULL#0
MEMBER_ID##NULL#0
[END] So, there's NO way that a table called FORUM_DAHSJK was already in there. However, this is the result:
quote:
Members RSS Feeds Mod for 3.4
Creating table(s)... CREATE TABLE FORUM_DAHSJK( MFEED_ID#INT#NULL#0 int IDENTITY (1, 1) PRIMARY KEY NOT NULL , MEMBER_ID NULL DEFAULT 0) Table already exists
Database setup finished
?? What's happening ?< |
portfolio - linkshrinker - oxle - twitter |
Edited by - MarcelG on 12 July 2005 15:37:57 |
|
|
-gary
Development Team Member
406 Posts |
|
MarcelG
Retired Support Moderator
Netherlands
2625 Posts |
|
MarcelG
Retired Support Moderator
Netherlands
2625 Posts |
Posted - 14 July 2005 : 04:47:15
|
Mmm...Gary, perhaps you know what's causing this: I'm retrieving the rss feed from my own site (which is valid RSS 2.0), but the RSSReader demo gives this error:
quote: RSSContentFeed error '800403e9'
GetRSS: XML error: End tag 'item' does not match the start tag 'title'.
/scripts/rss/RSS_Content_Feed_class.1.asp, line 626
< |
portfolio - linkshrinker - oxle - twitter |
Edited by - MarcelG on 14 July 2005 04:51:15 |
|
|
Shaggy
Support Moderator
Ireland
6780 Posts |
Posted - 14 July 2005 : 04:50:00
|
Did you get the DBS problem sorted, Marcel?
< |
Search is your friend “I was having a mildly paranoid day, mostly due to the fact that the mad priest lady from over the river had taken to nailing weasels to my front door again.” |
|
|
MarcelG
Retired Support Moderator
Netherlands
2625 Posts |
Posted - 14 July 2005 : 05:21:15
|
quote: Originally posted by Shaggy
Did you get the DBS problem sorted, Marcel?
Nope, still not solved. I haven't done much since last tuesday though...(had our 4th wedding anniversary yesterday). Will look into it today and tomorrow once again.< |
portfolio - linkshrinker - oxle - twitter |
Edited by - MarcelG on 14 July 2005 05:21:45 |
|
|
-gary
Development Team Member
406 Posts |
Posted - 14 July 2005 : 12:09:18
|
quote: Originally posted by marcelgoertz
Mmm...Gary, perhaps you know what's causing this: I'm retrieving the rss feed from my own site (which is valid RSS 2.0), but the RSSReader demo gives this error:
quote: RSSContentFeed error '800403e9'
GetRSS: XML error: End tag 'item' does not match the start tag 'title'.
/scripts/rss/RSS_Content_Feed_class.1.asp, line 626
It's choking on an umlaut mark in one of your titles. Don't know why yet.< |
KawiForums.com
|
|
|
-gary
Development Team Member
406 Posts |
Posted - 14 July 2005 : 14:37:28
|
The XmlHttp function needs to use Msxml2.ServerXMLHTTP.4.0 instead of Msxml2.ServerXMLHTTP, otherwise all non-ascii charaters and the next are converted to question marks.
Your <title>Compleet nederlands gezin verongelukt in Italië</title> line was being converted to <title>Compleet nederlands gezin verongelukt in Itali?/title> causing the parser to not find the closing title tag.
Download here if you're able to install. If not, your host should upgrade.< |
KawiForums.com
|
|
|
MarcelG
Retired Support Moderator
Netherlands
2625 Posts |
Posted - 14 July 2005 : 17:45:25
|
Ah, ok! Thanks for clearing that up! I think I would have searched for that for years before I would find that!< |
portfolio - linkshrinker - oxle - twitter |
|
|
MarcelG
Retired Support Moderator
Netherlands
2625 Posts |
|
Topic |
|