Hello there! Welcome to Youjoomla Support Forums

We are Web Development Company specializing in Joomla Templates , Joomla Extensions and WordPress Themes development . You are not able to see some forum threads due to your memberhip level. To unlock all forums and special customer support please take few moments to signup . If you are just searching for free joomla templates , or free joomla extension support simply head to our Free Joomla Support forums and open a new thread. Our moderators will help you as soon as possible. To spead up the response time please take few seconds and go over forum rules

Have fun!

Kunena YJSG menu on local host fix

02-06-2011, 07:32 AM
# 1 (permalink)
mario123456
Hello,

today i install Kuena and wen i click on my Menulink Forum than I get the Warningmessage :

Code:

Warning: require(TEMPLATEPATH/html/mod_menu/yjsg_menuswitch.php) [function.require]: failed to open stream: No such file or directory in /xxx/xxxx/xxxxx/xxxxx/xxxxxx/templates/yougrids/html/mod_menu/default.php on line 17
Please Help me.

Greetings
Mario
02-07-2011, 08:37 AM
# 2 (permalink)
neo
you sure you did not remove any template files ,

look in
templates/yougrids/html/mod_menu/
see if
yjsg_menuswitch.php

is there
02-07-2011, 01:02 PM
# 4 (permalink)
mario123456
Yes I am sure i dont remove any files.

The Kuena 1.6.3 is Supported Joomla 1.6 you can see it there : Kunena - To Speak! Next Generation Native Joomla Forum

Text:

Quote:
The Kunena Team is excited to announce the release of Kunena 1.6.3. This is a maintenance & security release for Kunena 1.6 but its main goal is to provide a native support for Joomla! 1.6 and all users are recommended to upgrade to Kunena 1.6.3
Greetings
03-15-2011, 07:04 PM
# 6 (permalink)
JimShortz
Hi there,

I get exactly the same error message from Kunena.

I installed Kunena from this package "com_kunena_v1.6.3_b4344_2011-01-31.zip" on Joomla 1.6

I have checked that the "switch file" you mentioned exists in the template folder - it does. Mine was a new Joomla installation with everything pretty standard.

For now I have given up and installed the "Discussions" forum module, but I would love to have Kunena instead...

Any ideas folks?
03-15-2011, 07:34 PM
# 7 (permalink)
neo
i guess your testing on local just tested and fund the issue , kunena is messing with some defaults , change templatename/html/mod_menu/default.php to this


Code:

<?php
/*======================================================================*\
|| #################################################################### ||
|| # Package - Joomla Template based on YJSimpleGrid Framework          ||
|| # Copyright (C) 2010  Youjoomla LLC. All Rights Reserved.            ||
|| # license - PHP files are licensed under  GNU/GPL V2                 ||
|| # license - CSS  - JS - IMAGE files  are Copyrighted material        ||
|| # bound by Proprietary License of Youjoomla LLC                      ||
|| # for more information visit http://www.youjoomla.com/license.html   ||
|| # Redistribution and  modification of this software                  ||
|| # is bounded by its licenses                                         ||
|| # websites - http://www.youjoomla.com | http://www.yjsimplegrid.com  ||
|| #################################################################### ||
\*======================================================================*/
// No direct access.
defined('_JEXEC') or die;
$getapps= & JFactory::getApplication();
$template = $getapps->getTemplate();
require( JPATH_SITE.DS."templates".DS.$template.DS."html".DS."mod_menu".DS."yjsg_menuswitch.php");
if ($params->get('class_sfx') =='nav' || $params->get('class_sfx') =='navd' || $params->get('class_sfx') =='split') {
		require( JPATH_SITE.DS."templates".DS.$template.DS."html".DS."mod_menu".DS."yjsg_topmenu.php"); /* top menu only*/ 
}else{
		require( JPATH_SITE.DS."templates".DS.$template.DS."html".DS."mod_menu".DS."yjsg_sidemenus.php");/* side  menus only*/
}
?>
Thread Tools
Display Modes

Powered by vBulletin®
Copyright ©2000 - 2023, Jelsoft Enterprises Ltd.

Members Login

Username
Password