1 of 2
1
Member password incorrect
Posted: 18 June 2009 08:19 AM   Ignore ]  
Member
RankRankRank
Total Posts:  66
Joined  2009-05-14

Hi

I’m having real problems with FoxEE 0.40.109 and member creation in EE. I have successfully purchased membership subscriptions and new member accounts have been created in EE as expected, but when I try and login to my members area EE tells me that the password is incorrect, and yet the same password will allow me to retrieve my saved data in FoxyCart.

It seems that the password being created in EE is different to the one I create when creating an account when purchasing a subscription.

Please advise

Many thanks

Profile
 
Posted: 18 June 2009 06:29 PM   Ignore ]   [ # 1 ]  
Administrator
Avatar
RankRankRankRank
Total Posts:  1653
Joined  2007-11-23

Make sure you have the FC hash setting the same as what you selected on your EE install (the default is SHA1)

Also make sure you have updated to the latest version of FoxEE 109. If you have downloaded it in the last couple days then you are current.

Signature 

Mike

HCC Development

Profile
 
Posted: 19 June 2009 03:14 AM   Ignore ]   [ # 2 ]  
Member
RankRankRank
Total Posts:  66
Joined  2009-05-14

Hi

Admittedly I did have the hash setting in FC incorrect and changed this thinking it would fix the problem before I started this discussion, but it didn’t. I assume changing the hash setting should take affect immediately.

I have also now updated to the latest build of FoxEE and am still experiencing the same problem.

I would appreciate your rapid response to this matter as I have an imminent deadline.

Many thanks

P.S. updating FoxEE has caused a new instance of “Foxee Upgraded to Version 0.40.109” to be added to the activity log every single time I click on a tab in the FoxEE module. “Foxee Upgraded to Version 0.40.109” currently appears 22 times in my activity log.

P.P.S updating FoxEE also removed all information from within my active members tab.

Profile
 
Posted: 19 June 2009 06:45 AM   Ignore ]   [ # 3 ]  
Administrator
Avatar
RankRankRankRank
Total Posts:  1653
Joined  2007-11-23

Hey Damien,

One thing while testing, make sure you delete your cookies and start a new session.

Signature 

Mike

HCC Development

Profile
 
Posted: 19 June 2009 07:00 AM   Ignore ]   [ # 4 ]  
Member
RankRankRank
Total Posts:  66
Joined  2009-05-14

Hi Michael

Thanks, I have tried all that without success!

Can I PM you the link so you can see for yourself?

Thanks

Profile
 
Posted: 19 June 2009 07:28 AM   Ignore ]   [ # 5 ]  
Administrator
Avatar
RankRankRankRank
Total Posts:  1653
Joined  2007-11-23

Yes, That would be great.

Signature 

Mike

HCC Development

Profile
 
Posted: 19 June 2009 08:31 AM   Ignore ]   [ # 6 ]  
Member
RankRankRank
Total Posts:  66
Joined  2009-05-14

Michael

Did you get my PM?

Many thanks

Profile
 
Posted: 19 June 2009 11:09 AM   Ignore ]   [ # 7 ]  
Member
RankRankRank
Total Posts:  66
Joined  2009-05-14

Besides the continued password issue, I am having real issues with the latest build of FoxEE with continued instances of the update message under the activity tab. But, worse than that, all my Active Members were deleted on initial upgrade and subsequent new members appear under the Active Members tab but then are deleted to after moving around the module a little.

It seems that any activity in the module adds a update message to the Activity Log and clears out the Active Memberships tab.

Profile
 
Posted: 19 June 2009 07:38 PM   Ignore ]   [ # 8 ]  
Administrator
Avatar
RankRankRankRank
Total Posts:  406
Joined  2008-04-21

Damien,

A new build of FoxEE 109 is available for download on the site which resolves your reoccurring upgrade message.

Build 052.

Thanks.

Profile
 
Posted: 22 June 2009 11:32 AM   Ignore ]   [ # 9 ]  
Member
RankRankRank
Total Posts:  66
Joined  2009-05-14

Still have no resolution to the password mismatch problem.

And, active subscriptions are still disappearing from the Active Members tab since upgrading to the latest build 052

Profile
 
Posted: 22 June 2009 04:13 PM   Ignore ]   [ # 10 ]  
Administrator
Avatar
RankRankRankRank
Total Posts:  1653
Joined  2007-11-23

Damien, I took a look at your templates and your head is incorrect.

You have the JS for the checkout page redirect in there and I didnt see you FoxEE head tag.

The JS goes in your cached checkout template on FoxyCart and you need the FoxEE head tag on any page that you use FoxEE tags. If you need to load jquery for anything its best to do it before the FoxEE head tag, but shouldn’t matter.

Signature 

Mike

HCC Development

Profile
 
Posted: 23 June 2009 01:17 AM   Ignore ]   [ # 11 ]  
Member
RankRankRank
Total Posts:  66
Joined  2009-05-14

Michael,

I don’t agree, this is a snippet from my global header include:

{if segment_1 == "store" AND segment_2 != "checkout"}[removed][removed]{exp:foxee:headers include_jquery="no" fb_height="400" fb_width="800"}{/if}
{if segment_2 
== "checkout"}
[removed]
    jQuery
(document).ready(function(){
        
var doSomethingSpecial false;
        var 
specialCategory "downloads";

        for (
i in fc_json.products{
        
if (fc_json.products[ i ].category == specialCategory{
        doSomethingSpecial 
true;
        
}
        }

        
if (doSomethingSpecial{
            jQuery
("#fc_receipt_continue_link").attr("href","http://www.tenandahalf.co.uk/store/account");
        
}
    }
);
[removed]
{
/if} 

If you consider that ‘store’ is the template group and ‘checkout’ is the cached checkout template within ‘store’ then you will see that the above applies the foxy headers to any template in store other than the checkout template, and that to the checkout template ONLY we apply the JS redirect.

As you should have seen the JavaScript in my store is working fine, what has this got to do with the password mismatch problem?

P.S. where the removed tags are in the first conditional is where we link to the jQuery core JS file

Profile
 
Posted: 23 June 2009 03:54 PM   Ignore ]   [ # 12 ]  
Member
RankRankRank
Total Posts:  66
Joined  2009-05-14

I’ve just switched back to the default FoxyCart templates and in doing so have just noticed that the URL when I first arrive at the checkout has the session id in the url twice like so:

https://tenandahalf.foxycart.com/checkout.php?fcsid=neulbgit8mi3j1ht9edp2l74b3&fcsid=neulbgit8mi3j1ht9edp2l74b3

Could that be causing problems?

Profile
 
Posted: 23 June 2009 04:47 PM   Ignore ]   [ # 13 ]  
Administrator
Avatar
RankRankRankRank
Total Posts:  1653
Joined  2007-11-23

can you make a basic template on your site to test

Signature 

Mike

HCC Development

Profile
 
Posted: 23 June 2009 05:27 PM   Ignore ]   [ # 14 ]  
Member
RankRankRank
Total Posts:  66
Joined  2009-05-14

Yeah will do.

I’ve also been experiencing very slow datafeed, it appears to be trickling through very slowly and I have also seen this several times for the first time today:

FoxyCart Datafeed Error (orderid: 325097) Price mismatch. Sku price: /SALE Order Price: 0.01

Seems to be since I dropped down from FC 0.5.1 to 0.5.0

Profile
 
Posted: 23 June 2009 06:26 PM   Ignore ]   [ # 15 ]  
Administrator
Avatar
RankRankRankRank
Total Posts:  1653
Joined  2007-11-23

Feeds working fine for me, been hammering it all day.

Ya, you shouldn’t be using store 51 with FoxEE 109, that wont work

Signature 

Mike

HCC Development

Profile
 
   
1 of 2
1
 

Join our Mailing List