Orca Forum - Error after install

I just installed the Orca Forum but I am now getting the following error:


Warning: require_once(/home/baseball/public_html/modules/boonex/forum/layout/baseball1/params.php) [function.require-once]: failed to open stream: No such file or directory in /home/baseball/public_html/modules/boonex/forum/integrations/base/config.php on line 97

Fatal error: require_once() [function.require]: Failed opening required '/home/baseball/public_html/modules/boonex/forum/layout/baseball1/params.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/baseball/public_html/modules/boonex/forum/integrations/base/config.php on line 97

I read somewhere it was due to having my own theme and not using the default one.  I assumed that the templates worked the same for Orca as dolphin.  My Dolphin theme is stored in a folder called baseball1 .

  1. I created a new folder in /home/baseball/public_html/modules/boonex/forum/layout/ called baseball1
  2. I copied the params.php file from the /home/baseball/public_html/modules/boonex/forum/layout/base/ folder
  3. Reloaded the http://baseballmatch.com/forum/ page and the php warning and error are now gone, but the page isn't formatted correctly.
Is there something else I need to do to get it working properly?  I tried copying all of the files from the base into the baseball1 folder and changed the params to point to the baseball1 folder, but again, that didn't work so I switched it back.

So currently I have a folder called baseball1 in the modules/boonex/forum/layout folder with a params.php file in it with the contents of:

<?php

if( isset($_REQUEST['gConf']) ) die; // globals hack prevention



$gConf['dir']['xsl'] = $gConf['dir']['layouts'] . 'base/xsl/'; // xsl dir



$gConf['url']['icon'] = $gConf['url']['layouts'] . 'base/icons/'; // icons url

$gConf['url']['img'] = $gConf['url']['layouts'] . 'base/img/'; // img url

$gConf['url']['css'] = $gConf['url']['layouts']  . 'base/css/'; // css url

$gConf['url']['xsl'] = $gConf['url']['layouts'] . 'base/xsl/'; // xsl url



?>


Thanks for you help :)
Quote · 15 Jul 2010

try copyin the contents of the UNI instead of Base........put those in your baseball 1 folder.....

Quote · 15 Jul 2010
 
 
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.