Incorrect linking

  • Posts: 85
  • Thank you received: 1
11 years 5 months ago #106540

This is what it looks like if I have SEF set to Yes in Joomla config and follows a link from Facebook to my products if the Facebook like button have linked it into a profile:



The problem goes away if I don't use the tabbed interface or SEF in Joomla. Seems to be a javascript that keeps loading the page over and over and over again until the browser crashes.

Attachments:

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

  • Posts: 2334
  • Thank you received: 403
11 years 5 months ago #106643

Hi there,

It's something we fixed in our last build so please update to the last version of Hikashop.
If you already have it just re-download the last version and install it.

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

  • Posts: 85
  • Thank you received: 1
11 years 5 months ago #106646

Ok, I'll try that then.
Thank you

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

  • Posts: 85
  • Thank you received: 1
11 years 5 months ago #106782

No, that did not fixit for me!
:unsure:

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

  • Posts: 13201
  • Thank you received: 2322
11 years 5 months ago #106814

Hi,

It seem's that you have solved your problem.
www.puterfreak.se/index.php?option=com_h...li-pc-a71fb&Itemid=0

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

  • Posts: 85
  • Thank you received: 1
11 years 5 months ago #106815

No, not really. The thing I did was turning off SEF in the Joomla config. I would really like to have it set to YES since the URL's looks nicer then and are readable.

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

  • Posts: 13201
  • Thank you received: 2322
11 years 5 months ago #106851

I'm not able to reproduce the problem on my test environment.

Can you give us a backend access in order to test the problem ?

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

  • Posts: 85
  • Thank you received: 1
11 years 5 months ago #106855

Sure, PM to who?

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

  • Posts: 13201
  • Thank you received: 2322
11 years 5 months ago #106890

You can pm the access to me.

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

  • Posts: 82723
  • Thank you received: 13338
  • MODERATOR
11 years 5 months ago #107029

Apparently, you still didn't had the latest build.

I've manually updated the files but I couldn't test since the account you provided doesn't allow us to turn on the SEF and that it is still off on your website, but normally it should be ok now.

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

  • Posts: 85
  • Thank you received: 1
11 years 5 months ago #107038

Hmmm, ok, I did update it though.

Still doesn't work with SEF on.

I've updated the account to the highest level so you can check what you need, thought admin was enough but apparently not.

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

  • Posts: 13201
  • Thank you received: 2322
11 years 5 months ago #107069

Hi,

Problem solved, it was coming from the itemid in the url which was not SEF.

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

  • Posts: 85
  • Thank you received: 1
11 years 5 months ago #107072

No, still gives me the same problem
:( :blink:

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

  • Posts: 13201
  • Thank you received: 2322
11 years 5 months ago #107075

Can you give me the a link to a page which is not working ?

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

  • Posts: 85
  • Thank you received: 1
  • Posts: 82723
  • Thank you received: 13338
  • MODERATOR
11 years 4 months ago #107401

We tried several things to try to solve the problem during the weekend but we didn't find a solution yet. We'll try to investigate further but this could take some time as we don't have the issue on our end and the attempts to try to solve the problem failed so far.

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

  • Posts: 85
  • Thank you received: 1
11 years 4 months ago #107406

Ok
I'll turn off SEF so that I can use my site as it's intended without strange links and if you like to test something you just set it to on then.
Will that be ok?

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

  • Posts: 13201
  • Thank you received: 2322
11 years 4 months ago #107450

Yes it will be ok.

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

  • Posts: 82723
  • Thank you received: 13338
  • MODERATOR
11 years 4 months ago #108805

I've found a solution by adding the code:

<?php 
if(strpos(hikashop_currentURL(),'?fb_action_ids=')){
	$app = Jfactory::getApplication();
	$parts = explode('?',hikashop_currentURL());
	$app->redirect($parts[0]);
}
?>

at the top of the show_default view file via the menu Display->Views on your website. It's not pretty but it works...

The following user(s) said Thank You: Kaffeman

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

  • Posts: 85
  • Thank you received: 1
11 years 4 months ago #108839

Fantastic job Nicolas, i could hug you right now!

Last edit: 11 years 4 months ago by Kaffeman.

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

Time to create page: 0.090 seconds
Powered by Kunena Forum