Comments error "Invalid Token"

01.09.2013 21:00
#1
HMB
Joomshopping forum user no avatar
Name: HMB
18.05.2013
Posts: 52
Quote
Comments error "Invalid Token"

When I try to place a comment on my website I get a white screen containing this message:

Invalid Token


Joomla: 3.1.5
JoomShopping: 4.3.3
Website Url: www.backingtracks.eu
 
01.09.2013 21:23
#2
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Posts: 25857
Quote
Aw: Comments error "Invalid Token"

Need template update
http://www.webdesigner-profi.de/joomla-webdesign/joomla-shop/forum/posts/33/3844.html?lang=en#10

 
02.09.2013 00:03
#3
HMB
Joomshopping forum user no avatar
Name: HMB
18.05.2013
Posts: 52
Quote
Aw: Comments error "Invalid Token"

How do I install it?

 
02.09.2013 08:00
#4
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Posts: 25857
Quote
Aw: Comments error "Invalid Token"

Change template manual

add row
<?php echo JHtml::_('form.token');?>

 
02.09.2013 13:00
#5
HMB
Joomshopping forum user no avatar
Name: HMB
18.05.2013
Posts: 52
Quote
Aw: Comments error "Invalid Token"

Default template?
Which file?


Last change: 02.09.2013 13:01
 
02.09.2013 13:36
#6
HMB
Joomshopping forum user no avatar
Name: HMB
18.05.2013
Posts: 52
Quote
Aw: Comments error "Invalid Token"

Found it!

review.php

 
08.10.2013 21:49
#7
Leoniduwka
Joomshopping forum user no avatar
Name: leonid
25.03.2013
Posts: 1
Quote
Aw: Comments error "Invalid Token"

Спасибо, Вы ЛУЧШИЕ!

 
13.10.2013 21:05
#8
backingtracks
User backingtracks
Name: Henry
09.02.2013
Posts: 45
Quote
Aw: Comments error "Invalid Token"

Dank je wel voor het compliment!

 
28.11.2013 14:51
#9
paolo26670
Joomshopping forum user no avatar
Name: Paolo Marozzi
01.08.2012
Posts: 53
Quote
Aw: Comments error "Invalid Token"

Hi everybody,

i'm using a custom template and I got the same error even if I add the line
<?php echo JHtml::_('form.token');?>
to my review.php file

Do I need to change something else?

 
12.12.2013 13:28
#10
iJack
Joomshopping forum user no avatar
Name: Jack
30.03.2011
Posts: 65
Quote
Aw: Comments error "Invalid Token"

Use Joomla's login and not the Joomshopping login.

 
08.09.2014 11:08
#11
thanhtan2001
Joomshopping forum user no avatar
Name: Thanh
08.09.2014
Posts: 12
Quote
Aw: Comments error "Invalid Token"

Hello, i have same problems when comment on product
My old Joomshoping version is 3.15.1 and i already update to the lastest version 3.18.5 but it still error
What can i do now :(
Can anyone help me please ?
My URL error: http://dochoimaugiao.net/cau-truot-tre-em-bang-nhua-cao-cap-1


Joomla: 2.5
JoomShopping: 3.18
Website Url: dochoimaugiao.net

Last change: 08.09.2014 11:09
 
08.09.2014 12:16
#12
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Posts: 25857
Quote
Aw: Comments error "Invalid Token"

Need template update

add row
<?php echo JHtml::_('form.token');?>

in template
components\com_jshopping\templates\{default}\product\review.php

{default} - your joomshopping template

 
09.09.2014 05:19
#13
thanhtan2001
Joomshopping forum user no avatar
Name: Thanh
08.09.2014
Posts: 12
Quote
Aw: Comments error "Invalid Token"

Fixed
Find row:
<form action="<?php print SEFLink('index.php?option=com_jshopping&controller=product&task=reviewsave');?>" name = "add_review" method = "post" class="form-validate">
<input type = "hidden" name = "product_id" value = "<?php print $this->product->product_id?>" />
<input type = "hidden" name = "back_link" value = "<?php print $_SERVER['REQUEST_URI']?>" />

Add row below:
<?php echo JHtml::_('form.token');?>

Result: sucess
Thanks for support me, have a nice day :)


Last change: 09.09.2014 05:20
 


Copyrights MAXXmarketing GmbH. Alle Rechte vorbehalten
Durch die Nutzung dieser Website stimme ich zu, dass Cookies zur optimalen Gestaltung der Website sowie zur Analyse der Nutzung der Website verwendet werden. Weiterführende Informationen finden Sie hier. OK, einverstanden.