Popup window closes after login

13 years 10 months ago #135184 by krileon
Replied by krileon on topic Re:Popup window closes after login
After investigation have discovered you've numerous fatal errors (and some notices). Please enable Debug Mode and error reporting set to Maximum. Then address the on screen fatal errors. Errors are as follows.

[code:1]
Notice: Constant _ISO already defined in /home/oohyane/public_html/language/english.php on line 421

Notice: Constant _DATE_FORMAT_LC already defined in /home/oohyane/public_html/language/english.php on line 428

Notice: Constant _DATE_FORMAT_LC2 already defined in /home/oohyane/public_html/language/english.php on line 429

500 -
SH404SEF : headers were already sent when I got control!
Killed at line 123 in sh404sef.inc.php: HEADERS ALREADY SENT (200)
URL=http://www.oohya.net/
OPTION=com_content
[/code:1]

Appears you've sh404sef improbably configured or something of the sort. I also notice you had configured FBC to set everyones username to Facebook_. I believe you misunderstood the usage of the username sync field. I have added a substitution to it so usernames created will be correct Facebook_[first_name].

Post edited by: krileon, at: 2010/06/09 19:09


Kyle (Krileon)
Community Builder Team Member
Before posting on forums: Read FAQ thoroughly + Read our Documentation + Search the forums
CB links: Documentation - Localization - CB Quickstart - CB Paid Subscriptions - Add-Ons - Forge
--
If you are a Professional, Developer, or CB Paid Subscriptions subscriber and have a support issue please always post in your respective support forums for best results!
--
If I've missed your support post with a delay of 3 days or greater and are a Professional, Developer, or CBSubs subscriber please send me a private message with your thread and will reply when possible!
--
Please note I am available Monday - Friday from 8:00 AM CST to 4:00 PM CST. I am away on weekends (Saturday and Sunday) and if I've missed your post on or before a weekend after business hours please wait for the next following business day (Monday) and will get to your issue as soon as possible, thank you.
--
My role here is to provide guidance and assistance. I cannot provide custom code for each custom requirement. Please do not inquire me about custom development.

Please Log in to join the conversation.

13 years 10 months ago #135217 by sfraise
Replied by sfraise on topic Re:Popup window closes after login
Not sure what happened there on the facebook_[user_id] part, I must have been playing with it and took them out to see what happened and never put them back in.

sh404sef gives an undefined variable $user for comprofiler with error logs on max, not real sure why off hand. Anyway, disabled sh404sef again to test, still no luck.

I was also getting an error stating undefined index rank1 in cbsimpleboard so I unpublished forum integration, errors went away but still no luck.
At this point I'm error free and the facebook link still doesn't work.

I took care of my php issue by recompiling php again and now joomla sees everything correctly and working fine.

Also cleaned up a few little silly errors in the language file and template that didn't amount to much, but all in all on the profile the page does not display any errors with max error setting but facebook link button still does not work.

Is there any other way to further debug the plugin?

Post edited by: sfraise, at: 2010/06/09 22:12

Please Log in to join the conversation.

13 years 10 months ago #135318 by krileon
Replied by krileon on topic Re:Popup window closes after login
Have reviewed your installation and FBC is now working fine. Was able to successfully create my user, but during login process the plugin fails due to another fatal error caused again by your SEF extension. Please review the error as follows followed by the call stack. Fatal errors can not simply be ignored. They're the same as performing an exit() or die() in PHP.. your site will hault.

Error:
[code:1]
500 - JDatabaseMySQL::query: 1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 2 SQL=SELECT username FROM jos_users WHERE id=
[/code:1]

Callstack:
[code:1]
Call stack
# Function Location
1 JSite->dispatch() /home/oohyane/public_html/index.php:68
2 JComponentHelper->renderComponent() /home/oohyane/public_html/includes/application.php:124
3 require_once() /home/oohyane/public_html/libraries/joomla/application/component/helper.php:162
4 userProfile() /home/oohyane/public_html/components/com_comprofiler/comprofiler.php:284
5 HTML_comprofiler::userProfile() /home/oohyane/public_html/components/com_comprofiler/comprofiler.php:660
6 CBuser->getProfileView() /home/oohyane/public_html/components/com_comprofiler/comprofiler.html.php:513
7 cbTabs->getViewTabs() /home/oohyane/public_html/administrator/components/com_comprofiler/plugin.foundation.php:964
8 cbTabs->generateViewTabsContent() /home/oohyane/public_html/administrator/components/com_comprofiler/comprofiler.class.php:3331
9 cbTabs->_callTabPlugin() /home/oohyane/public_html/administrator/components/com_comprofiler/comprofiler.class.php:3281
10 cbPluginHandler->call() /home/oohyane/public_html/administrator/components/com_comprofiler/comprofiler.class.php:4039
11 call_user_func_array() /home/oohyane/public_html/administrator/components/com_comprofiler/plugin.class.php:551
12 getProfileGalleryTab->getDisplayTab()
13 cbTabHandler->_getAbsURLwithParam() /home/oohyane/public_html/components/com_comprofiler/plugin/user/plug_cbprofilegallery/cb.profilegallery.php:978
14 cbSef() /home/oohyane/public_html/administrator/components/com_comprofiler/plugin.class.php:3072
15 CBframework->cbSef() /home/oohyane/public_html/administrator/components/com_comprofiler/plugin.foundation.php:2469
16 call_user_func_array() /home/oohyane/public_html/administrator/components/com_comprofiler/plugin.foundation.php:2121
17 JRoute::_()
18 shRouter->build() /home/oohyane/public_html/libraries/joomla/methods.php:54
19 JRouter->build() /home/oohyane/public_html/plugins/system/shsef.php:250
20 shRouter->_buildSefRoute() /home/oohyane/public_html/libraries/joomla/application/router.php:167
21 shSefRelToAbs() /home/oohyane/public_html/plugins/system/shsef.php:387
22 sef_404->create() /home/oohyane/public_html/administrator/components/com_sh404sef/sh404sef.class.php:1613
23 include() /home/oohyane/public_html/components/com_sh404sef/sef_ext.php:300
24 JDatabaseMySQL->loadResult() /home/oohyane/public_html/components/com_sh404sef/sef_ext/com_comprofiler.php:183
25 JDatabaseMySQL->query() /home/oohyane/public_html/libraries/joomla/database/database/mysql.php:356
26 JError->raiseError() /home/oohyane/public_html/libraries/joomla/database/database/mysql.php:232
27 JError->raise() /home/oohyane/public_html/libraries/joomla/error/error.php:171
28 JException->__construct() /home/oohyane/public_html/libraries/joomla/error/error.php:136
[/code:1]


Kyle (Krileon)
Community Builder Team Member
Before posting on forums: Read FAQ thoroughly + Read our Documentation + Search the forums
CB links: Documentation - Localization - CB Quickstart - CB Paid Subscriptions - Add-Ons - Forge
--
If you are a Professional, Developer, or CB Paid Subscriptions subscriber and have a support issue please always post in your respective support forums for best results!
--
If I've missed your support post with a delay of 3 days or greater and are a Professional, Developer, or CBSubs subscriber please send me a private message with your thread and will reply when possible!
--
Please note I am available Monday - Friday from 8:00 AM CST to 4:00 PM CST. I am away on weekends (Saturday and Sunday) and if I've missed your post on or before a weekend after business hours please wait for the next following business day (Monday) and will get to your issue as soon as possible, thank you.
--
My role here is to provide guidance and assistance. I cannot provide custom code for each custom requirement. Please do not inquire me about custom development.

Please Log in to join the conversation.

13 years 10 months ago #135320 by sfraise
Replied by sfraise on topic Re:Popup window closes after login
Thanks again, I uninstalled sh404sef but I still can't get it to work. When I click on the link button while logged in it simply reloads the page. Logging out and trying to sign in does the same for me, however I've noticed a couple people have been able to get it to work.

My next question now is the people that use the Facebook credentials don't show in search and I get a 404 error when trying to go to their profiles.

Post edited by: sfraise, at: 2010/06/11 03:56

Please Log in to join the conversation.

13 years 10 months ago #135385 by krileon
Replied by krileon on topic Re:Popup window closes after login
Am not sure what the issue is. I was able to successfully login perfectly fine with my Facebook credentials. More then likely is an issue with a user created for your Facebook account after numerous failed attempts. You appear to have a significantly more users registered via Facebook as to apposed before so am inclined to believe issue is resolved.


Kyle (Krileon)
Community Builder Team Member
Before posting on forums: Read FAQ thoroughly + Read our Documentation + Search the forums
CB links: Documentation - Localization - CB Quickstart - CB Paid Subscriptions - Add-Ons - Forge
--
If you are a Professional, Developer, or CB Paid Subscriptions subscriber and have a support issue please always post in your respective support forums for best results!
--
If I've missed your support post with a delay of 3 days or greater and are a Professional, Developer, or CBSubs subscriber please send me a private message with your thread and will reply when possible!
--
Please note I am available Monday - Friday from 8:00 AM CST to 4:00 PM CST. I am away on weekends (Saturday and Sunday) and if I've missed your post on or before a weekend after business hours please wait for the next following business day (Monday) and will get to your issue as soon as possible, thank you.
--
My role here is to provide guidance and assistance. I cannot provide custom code for each custom requirement. Please do not inquire me about custom development.

Please Log in to join the conversation.

13 years 10 months ago #135421 by sfraise
Replied by sfraise on topic Re:Popup window closes after login
Could it be an issue just for me since I'm an administrator or something? I haven't tried it under a normal account.

Like you said a lot of other members have been able to use it successfully so it seems to be working.

Thanks again for all your help!

Please Log in to join the conversation.

Moderators: beatnantkrileon
Time to create page: 0.376 seconds

Facebook Twitter LinkedIn