- Posts: 158
- Thank you received: 8
Error Access forbidden
12 years 3 months ago - 12 years 3 months ago #157666
by pprle
Error Access forbidden was created by pprle
Hi,
Latest version of hikashop & market.
In back end, when if you clic on "cancel" in the vendor edit page it displays:
Error
Access forbidden
(save is ok and save+close is ok too)
Any reason?
regards
Latest version of hikashop & market.
In back end, when if you clic on "cancel" in the vendor edit page it displays:
Error
Access forbidden
(save is ok and save+close is ok too)
Any reason?
regards
Last edit: 12 years 3 months ago by pprle. Reason: SOLVED
Please Log in or Create an account to join the conversation.
12 years 3 months ago #157679
by Jerome
Jerome - Obsidev.com
HikaMarket & HikaSerial developer / HikaShop core dev team.
Also helping the HikaShop support team when having some time or couldn't sleep.
By the way, do not send me private message, use the "contact us" form instead.
Replied by Jerome on topic Error Access forbidden
Hi,
I try on my J2.5 and J3.3 websites, I do not reproduce your problem in the HikaMarket backend.
Which Joomla and HikaMarket version do you use ?
(We have two "latest" right now for HikaShop and HikaMarket)
Regards,
I try on my J2.5 and J3.3 websites, I do not reproduce your problem in the HikaMarket backend.
Which Joomla and HikaMarket version do you use ?
(We have two "latest" right now for HikaShop and HikaMarket)
Regards,
Jerome - Obsidev.com
HikaMarket & HikaSerial developer / HikaShop core dev team.
Also helping the HikaShop support team when having some time or couldn't sleep.
By the way, do not send me private message, use the "contact us" form instead.
Please Log in or Create an account to join the conversation.
12 years 3 months ago #157680
by pprle
Replied by pprle on topic Error Access forbidden
Hi,
Joomla 3.3
You have the latest stable version of HikaShop Business: 2.3.1
You have the latest stable version of HikaMarket Multivendor: 1.4.1
Joomla 3.3
You have the latest stable version of HikaShop Business: 2.3.1
You have the latest stable version of HikaMarket Multivendor: 1.4.1
Please Log in or Create an account to join the conversation.
12 years 3 months ago #157684
by Jerome
Jerome - Obsidev.com
HikaMarket & HikaSerial developer / HikaShop core dev team.
Also helping the HikaShop support team when having some time or couldn't sleep.
By the way, do not send me private message, use the "contact us" form instead.
Replied by Jerome on topic Error Access forbidden
Hi,
I see, you do not have the "cancel_redirect" variable when you open the vendor page.
In the file "administrator/components/com_hikamarket/controllers/vendor.php" please replace
By:
And
By:
I will add this patch in the next HikaMarket build.
Regards,
I see, you do not have the "cancel_redirect" variable when you open the vendor page.
In the file "administrator/components/com_hikamarket/controllers/vendor.php" please replace
Code:
'display' => array('display', 'show', 'listing', 'admin', 'products', 'invoices', 'pay', 'geninvoice', 'selection', 'useselection', 'getprice', 'searchfields'),
Code:
'display' => array('display', 'show', 'cancel', 'listing', 'admin', 'products', 'invoices', 'pay', 'geninvoice', 'selection', 'useselection', 'getprice', 'searchfields'),
And
Code:
public function store() {
return parent::adminStore();
}
Code:
public function store() {
return parent::adminStore();
}
public function cancel(){
$this->setRedirect( hikamarket::completeLink('vendor',false,true) );
}
Regards,
Jerome - Obsidev.com
HikaMarket & HikaSerial developer / HikaShop core dev team.
Also helping the HikaShop support team when having some time or couldn't sleep.
By the way, do not send me private message, use the "contact us" form instead.
Please Log in or Create an account to join the conversation.
12 years 3 months ago #157688
by pprle
Replied by pprle on topic Error Access forbidden
Perfect !
Thank you (again) Jerome.
Thank you (again) Jerome.
Please Log in or Create an account to join the conversation.
Moderators: Obsidev
Time to create page: 0.209 seconds