Keyword

calendar.setup error when editing/creating fronten

More
10 years 7 months ago #124631 by Koze
of course I will make a temp admin account so you can have all the access rights how can I give it you ?

Please Log in or Create an account to join the conversation.

  • Yiota
  • Yiota's Avatar
  • Visitor
10 years 7 months ago #124632 by Yiota
You can sent it through the contact form: getk2.org/contact-us

Thank you.

Please Log in or Create an account to join the conversation.

More
10 years 7 months ago #124633 by Koze
ok I sent the details the link is www.kenaktools.gr/%CE%BD%CE%B5%CE%B1

thank you very much

Please Log in or Create an account to join the conversation.

  • Yiota
  • Yiota's Avatar
  • Visitor
10 years 7 months ago #124634 by Yiota
Is there somewhere I can see the frontend editing popup? Where can I add an item to check on the error?

Please Log in or Create an account to join the conversation.

  • Yiota
  • Yiota's Avatar
  • Visitor
10 years 7 months ago #124635 by Yiota
OK. The issue is with your template. If you take a look under
www.kenaktools.gr/%CE%BD%CE%B5%CE%B1/item/add?tmpl=component&template=system you will see that the form comes with no issue at all.
The only js that your template is loading extra in the popup are the following:

browser-engines.js
maximenuckmobile.js
jfbconnect.js?v=520

try to disable each of them and check again to narrow down the problem.

Please Log in or Create an account to join the conversation.

More
10 years 7 months ago #124636 by Koze
Thanks a lot I ll try to find it and post what I ve found here but at the form you said the new article is not saved if you try to add a test article and press save it just transfers you to the start page...

again thanks a lot

Please Log in or Create an account to join the conversation.

More
10 years 7 months ago - 10 years 7 months ago #124637 by Koze
ok the comments problem cames from a plugin called memberhome which is a very usefull plugin to have multiple homepages for different user groups but its poorly written if somebody has the same problem then at plugins/system/memberhome/memberhome.php at the end

delete after $defaultMenu = $menu->getDefault();

and replace with

if(!$user->guest && ($activeMenu == $defaultMenu) && $app->getClientId() === 0 ) {

if(JRequest::getVar('option', '')=='com_k2')
{


}else{

$app->redirect(JRoute::_("index.php?Itemid=".$menuId,false));



}
}
return true;
}
}
?>

still struggling with edit article which is indeed my template problem....

Please Log in or Create an account to join the conversation.

More
10 years 7 months ago #124638 by Koze
also now that I corrected this part if I try to add an article from the link /item/add?tmpl=component&template=system I also get the msgbox 3 times but the article is saved...

Please Log in or Create an account to join the conversation.

More
10 years 7 months ago #124639 by Koze
and if I select for an editor none then the error doesnt appear but the k2 popup remains white I dont see any error nor the screen for editing or adding new item

Please Log in or Create an account to join the conversation.

More
10 years 7 months ago #124640 by Koze
and finally
maximenuckmobile.js checked not a problem

jfbconnect.js?v=520 checked not a problem

I have a rockettheme template based on gantry
when default gantry template is loaded then its ok with browser-engines.js loaded and everything works ok
but with my template on I have the problem so I assume its not javascript but I cannot find it the debug is not showing anything......

Please Log in or Create an account to join the conversation.


Powered by Kunena Forum