Hi all
I have installed two templates which I brought of the market, and they work fine except the forum tab. everytimeI click it it shows the following message:-
Warning: XSLTProcessor::transformToXml() [xsltprocessor.transformtoxml]: runtime error: file /home/believe1/public_html/modules/boonex/forum/layout/base_en/xsl/recent_topics.xsl line 14 element call-template in /home/believe1/public_html/modules/boonex/forum/classes/en/BxXslTransform.php on line 88
Warning: XSLTProcessor::transformToXml() [xsltprocessor.transformtoxml]: The called template 'box' was not found. in /home/believe1/public_html/modules/boonex/forum/classes/en/BxXslTransform.php on line 88
Does anyone know what this means?
Thank you in advance
|
because they where built for dolphin 7.0.7 and you are using dolphin 7.0.8 https://dolphin-techs.com - Skype: Dolphin Techs |
So does this mean they are useless? And how do I know if the templates are compatible for the version of Dolphin that I am using.
Sorry for the stupid question, but I am new to Boonex.
Thank you in advance
|
no, not totally useless per se' useless in their current state for dolphin 7.0.8. so you need to contact the developer of those templates and ask them to update the source so that the template is 7.0.8 compatible. at the same time before you do that, make sure that what you purchased stated it was 7.0.8 compatible, and that you did not purchase something for an older version.
most of these template developers will get your template corrected or provide you with written instruction on what needs to be done to get the template corrected.
When a GIG is not enough --> Terabyte Dolphin Technical Support - Server Management and Support |
you just need to create a folder in modules/boonex/forums/layout. make a copy of the uni folder rename it to the same thing as your 3rd party template folder name.
then open params.php and edit the paths replace uni with your template 3 or 4 letter name.
$gConf['dir']['xsl'] = $gConf['dir']['layouts'] . 'uni/xsl/'; // xsl dir
$gConf['url']['css'] = $gConf['url']['layouts'] . 'uni/css/'; // css url $gConf['url']['xsl'] = $gConf['url']['layouts'] . 'uni/xsl/'; // xsl url
https://dolphin-techs.com - Skype: Dolphin Techs |
I've tried this fix, and now I can see my forums pages. I have a new problem though. Now I'm seeing the "brackets" around the page/section titles. How can this be resolved?
[L[Recent Topics]] for example.
Thanks,
Ron
|
Thanks for the suggestions, but unfortunately none of them seem to be working. i am still getting the same errors.
I am not sure if this error can be fixed as I am not very good at PHP or anything like that, so do you think that I have to buy a template compatible with 7.08.?
One more question, how do I check what version of dolphin I am running?
Thank you in advance
|
[L] is an indicator that you need to compile the language files for Orca, that is standard, and not an actual error or problem. not a problem unless the language wont compile that is.
I've tried this fix, and now I can see my forums pages. I have a new problem though. Now I'm seeing the "brackets" around the page/section titles. How can this be resolved?
[L[Recent Topics]] for example.
Thanks,
Ron
When a GIG is not enough --> Terabyte Dolphin Technical Support - Server Management and Support |
How can you compile a language if everytime you click Forums, the error message appears? |
you just need to create a folder in modules/boonex/forums/layout. make a copy of the uni folder rename it to the same thing as your 3rd party template folder name.
then open params.php and edit the paths replace uni with your template 3 or 4 letter name.
$gConf['dir']['xsl'] = $gConf['dir']['layouts'] . 'uni/xsl/'; // xsl dir
$gConf['url']['css'] = $gConf['url']['layouts'] . 'uni/css/'; // css url $gConf['url']['xsl'] = $gConf['url']['layouts'] . 'uni/xsl/'; // xsl url
Hello,
i have make this but my site belive withe :( When i make with Admin -> Templates set to UNI than i can open my Forum and when i used the Template "odyssey" than a become only a withe Screen =(
And the Developer will a invocie but i have this buy for over 3 Months and papal have not so long historys :(
Cane you help me?
Regards, Paykoman
|
OMG man thank you so much i have looked everywhere for this information... this should be a stickie or something lol
you just need to create a folder in modules/boonex/forums/layout. make a copy of the uni folder rename it to the same thing as your 3rd party template folder name.
then open params.php and edit the paths replace uni with your template 3 or 4 letter name.
$gConf['dir']['xsl'] = $gConf['dir']['layouts'] . 'uni/xsl/'; // xsl dir
$gConf['url']['css'] = $gConf['url']['layouts'] . 'uni/css/'; // css url $gConf['url']['xsl'] = $gConf['url']['layouts'] . 'uni/xsl/'; // xsl url
|