Hello,
I translate the Orca forum to spanish but for some reason when I click the Compile Language:en
I get this ugly Warning messages at the top of any topic
___________________________________________________________________________________
Warning: XSLTProcessor::importStylesheet() [xsltprocessor.importstylesheet]: /home/content/XX/XXXXX/html/modules/boonex/forum/layout/base_es/xsl/live_tracker.xsl:6: parser error : Entity 'eacute' not defined in /home/content/XX/XXXXX/html/modules/boonex/forum/classes/es/BxXslTransform.php on line 87
Warning: XSLTProcessor::importStylesheet() [xsltprocessor.importstylesheet]: <div class="boxFirstHeader">¿Qué está pasando?</div> in /home/content/XX/XXXXX/html/modules/boonex/forum/classes/es/BxXslTransform.php on line 87
Warning: XSLTProcessor::importStylesheet() [xsltprocessor.importstylesheet]: ^ in /home/content/XX/XXXXX/html/modules/boonex/forum/classes/es/BxXslTransform.php on line 87
Warning: XSLTProcessor::importStylesheet() [xsltprocessor.importstylesheet]: /home/content/XX/XXXXX/html/modules/boonex/forum/layout/base_es/xsl/live_tracker.xsl:6: parser error : Entity 'aacute' not defined in /home/content/XX/XXXXX/html/modules/boonex/forum/classes/es/BxXslTransform.php on line 87
Warning: XSLTProcessor::importStylesheet() [xsltprocessor.importstylesheet]: <div class="boxFirstHeader">¿Qué está pasando?</div> in /home/content/XX/XXXXX/html/modules/boonex/forum/classes/es/BxXslTransform.php on line 87
Warning: XSLTProcessor::importStylesheet() [xsltprocessor.importstylesheet]: ^ in /home/content/XX/XXXXX/html/modules/boonex/forum/classes/es/BxXslTransform.php on line 87
Warning: XSLTProcessor::importStylesheet() [xsltprocessor.importstylesheet]: compilation error: file /home/content/XX/XXXXX/html/modules/boonex/forum/layout/uni_es/xsl/live_tracker.xsl line 3 element include in /home/content/XX/XXXXX/html/modules/boonex/forum/classes/es/BxXslTransform.php on line 87
Warning: XSLTProcessor::importStylesheet() [xsltprocessor.importstylesheet]: xsl:include : unable to load /home/content/XX/XXXXX/html/modules/boonex/forum/layout/base_es/xsl/live_tracker.xsl in /home/content/XX/XXXXX/html/modules/boonex/forum/classes/es/BxXslTransform.php on line 87
Warning: XSLTProcessor::transformToXml() [xsltprocessor.transformtoxml]: No stylesheet associated to this object in /home/content/XX/XXXXX/html/modules/boonex/forum/classes/es/BxXslTransform.php on line 88
_________________________________________________________________________________________
I check line 88 on Dreamweaver and I found this
86. $proc = new XsltProcessor();
87. $proc->importStyleSheet($xsl);
88. $res = $proc->transformToXML($xml);
89.
90. }
can some one tell me wat is wrong so I can not see this ugly warning no more on my forum please
Thank you,