Redirect plugin not working

  • Posts: 20
  • Thank you received: 0
7 years 10 months ago #259027

-- HikaShop version -- : 2.6.4
-- Joomla version -- : 3.6.5
-- PHP version -- : 7.0.1
-- Browser(s) name and version -- : firefox latest
-- Error-message(debug-mod must be tuned on) -- : none

Hi Hikashop,

My registration redirect plugin doesn't seem to work.
When I use the joomla login and klick on "rigister", I still get the joomla registrationform.

Error report is on maximum, but no errors.
I have set the menu id for the registration page and the plugin enabled.

Can you help me out?

Kind regards,
Sanne

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

  • Posts: 82863
  • Thank you received: 13372
  • MODERATOR
7 years 10 months ago #259064

Hi,

When I click on the register link of your Joomla login on your website, I see these error messages:

Notice: Use of undefined constant DS - assumed 'DS' in C:\domains\zgraaftexel.nl\wwwroot\33\plugins\system\hikashopregistrationredirect\hikashopregistrationredirect.php on line 43

Notice: Use of undefined constant DS - assumed 'DS' in C:\domains\zgraaftexel.nl\wwwroot\33\plugins\system\hikashopregistrationredirect\hikashopregistrationredirect.php on line 43

Notice: Use of undefined constant DS - assumed 'DS' in C:\domains\zgraaftexel.nl\wwwroot\33\plugins\system\hikashopregistrationredirect\hikashopregistrationredirect.php on line 43

Notice: Use of undefined constant DS - assumed 'DS' in C:\domains\zgraaftexel.nl\wwwroot\33\plugins\system\hikashopregistrationredirect\hikashopregistrationredirect.php on line 43

Notice: Use of undefined constant DS - assumed 'DS' in C:\domains\zgraaftexel.nl\wwwroot\33\plugins\system\hikashopregistrationredirect\hikashopregistrationredirect.php on line 43

Warning: include_once(C:\domains\zgraaftexel.nl\wwwroot\33\administratorDScomponentsDScom_hikashopDShelpersDShelper.php): failed to open stream: No such file or directory in C:\domains\zgraaftexel.nl\wwwroot\33\plugins\system\hikashopregistrationredirect\hikashopregistrationredirect.php on line 43

Warning: include_once(): Failed opening 'C:\domains\zgraaftexel.nl\wwwroot\33\administratorDScomponentsDScom_hikashopDShelpersDShelper.php' for inclusion (include_path='.') in C:\domains\zgraaftexel.nl\wwwroot\33\plugins\system\hikashopregistrationredirect\hikashopregistrationredirect.php on line 43
This indicates that DS is not defined (which shouldn't be the case normally).
Add the code:
if(!defined('DS'))
				define('DS', DIRECTORY_SEPARATOR);
before the code:
			if(!include_once(rtrim(JPATH_ADMINISTRATOR,DS).DS.'components'.DS.'com_hikashop'.DS.'helpers'.DS.'helper.php')) return true;
in the file plugins/system/hikashopregistrationredirect/hikashopregistrationredirect.php and that should solve the problem.

The following user(s) said Thank You: sanneschoo

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

  • Posts: 20
  • Thank you received: 0
7 years 10 months ago #259088

Thanks for the help! it worked.

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

Time to create page: 0.057 seconds
Powered by Kunena Forum