Profile error in ajax member login

When you click on login from the upper right hand corner Ajax "Member Login"

After entering the nickname and password system sends an error message

!!! Profile error, try again !!!

When use normal Member login

Works fine

Maybe somebody know why?

Quote · 25 Aug 2008

In v6.1.4 I have confirmed the upper right corner "Member Login" (without quotes)
popup DOES NOT WORK with FireFox 3.0, Internet EXploder 7.0.6 and Opera 9.26 at all  ..... 
.

Quote · 26 Aug 2008

I have no problems using Firefox 3 and IE7

There are none so blind as those that will not see.
Quote · 26 Aug 2008

I have no problems using Firefox 3 and IE7

And you are clicking on the 'Member Login' in the upper right corner that pops up a

login dialog box and not using the login box on the homepage, correct?
.

Quote · 26 Aug 2008

Correct.

There are two options for login in homepage.

Quote · 26 Aug 2008

I have no problems using Firefox 3 and IE7

And you are clicking on the 'Member Login' in the upper right corner that pops up a

login dialog box and not using the login box on the homepage, correct?


Stuart  .....  ?
.

Quote · 11 Sep 2008

Yes. no problems at all.

Stuart

I have no problems using Firefox 3 and IE7

And you are clicking on the 'Member Login' in the upper right corner that pops up a

login dialog box and not using the login box on the homepage, correct?


Stuart  .....  ?
.

There are none so blind as those that will not see.
Quote · 11 Sep 2008

I am having problem with the Member Login on the upper right hand corner.  But for me, when I click on it, the whole page becomes semi-transparent and you can't do anything on the page at all.  I then have to refresh or hit the back button to go back to the home page.  At this point, I just want to remove the Member Login link and just leave the Join Now link.  Can anyone tell me how I can do that?

 

Quote · 28 Sep 2008

I am with Stuart.  No problems an of those three browsers.  The only complaint I have is with where the pop-up appears at stuck in upper left hand corner.

Quote · 28 Sep 2008

I am having problem with the Member Login on the upper right hand corner.  But for me, when I click on it, the whole page becomes semi-transparent and you can't do anything on the page at all.  I then have to refresh or hit the back button to go back to the home page.  At this point, I just want to remove the Member Login link and just leave the Join Now link.  Can anyone tell me how I can do that?


i experienced this problem also...

Quote · 3 Oct 2008

Hi

Yep well Ive got the same problem Hozkar.

I was just about to post it.

For me it happens in Firefox3.

So until we find a fix how do you turn off the ajax login popup?

I dont see it in advanced settings.

Thanks

Dan V

Quote · 8 Oct 2008

Bump -

Quote · 9 Oct 2008

Hello alls, are you have

php_value allow_url_fopen  in On state? (1) or this is Off?

All what do this button (Member Login) just calling JS that do:

showItemEditForm('login_div'); $( '#login_div' ).show().load( 'http://dol_url/member.php?action=show_login_form&relocate=' + encodeURIComponent( window.location )  );return false;

so

we get element with ID=login_div, make it centered,

after, using JQuery we make this element visible and load content of:

http://dol_url/member.php?action=show_login_form&relocate=XXX

into it.


what wrong here? all nice.

recheck - are you have any JS errors at your page? it can prevent normal working of all another JS.

and if your allow_url_fopen is Off (0) it can block loading content by URL

Quote · 9 Oct 2008

Hi Andrey

I dont know how to check if "php_value allow_url_fopen  in On state?"

But the pop up used to work properly.


For the moment I just want to know if there is a simple way to turn the popup off.

So I will make a new post just asking this.

Thanks

Dan V

Quote · 9 Oct 2008

php_value allow_url_fopen = On is located in php.ini

my site is working now, i coordinated to tech support where i host my site.Smile

Quote · 7 Nov 2008

I am having the same problem, to an extent.

On the front page, the ajax pop-up will not load on any browser. but it loads on other pages. but then I get an error that says "profile error" and it won't let me login. I can login normal users by the login on the front page, but the admin cannot login ANYWHERE! I get the profile error whenever I try to login the admin in. (NOT GOOD for the admin to be exluded from the site)

Quote · 24 Dec 2008

I am having the same problem, to an extent.

On the front page, the ajax pop-up will not load on any browser. but it loads on other pages. but then I get an error that says "profile error" and it won't let me login. I can login normal users by the login on the front page, but the admin cannot login ANYWHERE! I get the profile error whenever I try to login the admin in. (NOT GOOD for the admin to be exluded from the site)

As admin log in via www.yoursite/admin not the same way your users do via frontpage.

Quote · 24 Dec 2008

Same problem.

Can not login with the popup window (normal user - not as admin)

php_furlopen = on

Any suggestions how to get it working ?

Or is it a currupt .htaccess problem again ?

Quote · 26 Dec 2008

I figured out that admins have to login elsewhere, but was still having the login problem.

So I installed the free AJAX Login Fix mod, and now it works great.

you can get it at expertzzz.com

Quote · 26 Dec 2008

Just in case.. try to change Member Login opening to normal page..

Open file functions.php at templates/tmpl_xxx/scripts/

Remove some code at line 218:

onclick="showItemEditForm('login_div'); $( '#login_div' ).show().load( 'member.php?action=show_login_form&relocate=' + encodeURIComponent( window.location ) );return false;"

Beware.. only until return false;" not return false;">

Quote · 31 Dec 2008

I still have the problem, that I can not login with the AJAX windoe Login-Panel.

As i told  - furl_open = ON at my server...

Normal Login is working very well but not the AJAx window...

any ideas ?

Quote · 18 Feb 2009

 

Just in case.. try to change Member Login opening to normal page..

Open file functions.php at templates/tmpl_xxx/scripts/

 

Remove some code at line 218:

 

onclick="showItemEditForm('login_div'); $( '#login_div' ).show().load( 'member.php?action=show_login_form&relocate=' + encodeURIComponent( window.location ) );return false;"

 

Beware.. only until return false;" not return false;">

 

 

 

Thanks ErvanErfian your a legend its working well.

B

Quote · 16 Mar 2009

I had the same problem with the page turning translucent on "member login". There's a free fix here. You may want to try. READ the comments before you install it!

www.expertzzz.com/Downloadz/view/2788

Quote · 21 Mar 2009
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.