But I can sorta kinda get around...apply updates/mods and such (I make backups of course). So, everything was working swimmingly with the default template, but I added a new template and now my join button isn't working. I get the following error:
Warning:
require_once(/home/jetteski/public_html/templates/tmpl_skin014/scripts/BxTemplJoinPageView.php)
[function.require-once]:
failed to open stream: No such file or directory in /home/jetteski/public_html/inc/utils.inc.php on line 861
Fatal error: require_once() [function.require]:
Failed opening required
'/home/jetteski/public_html/templates/tmpl_skin014/scripts/BxTemplJoinPageView.php'
(include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/jetteski/public_html/inc/utils.inc.php on line 861
I understand that it cannot find BxTemplJoinPageView.php in the specified location, b/c it is not under any of the template folders. There is a BxBaseJoinPageView.php under base/scripts.
Here is Line 861 in utils.inc.php :
require_once(BX_DIRECTORY_PATH_ROOT . "templates/tmpl_{$GLOBALS['tmpl']}/scripts/" . $sClassName . '.php');
What did I miss? I appreciate any help...deciphering code is not my strong suit.
Thanks...
