• RSS links are not working

    By JC Jean 1 decade ago

    Hi,



    rss links are not working



    The error is shown as like following.



    "This feed contains code errors."



    System does not support the specified encoding.

    Line: 1 Character: 35







    How should i sovle?

    • RSS failure

      By David A Clover 1 decade ago

      I also get no joy with the RSS feature in the .04 version of the Domino xpages Wiki. I just get:



      XML Parsing Error: XML declaration not well-formed

      Location: http://server/wiki.nsf/content.rss

      Line Number 1, Column 31:

      ——————————^

      • Did you follow upgrade proedure as in release note?

        By Steve Castledine 1 decade ago

        Basically if you goto More > Preferences - then check the server tab is filled in correcrly - then click "ok" - should be fine

        • Problem is in the profile form

          By Guus Disselkoen 1 decade ago

          The error is caused by an error in the form that's used for the profile.

          In the View templates the profile document "wikiprofile" is called, however there is no profile with that name.

          I didn't do an upgrade, plain new creation of the database from the template.



          I fixed the problem this way:

          Create a new action button that opens the profile "Preferences". The profile document doesn't open in a popup now, but who cares?

          Changed the values in the Viewtemplate forms to point to the "Preferences" profile in stead of the non-existing "wikiprofile". Now it works.



          It may be quick and dirty, but it works now. I must say this template isn't ready for production yet. To many bugs and missing functionality to be a full wiki.

          • Rss Feeds

            By Paul S Withers 1 decade ago

            Alternatively, if you change the computed text to do an @DbLookup instead of @GetProfileField, you don't need to make any other changes.



            So, instead of:

            @GetProfileField("fPref"; "server_encoding")

            use:

            @DbLookup("";"";"vPref";"1";"server_encoding";[FailSilent])