Kayako logo
SupportSuite, eSupport and LiveResponse Discussion, troubleshooting and feedback related to Kayako's flagship support desk products SupportSuite, eSupport and LiveResponse.

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  (#1) Old
jnet Offline
Member
 
Posts: 524
Join Date: Mar 2008
New Headache with multi language Fatal error: ERROR: You are not allowed to view - 21-05-2008, 01:56 AM

Fatal error: ERROR: You are not allowed to view this article or the article does not exist. in public_html/support/modules/knowledgebase/client_knowledgebase.php on line 160

OK I have a new headache with multi lang support.

the knowledgebase direct links is not working unless you add lang and group id


   
Reply With Quote
  (#2) Old
jnet Offline
Member
 
Posts: 524
Join Date: Mar 2008
21-05-2008, 06:38 AM

Look guys

If some body send an article by email form a particular template group

the template group is not mentioned in the link

so the other guy when clicks on it receive Error


   
Reply With Quote
  (#3) Old
supportskins Offline
Senior Member
 
supportskins's Avatar
 
Posts: 3,681
Join Date: Aug 2006
Location: Mumbai, India
21-05-2008, 08:17 AM

Does this work for the english language?



Professional and Affordable Kayako Skins - Specialists in Kayako Skinning & Customization - Professional Paid Support
Our Skins and Services - http://www.supportskins.com/store/
SupportSkins.com - http://www.supportskins.com/
   
Reply With Quote
  (#4) Old
jnet Offline
Member
 
Posts: 524
Join Date: Mar 2008
21-05-2008, 09:05 AM

it only works for the default language.

it means that if you make a different templae group and lang and make your knowledge base and some body try to send the article by email

the receiver who clicks on the article receives Error message that the article does not exist

because it seems kayako needs to know the template before showing the article

this is another big issue because all links to knowledge base will not work if you send it to some one or is sent to anther site

in all links you have to always mention the template group

it is easy try it
make a template group
and in that group make on article
then make sure your cookie is cleared
and click on an article link

Man there is not end of all these issues I am so tired
   
Reply With Quote
  (#5) Old
supportskins Offline
Senior Member
 
supportskins's Avatar
 
Posts: 3,681
Join Date: Aug 2006
Location: Mumbai, India
21-05-2008, 10:35 AM

I guess Kayako need to add the group=GROUPNAME variable in the link to make it work.



Professional and Affordable Kayako Skins - Specialists in Kayako Skinning & Customization - Professional Paid Support
Our Skins and Services - http://www.supportskins.com/store/
SupportSkins.com - http://www.supportskins.com/
   
Reply With Quote
  (#6) Old
jnet Offline
Member
 
Posts: 524
Join Date: Mar 2008
21-05-2008, 10:47 AM

exactly

now every thing is a mess.

people see a link in the browser and take that link put it in another site

new visitors click on it and all they get is error.

so the send email is meaningless too.

OK I can't wait until kayako solves this with another update which I am not sure they are aware about this problem.

How can I solve it, any Idea I can change things in my code?
   
Reply With Quote
  (#7) Old
supportskins Offline
Senior Member
 
supportskins's Avatar
 
Posts: 3,681
Join Date: Aug 2006
Location: Mumbai, India
21-05-2008, 04:36 PM

Edit the "email_kbarticle" template and change:

Code:
<{$article[subject]}> - <a href="<{$swiftpath}>index.php?_m=knowledgebase&_a=viewarticle&kbarticleid=<{$article[kbarticleid]}>"><{$swiftpath}>index.php?_m=knowledgebase&_a=viewarticle&kbarticleid=<{$article[kbarticleid]}></a>
to:
Code:
<{$article[subject]}> - <a href="<{$swiftpath}>index.php?_m=knowledgebase&_a=viewarticle&kbarticleid=<{$article[kbarticleid]}>"><{$swiftpath}>index.php?group=GROUPNAME&_m=knowledgebase&_a=viewarticle&kbarticleid=<{$article[kbarticleid]}></a>
I suppose that should fix the issue. You need to change this for all other templates besides the "default" template group.



Professional and Affordable Kayako Skins - Specialists in Kayako Skinning & Customization - Professional Paid Support
Our Skins and Services - http://www.supportskins.com/store/
SupportSkins.com - http://www.supportskins.com/
   
Reply With Quote
Reply

Tags
allowed, fatal, headache, language, multi

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
Fatal error: ERROR: You are not allowed to view this article or the article does not jnet SupportSuite, eSupport and LiveResponse 1 13-05-2008 01:21 PM
Multi language helpdesk josan How do I? 5 28-03-2008 01:53 PM



Powered by vBulletin® Version 3.7.2
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0
vBulletin Skin developed by: vBStyles.com


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46