× Joomla Facebook Connect support forum

Topic-icon 500 Error With sh404sef

Active Subscriptions:

None
14 years 10 months ago #1369 by aboutimage
Replied by aboutimage on topic 500 Error With sh404sef
Cool! Thank you!

sourcecoast wrote: Just wanted to updated you, we'll be investigating with Safari today.

The topic has been locked.
Support Specialist
14 years 10 months ago #1375 by alzander
Replied by alzander on topic 500 Error With sh404sef
Well huh. We think we found the issue. Can't say I can explain it (why Safari doesn't like it), but would love to have anyone affected in Safari attempt it and see if it helps your situation. This will be included in an upcoming release. We're trying to do another point release soon to fix this and the 'never able to logout' issue that some are experiencing.

Modification: In the file /components/com_jfbconnect/views/loginregister/tmpl/default.php
Add the following line in both the 'sign-in' and 'register' forms:
<input type="hidden" name="view" value="loginregister" />

This should be anywhere within the other <input> blocks in these forms which are located at lines 71-74 and 91-94.

Please report back here with the good or bad news, and of course test on Safari, FF, and IE if possible.
The topic has been locked.
Active Subscriptions:

None
14 years 10 months ago #1382 by aboutimage
Replied by aboutimage on topic 500 Error With sh404sef
For clarification: I noticed there is already a line which says:

<input type="hidden" name="controller" value="loginregister" />

am I replacing that line? or simply adding

<input type="hidden" name="view" value="loginregister" />

sourcecoast wrote: Modification: In the file /components/com_jfbconnect/views/loginregister/tmpl/default.php
Add the following line in both the 'sign-in' and 'register' forms:
<input type="hidden" name="view" value="loginregister" />

The topic has been locked.
Support Specialist
14 years 10 months ago #1386 by alzander
Replied by alzander on topic 500 Error With sh404sef
Adding. The controller is definitely required. The view shouldn't be required at all, but I think Safari handle's POSTs strangely. Haven't looked into the exact reason, and would like to hear if this is a fix.. but will definitely try to investigate more in the future to prevent similiar flubs.

I never liked when IE was the only browser. Am super happy with Firefox. Now I'm remembering how nice it was to deal with only 1-2 browsers :)
The topic has been locked.
Active Subscriptions:

None
14 years 10 months ago #1387 by aboutimage
Replied by aboutimage on topic 500 Error With sh404sef
Agreed. I really like Safari, but it has its odd quirks. It used to work funny with JCE Editor, too, but that seems to have been fixed. I'll go test your fix and let you know how it goes!

sourcecoast wrote: I never liked when IE was the only browser. Am super happy with Firefox. Now I'm remembering how nice it was to deal with only 1-2 browsers :)

The topic has been locked.
Support Specialist
14 years 10 months ago #1418 by alzander
Replied by alzander on topic 500 Error With sh404sef
Glad to hear it. Safari is going into our gammut of tests from now on, and we'll try to make sure our defaults work better going forward as well (in the case where an explicit choice hasn't been made for a redirection).
The topic has been locked.
Active Subscriptions:

None
14 years 10 months ago #1604 by dpk
Replied by dpk on topic 500 Error With sh404sef
This also occurs with Chrome and Joomla's core SEF.
The topic has been locked.
Active Subscriptions:

None
14 years 10 months ago #1625 by shawnhd
Replied by shawnhd on topic 500 Error With sh404sef
I am have the some plomb. Pls help me <!-- m --><a class="postlink" href="www.tapeshhd.net">www.tapeshhd.net
The topic has been locked.
Support Specialist
14 years 10 months ago #1629 by alzander
Replied by alzander on topic 500 Error With sh404sef
Shawnhd:
Are you experiencing the problem in Chrome or Safari? Have you tried updating those lines of code below to see if they fix your problem? Any more information would be helpful.
The topic has been locked.
Active Subscriptions:

None
14 years 10 months ago #1634 by estevez
Replied by estevez on topic 500 Error With sh404sef
I do not know if it is the same bug i experienced with.
This is my story: i'll explain it.
i'm using joomla 1.5.10 with SEF enabled.
My link appears as "www.mysite.com/component/content/article/68.html" when i'm in an article news.
The bug is really annoyoing. When i share a news, i need to open a facebook login in facebook site on another page and log-me-in with my credentials (even if want to normally login into facebook, just for chat with my friends). Now, if i return to my site, and click on some other menu-link, for example news 45, my site goes rightly to "www.mysite.com/component/content/article/45.html" and i'm still logged out, so no problem for now. If i try to change the page another time, for example news 51, the bug appears. I got a no page found with my browser url "www.mysite.com/component/content/article/". As you can see, it lost my 51.html from the url. I have investigated in this fact, and i found that the bug is present because jfbconnect has cached that i was logged into facebook and the system has tryed to log me even in my site with facebook credentials, causing the bug explained.
in short terms, if i am already logged in into facebook site, but not in my site, when i click for the second time every link, i lost my itemId causing a page not fount to come up with that url: "www.mysite.com/component/content/article/"
This bug is present in every browser (IE7, chrome, Mozilla).
Hope you can understand my rusted english
The topic has been locked.