bayness0
•
Advanced
•
3 posts Quote
•
Jul 04, 2008 05:58
•
0 likes
•
 I get the following error - has anyone solved this.
This is a clean install of Dolphin
Warning: XSLTProcessor::importStylesheet() [function.XSLTProcessor-importStylesheet]: Undefined variable in /home/crawleyc/public_html/ptp/orca/classes/en/BxXslTransform.php on line 87 Warning: XSLTProcessor::importStylesheet() [function.XSLTProcessor-importStylesheet]: compilation error: file /home/crawleyc/public_html/ptp/orca/layout/base_en/xsl/edit_cat_forums.xsl line 10 element a in /home/crawleyc/public_html/ptp/orca/classes/en/BxXslTransform.php on line 87 Warning: XSLTProcessor::importStylesheet() [function.XSLTProcessor-importStylesheet]: Attribute template href: failed to compile $rw_forum_ext in /home/crawleyc/public_html/ptp/orca/classes/en/BxXslTransform.php on line 87 Warning: XSLTProcessor::transformToXml() [function.XSLTProcessor-transformToXml]: No stylesheet associated to this object in /home/crawleyc/public_html/ptp/orca/classes/en/BxXslTransform.php on line 88 |
killerhaai
•
Advanced
•
1622 posts Quote
•
Jul 04, 2008 07:21
•
0 likes
•
 It looks that you have not installed the xslt processor on your server... Look with phpinfo.php in your root if this is installed XSLT - enabled. If not ask your hosting to compile your PHP with this, more info into several forum topics Kids first |
bayness0
•
Advanced
•
3 posts Quote
•
Jul 04, 2008 08:06
•
0 likes
•
 It is enabled on my hosting service. I seem to be going through the same loop as a lot of users.
|
killerhaai
•
Advanced
•
1622 posts Quote
•
Jul 04, 2008 08:15
•
0 likes
•
 hmmm something with a stylesheet is not loading... Maby a expertzz can shine its light on this!!! Kids first |
boogerd
•
Advanced
•
193 posts Quote
•
Jul 04, 2008 16:16
•
0 likes
•

hmmm something with a stylesheet is not loading... Maby a expertzz can shine its light on this!!!
Stylesheet huh.. Well, Boonex will tell you it is your server. I will monitor a post, but as I told them, as more and more users start reporting this same error, a realization will set in that there is something wrong with the orca coding..
|
qzplx
•
Advanced
•
20 posts Quote
•
Jul 25, 2008 22:13
•
0 likes
•
 Hi, I also face the same things, I cant create post in the forum.
Please check at: http://ibcn.web.id its show the same error.
Appreciate if someone can take a look of this ?
this is fresh install of dolphin, |
truluvlife
•
Advanced
•
184 posts Quote
•
Jul 25, 2008 22:46
•
0 likes
•
 Whatever it is it's caused by ibcn/orca/classes/en/BxXslTransform.php on line 87
I will look at mine and see if I can offer any help
Rob
Find this line : validate_unicode ($this->_xml);
Following code should look like this :
if (((int)phpversion()) >= 5) {
$xml = new DOMDocument(); if (!@$xml->loadXML($this->_xml)) { $mk = new Mistake (); $mk->log ("BxXslTransform::process - can not load xml:\n " . $this->_xml); $mk->displayError ("Sorry, site is unavailable now, please try again later."); }
$xsl = new DomDocument(); $xsl->load($this->_xsl);
$proc = new XsltProcessor(); $proc->importStyleSheet($xsl); $res = $proc->transformToXML($xml); |
lrepton
•
Advanced
•
744 posts Quote
•
Jul 26, 2008 17:41
•
0 likes
•
 ONE QUESTION:
Is this a FRESH/CLEAN install of 6.1.3 all inclusive? The latest download?
There is a problem with that particular file....theGhost knows also as he has worked with myself and Caltrade on another related prob.
I have deleted everything related to 6.1.3 and reinstalled 6.1.1 and am applying patch by patch to get to 6.1.4.
Just food for thought.
|
qzplx
•
Advanced
•
20 posts Quote
•
Jul 26, 2008 21:33
•
0 likes
•

ONE QUESTION:
Is this a FRESH/CLEAN install of 6.1.3 all inclusive? The latest download?
There is a problem with that particular file....theGhost knows also as he has worked with myself and Caltrade on another related prob.
I have deleted everything related to 6.1.3 and reinstalled 6.1.1 and am applying patch by patch to get to 6.1.4.
Just food for thought.
Yes exactly, I've downloaded the fresh install from dolphin front page, including the Orca.
What should i do next ? |
theGhost
•
Advanced
•
325 posts Quote
•
Jul 27, 2008 00:48
•
0 likes
•
 Warning: XSLTProcessor::importStylesheet() [xsltprocessor.importstylesheet]: Undefined variable in /home/888888/public_html/8888/orca/classes/en/BxXslTransform.php on line 87
Check to make sure you have XML and XSLT functions loaded for PHP and activated.
|
qzplx
•
Advanced
•
20 posts Quote
•
Jul 27, 2008 20:21
•
0 likes
•

Warning: XSLTProcessor::importStylesheet() [xsltprocessor.importstylesheet]: Undefined variable in /home/888888/public_html/8888/orca/classes/en/BxXslTransform.php on line 87
Check to make sure you have XML and XSLT functions loaded for PHP and activated.
FYI,
My Hosting provider already using php 5 ? does it mean its already enabled ? |
gameutopia
•
Advanced
•
465 posts Quote
•
Jul 27, 2008 21:40
•
0 likes
•
 If you have php5x it doesn't necessarily mean that php is compiled with them by your host. Xml is a little more common than xsl. You can ask your host if they are enabled/compiled and they will gladdly tell you. Otherwise you can usually get this info from a phpinfo file. If you have dolphin 6.1x you can login to your admin panel and visit yoursite.com/admin/phpinfo.php if you go direct to the link you will be prompted for user/pass which is your admin login details. Once on that page it's a little detailed but you should find references to xsl/xslt/xslt solbotron or similar in the list somewhere. no sig |
lrepton
•
Advanced
•
744 posts Quote
•
Jul 27, 2008 23:49
•
0 likes
•
 --------------------------------------------------------------------------------------------------------------------
View this also |
qzplx
•
Advanced
•
20 posts Quote
•
Jul 29, 2008 21:09
•
0 likes
•

If you have php5x it doesn't necessarily mean that php is compiled with them by your host. Xml is a little more common than xsl. You can ask your host if they are enabled/compiled and they will gladdly tell you. Otherwise you can usually get this info from a phpinfo file. If you have dolphin 6.1x you can login to your admin panel and visit yoursite.com/admin/phpinfo.php if you go direct to the link you will be prompted for user/pass which is your admin login details. Once on that page it's a little detailed but you should find references to xsl/xslt/xslt solbotron or similar in the list somewhere.
Thanks!
Yes, when I check the XML and XSL is activated, i think this is a bug.

|
lancespurgeon
•
Advanced
•
47 posts Quote
•
Mar 15, 2010 16:54
•
0 likes
•
 Hi Guys
I am not sure posting my queries here are correct ... but I am getting simular javascript error or orca
these are the erros I am getting. I hope someis undefined Line: 2088 Char: 9 Code: 0 URI: http://www.sxtreem.com/forum/
Message: 'BxHistory' is undefined Line: 32 Char: 74 Code: 0 URI: http://www.sxtreem.com/forum/
Regards
Lance Darkestar Holdings www.darkestar.com |
backspacedeletethat
•
Advanced
•
0 posts Quote
•
May 06, 2011 18:51
•
0 likes
•
 I get this code when I click on forums can anyone help with this? I am using 7.0.6
Warning: require_once(/home/javier/public_html/modules/boonex/forum/layout/uni/params.php) [function.require-once]: failed to open stream: No such file or directory in /home/javier/public_html/modules/boonex/forum/integrations/base/config.php on line 99
Fatal error: require_once() [function.require]: Failed opening required '/home/javier/public_html/modules/boonex/forum/layout/uni/params.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/javier/public_html/modules/boonex/forum/integrations/base/config.php on line 99 |