trying to use other template

Warning: require_once(/home/hardtime/public_html/templates/tmpl_simpleblack/scripts/BxTemplIndexPageView.php) [function.require-once]: failed to open stream: No such file or directory in /home/hardtime/public_html/inc/utils.inc.php on line 842 Fatal error: require_once() [function.require]: Failed opening required '/home/hardtime/public_html/templates/tmpl_simpleblack/scripts/BxTemplIndexPageView.php' (include_path='.:/usr/lib/php:/usr/local/lib/php:/home/hardtime/public_html/plugins/phpids/') in /home/hardtime/public_html/inc/utils.inc.php on line 842

i get this when i try to use other templates can some one help me with this please

Quote · 1 Jan 2010

Common problem for templates released prior to D7RC4. Those templates do not work on D7 Final.

You need to replace the scripts in the scripts directory of the new template with a copy of the scripts from the D7 final UNI scripts directory.

All scripts except BxTemplName.php

That one defines the name of the template so you want to skip it.

Then of course you need to hope the author of the template did not modify any of those scripts to make his template work.



So keep backups of everything.

My guess is the author has not updated it for D7 Final, or your not running D7 Final. One or the other.

https://www.deanbassett.com
Quote · 1 Jan 2010

Warning: require_once(/home/hardtime/public_html/modules/boonex/forum/layout/skin002/params.php) [function.require-once]: failed to open stream: No such file or directory in /home/hardtime/public_html/modules/boonex/forum/integrations/base/config.php on line 96 Fatal error: require_once() [function.require]: Failed opening required '/home/hardtime/public_html/modules/boonex/forum/layout/skin002/params.php' (include_path='.:/usr/lib/php:/usr/local/lib/php:/home/hardtime/public_html/plugins/phpids/') in /home/hardtime/public_html/modules/boonex/forum/integrations/base/config.php on line 96

If i use other templates and i try to go to the forums i get this error,Any help on this one? please

Quote · 1 Jan 2010

Warning: require_once(/home/hardtime/public_html/modules/boonex/forum/layout/skin002/params.php) [function.require-once]: failed to open stream: No such file or directory in /home/hardtime/public_html/modules/boonex/forum/integrations/base/config.php on line 96 Fatal error: require_once() [function.require]: Failed opening required '/home/hardtime/public_html/modules/boonex/forum/layout/skin002/params.php' (include_path='.:/usr/lib/php:/usr/local/lib/php:/home/hardtime/public_html/plugins/phpids/') in /home/hardtime/public_html/modules/boonex/forum/integrations/base/config.php on line 96

If i use other templates and i try to go to the forums i get this error,Any help on this one? please

home/hardtime/public_html/modules/boonex/forum/layout/skin002/params.php most likely garbage at the end of the file.

Try opening the file and make sure there are no extra lines at the end of the file at the closing ?>

You could also try reuploading that file making sure the file is transfered in ascii mode, not binary.

https://www.deanbassett.com
Quote · 1 Jan 2010

ok if i go to home/hardtime/public_html/modules/boonex/forum/layout/skin002/params.php  there is no skin002/params.php    but am using that template

Quote · 1 Jan 2010

Copy it from the Uni template.  Then it should work.

My opinions expressed on this site, in no way represent those of Boonex or Boonex employees.
Quote · 1 Jan 2010

Until RC4, which was only around for 2 days, a few template files did not exist, and they need to be added to existing templates.

My opinions expressed on this site, in no way represent those of Boonex or Boonex employees.
Quote · 1 Jan 2010

copy what? and put it where?

Quote · 1 Jan 2010

copy what? and put it where?

copy

modules/boonex/forum/layout/uni/params.php

To:

modules/boonex/forum/layout/skin002/


Once you get that done, don't worry about the next fatal error that pops up about the directory that does not exist.  Just post the error here, and we'll get it fixed.

My opinions expressed on this site, in no way represent those of Boonex or Boonex employees.
Quote · 1 Jan 2010

i would copy and pasty that but there is no modules/boonex/forum/layout/skin002/   i can go as far as  modules/boonex/forum/layout/        but the skin002 is not there

Quote · 1 Jan 2010

You need to create that skin002 directory.

https://www.deanbassett.com
Quote · 1 Jan 2010

ok then just put the one file in it?

Quote · 1 Jan 2010

For now.

We need to do things one step at a time. It's obvious the template you are trying to use was not designed for D7 Final.

So we will need to go by what we see for errors to determine whats needed.

https://www.deanbassett.com
Quote · 1 Jan 2010

Deano is right.  The entire directory is missing.

My opinions expressed on this site, in no way represent those of Boonex or Boonex employees.
Quote · 1 Jan 2010

ok that worked but now it looks like this  and i did compile lang but still  have the [l[ ]] thing

Forum Posts
[L[Forums]][L[Topics]][L[Latest Post]]

div.main_footer_block{ border:1px solid #CECECE; width: 998px; margin-left: auto; margin-right: auto; height:49px; background-image:url(templates/tmpl_skin004/images/footer_part.png); font-size:11px; } div.powered_section { color:#333333; padding-left:10px; padding-top:5px; } div.powered_section a, div.powered_section a:link, div.powered_section a:visited { color: #3333CC; text-decoration: none; } div.powered_section a:hover, div.powered_section a:active { color: #3333CC; text-decoration: underline; } div.logo-section { padding-top:7px; padding-right:10px; text-align:right; } div.license_section { color:#000; padding-left:10px; padding-top:5px; } div.license_section a, div.license_section a:link, div.license_section a:visited { color: #3333CC; text-decoration: none; } div.license_section a:hover, div.license_section a:active { color: #3333CC; text-decoration: underline; }

Quote · 1 Jan 2010

Did the template you download contain a modules folder that would contain skins for the D7 modules?

https://www.deanbassett.com
Quote · 1 Jan 2010

The easiest thing to do would be to dowload the uni and uni-en directories, rename them to skin002 and skin002-en, then upload them to the  same directory.

These directories are in the modules/boonex/forum/layout/  directory

My opinions expressed on this site, in no way represent those of Boonex or Boonex employees.
Quote · 1 Jan 2010

Deano, he's using a free template he found on cogzideltemplates.com    It was designed for an early beta version.

My opinions expressed on this site, in no way represent those of Boonex or Boonex employees.
Quote · 1 Jan 2010

this is what is in the skin002 folder

css

images

scripts

default.html

designbox_1html

Quote · 1 Jan 2010

I give up. You are not even paying attention.

My opinions expressed on this site, in no way represent those of Boonex or Boonex employees.
Quote · 1 Jan 2010

Deano, he's using a free template he found on cogzideltemplates.com    It was designed for an early beta version.

there is a reason these templates were free. quite possibly would have saved a bucket of time and frustration if the template had just been purchased?

the saying is; you get what you pay for.

Regards,

DosDawg

When a GIG is not enough --> Terabyte Dolphin Technical Support - Server Management and Support
Quote · 1 Jan 2010

Ok. my second post here contains a step you need to take.

copy all scripts from templates/uni/scripts to templates/skin002/scipts

Skip the script called BxTemplName.php. Do not copy that one.

Now also do what huston said.

In modules/boonex/forum/layout make copys of uni and uni_en and name them skin002 and skin002_en



Yea. DD. Your right. You do get what you pay for.

https://www.deanbassett.com
Quote · 1 Jan 2010

yes i did every thing you all asked me to do, but ok you get what you pay for.... it all works but the  [[[  ]]]] shit in the fourms, O well bad for me....

Quote · 1 Jan 2010

looks like it all worked thank you all very very much for all your help

Quote · 1 Jan 2010

Warning: require_once(/home/hardtime/public_html/modules/boonex/forum/layout/skin002/params.php) [function.require-once]: failed to open stream: No such file or directory in /home/hardtime/public_html/modules/boonex/forum/integrations/base/config.php on line 96 Fatal error: require_once() [function.require]: Failed opening required '/home/hardtime/public_html/modules/boonex/forum/layout/skin002/params.php' (include_path='.:/usr/lib/php:/usr/local/lib/php:/home/hardtime/public_html/plugins/phpids/') in /home/hardtime/public_html/modules/boonex/forum/integrations/base/config.php on line 96

If i use other templates and i try to go to the forums i get this error,Any help on this one? please

You have to add folder in folder: /modules/boonex/forum/layout/name_of_your_template . Zip folder uni from there, download to computer, unzip it, change the name of the folder to name of your skin, open it, open params.php with notepad, change the part when you c name uni, on the three lines you have that, just the name uni nothing else, save it, again zip it, u pload to folder from you are downloaded, extract, that's it. Run the forum with that template, couple of time press compile lang, ready to go...

Quote · 1 Jan 2010

yes i did every thing you all asked me to do, but ok you get what you pay for.... it all works but the  [[[  ]]]] shit in the fourms, O well bad for me....

You must compile language couple of time. Login as a admin of the site and go to forum. Press couple of time compile lang: en and confirm it... no more [[[[[[[   or ]]]]]]

Quote · 1 Jan 2010

looks like it all worked thank you all very very much for all your help

i feel pretty bad for all that have been involved in this, deano, HL, and TMiles. seems we had this same sort of conflict with templates from 6.0 --> 6.1. i have often wondered why they do not just take this environment to smarty_templates. man what a powerhouse it would be then.

TMiles, when you try to compile the en on there is it not doing anything? what you may very well have to do is remove the base_en and templatename_en

those two are written when the languages are recompiled. if its not compiling you can well maybe not remove them, bad choice of words there, possibly rename them and then see if the languages will recompile.

Regards,

Happy New Year all

When a GIG is not enough --> Terabyte Dolphin Technical Support - Server Management and Support
Quote · 1 Jan 2010

If there is an open_basedir restriction in effect by your host durring D7 install it can cause orca forum to do nothing at all when you click on compile en. You will also see the spinning disk on the left.

If you get your host to change open_basedir restriction to no value, you will probably also have to manually change a few file permissions.

open_basedir is supposed to be no value, however you can still install d7 if there are restrictions in effect, but it will give you plenty of trouble later. So if you are installing d7 make sure you do not have any open_basedir restrictions going on first.

DialMe.com - Your One and Only Source For Boonex Dolphin Tutorials and Resources
Quote · 1 Jan 2010

TMiles, you will need to remove the designbox_1.html from the /templates/skin002 folder or else you will have problems trying to post phots, videos, etc on the wall.. It will give you a spinning circle that never ends.

Just a heads up :)

Chris

Nothing to see here
Quote · 1 Jan 2010

Bad advice zarcon.  Removing that file would render the template useless.

My opinions expressed on this site, in no way represent those of Boonex or Boonex employees.
Quote · 1 Jan 2010

I use that same template, the only problem is the compiling of the orca language file.  Forum itself is working. 
Photo uploading to wall,  i see only a link on the wall no photo. But photo is on the wall category


Several clicking compile was not working also. :(
and this also not working under uni template.

Kids first
Quote · 1 Jan 2010

Bad advice zarcon.  Removing that file would render the template useless.

Sorry HL, I was just posting what I had actually went through using one of those templates from that site. Actually I am still using that template without that file with no issues at all. It is possible that they have re-done that template that has fixed the issue though.

Chris

Nothing to see here
Quote · 5 Jan 2010

hi all of u i am prakash just starting to use boonex dolphin7. working on it for the past three months.

i found a little solving problem for this... (problems on using other templates).

after uploading your template just do this,

xxx/xxx/xxxx/modules/boonex/forum/layout/

just copy the uni folder which is already there and paste there itself. Now rename it as your template name(other template)..

that's it you where done...

Regards,

prakash...

Quote · 27 Jan 2010

 

yes i did every thing you all asked me to do, but ok you get what you pay for.... it all works but the  [[[  ]]]] shit in the fourms, O well bad for me....

 Did you ever get the [[[[[[[  ]]]]]]] issue resolved? If so could you please assist me with getting it resolved as well?

Quote · 14 Aug 2011

Compiling the template may be a problem if another step is not complete.

There is more to it than just making a copy of UNI.

In the new folder to renamed your UNI copy to there is a perams.php file. That must be edited and each of the 3 occurances of UNI must be replaced with the name of your template.

https://www.deanbassett.com
Quote · 14 Aug 2011
 
 
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.