Forum module issues, found this here

https://www.boonex.com/trac/dolphin/wiki/GenDol7TShooter#Forumfailswiththiserrormessage:LSiteisunavailable

 

In this help section, it is talked about: //<![CDATA[

//]]>

 

When i use the debugger tool  it is shown that many of this cdata code elements are used . I deleted every header and body injection i am using (like facebook login and so on) but this cdata stayed. 

 

And i still have the problem that the url of forum articles works at first and when clicked again the same URL, does not work anymore.

 

Has anybody an idea what exactly causes this cdata, how i can get rid of it and if it is really the root for my problems with the forum module.

Quote · 3 Sep 2018

The forum is written in XML and cdata is part of the code format.  Cdata is normal markup for the forum.

CDATA stands for Character Data and it means that the data in between these strings includes data that could be interpreted as XML markup, but should not be.

It is to keep the XML parser from incorrectly trying to parse something that is should not.  It is not something you want to get rid of it.

Geeks, making the world a better place
Quote · 3 Sep 2018

And by the way, a two second search on the net would have provided you the answer to CDATA.  We don't mind helping on the forum but you should also do an internet search first; that is just common sense when being a webmaster.  If I come across some php error that I have not seen before, out to the net to search for the error.

Geeks, making the world a better place
Quote · 3 Sep 2018

My question was badly formulated.

 

Mainly i wanted to know about this cdata and the tip they gave they provided in the link

 

Quote: "Usually, the problem is caused by these two lines inserted in some javascript ads and banners:

//<![CDATA[
//]]>

So, search for these lines in your javascript code and remove them."

 

Quote · 4 Sep 2018

OK.  So restate what your issues is; what problems are you seeing?

Geeks, making the world a better place
Quote · 4 Sep 2018
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.