Important: This page is using cookies (cookies). Using this website without turning off cookies in browser, means that you agree for using it.
Buy Now! Features Downloads

Earn with us!

If you would like to start earning money with vBET join to Affiliate Program.
Page 2 of 2 FirstFirst 12
Results 11 to 20 of 20

Thread: Wrong coding in RSS

  1. #11
    Michał Podbielski (vBET Staff) vBET's Avatar
    Join Date
    Oct 2009
    Posts
    3,037

    Default

    OK - so it is this still an issue? Because we are not able to reproduce it.

    Possible reason why it wasn't working and now it is, is because RSS channel shows other messages right now. So it is possible that some issue exist, but it is rare and we do not know now what it is.

    For sure - it is not because of vBET cache - RSS has it's own vBulletin's cache so for RSS translations vBET cache is not used at all (it appears to be better for performance).

    I will leave this thread open for some time. As I wrote we are not able to reproduce it on our side. So if I can ask you please monitor your RSS channel and check it from time to time. If you find this issue again it would be best to copy and give us links to every post which was shown in your RSS channel. This way we will be able to put it to our test forum, see exact content and work on it. Please stay in touch with this issue.

  2. #12
    Member
    Join Date
    Oct 2009
    Posts
    67

    Default

    RSS still fine. But I will monitor and report if problem occurs again.

  3. #13
    Michał Podbielski (vBET Staff) vBET's Avatar
    Join Date
    Oct 2009
    Posts
    3,037

    Default

    Quote Originally Posted by krisp View Post
    RSS still fine. But I will monitor and report if problem occurs again.
    It is also possible that this wrong content was from vB cache - generated before update. We will see does some bugs will appear in future.

  4. #14
    Member
    Join Date
    Oct 2009
    Posts
    67

    Default

    There is an issue:

    If title contains language tags and body contains source without tags then rss for source language dies. RSS then shows <?xml version="1.0" encoding="UTF-8"?> when source in fact is iso-8859-10

    Title:

    [*language=en*]Title in english[*/language]

    Body:

    iso-8859-10 source language with no tags

    (* inserted in example)

    Another small issue (explorer only): RSS for source (iso-8859-10 language) (even when not provoking above) cannot show hyphen in titles: - (it can show hyphen in titles for other languages though)
    Last edited by krisp; 27-01-10 at 08:54.

  5. #15
    Michał Podbielski (vBET Staff) vBET's Avatar
    Join Date
    Oct 2009
    Posts
    3,037

    Default

    There is no lanuguage bbcode. I assume that you mean langtitle bbcode.

    Question is - does issue really exists? Do you see any wrong content?...

    vBET re-encodes RSS content when any translation is made. So - do you have issue or you just think that there could be an issue? If you have issue then please be more specific - give us URL and point which content is wrong. This will help us to fix it

    About hyphen - which exactly is this sign? '_' or '-' or something else... Please point it and give URL where we can see it. Also do you see this hyphen in html source? If yes, then it is just a way how IE shows it.

  6. #16
    Member
    Join Date
    Oct 2009
    Posts
    67

    Default

    If you send me a pm when you are ready to look at it, I can provoke the error temporarily.

    You will get an url of the thread causing the problem + a link to the rss feed.

  7. #17
    Member
    Join Date
    Oct 2009
    Posts
    67

    Default

    Ok here is an example to my test forum:

    Right now you will see the RSS-feed is not working: <![CDATA[TGO]]>

    The RSS feed contains 2 new threads:

    1. A thread with the title tagged in English - body is not tagged: Engelsk tagged titel

    2. A thread not tagged: url=http://www.thegameonline.dk/showthread.php?t=16631

    You can make the RSS-feed work in to ways.

    a) Delete the title tags of thread 1.
    or
    b) Delete thread 2.

    I have pm'd you the user login for thread starter so you can log in and test

  8. #18
    Michał Podbielski (vBET Staff) vBET's Avatar
    Join Date
    Oct 2009
    Posts
    3,037

    Default

    Great thanks. I totally see it right now. We will reproduce it on our server and we will fix it

  9. #19
    Michał Podbielski (vBET Staff) vBET's Avatar
    Join Date
    Oct 2009
    Posts
    3,037

    Default

    Just want you to know that we successfully reproduced it on our server, so it will be solved soon

  10. #20
    Michał Podbielski (vBET Staff) vBET's Avatar
    Join Date
    Oct 2009
    Posts
    3,037

    Default

    Corrected. Will be included in 3.3.2

    For quick fix please fallow this instructions:
    1. Open file /includes/vbenterprisetranslator_class_externalParser.php
    2. Find code:
    PHP Code:
    $this->outputResult[$this->index] .= $toTranslate;              
    if (
    false === $cdata) {
    $this->outputResult[$this->index] .= ']]>';
    }
    return 
    false
    3. Change first line in it to:
    PHP Code:
    $this->outputResult[$this->index] .= vbet_getReEncoded($toTranslate); 

Page 2 of 2 FirstFirst 12

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •