Follow us on Twitter X-Cart on Facebook Wiki
Shopping cart software Solutions for online shops and malls
 

X-Cart 4.5.5 released

 
Closed Thread
   X-Cart forums > News and Announcements
 
Thread Tools
  #91  
Old 02-21-2013, 06:24 AM
 
Danimal Danimal is offline
 

Senior Member
  
Join Date: Sep 2006
Posts: 134
 

Default Re: X-Cart 4.5.5 released

Aim, I suppose I never totally grasped the Blowfish Key. Can you first tell me what its duty is. Then what's the reason for regeneration after the upgrade?

I went from a fresh install of 4.5.4 to 4.5.5 so I have not yet done the regeneration. Still getting used to the layout of the 4.5 branch.
__________________
~Dani

For version & mods installed, see post.
  #92  
Old 02-21-2013, 06:27 AM
 
aim aim is offline
Advanced Staff Users
 

X-Cart team
  
Join Date: Dec 2008
Posts: 928
 

Default Re: X-Cart 4.5.5 released

Quote:
Originally Posted by aim
It is strange, the patch.log file should be created anyway.

OK
The possible solution is

1 Run the upgrade/4.5.3-4.5.5/patch.sql file in the 'force' mode again

2 Run the SQL query
delete from xcart_config where name in ('allowed_ips', 'ip_register_codes');

3 Disable the CHECK_CONFIG_INTEGRITY CHECK_CUSTOMERS_INTEGRITY in the config.php file

4 Enter to the admin area

5 Enable the X-Payments Connector module

6 Check all the options and click the 'Update' button on the pages
http://xcart2-54.crtdev.local/~aim/xcart_4_5_x/admin/configuration.php?option=Company
http://xcart2-54.crtdev.local/~aim/xcart_4_5_x/admin/configuration.php?option=XPayments_Connector
http://xcart2-54.crtdev.local/~aim/xcart_4_5_x/admin/configuration.php?option=Email
http://xcart2-54.crtdev.local/~aim/xcart_4_5_x/admin/configuration.php?option=Email_Note
http://xcart2-54.crtdev.local/~aim/xcart_4_5_x/admin/configuration.php?option=Security

7 Open an each admin/provider profile and click the 'Update' button.

8 Disable the X-Payments Connector module

9 Enable the CHECK_CONFIG_INTEGRITY CHECK_CUSTOMERS_INTEGRITY in the config.php

10 You have to re-generate the Blowfish and security keys using the default 'Re-generate Blowfish encryption key' feature from the admin area.
Please, do not ignore this step!


The solution is not applicable when the Social Login module is used.
In this case we can remove all the Social Login admin's profiles and apply the solution.
__________________
Sincerely yours,
Ildar Amankulov
Head of Maintenance group
  #93  
Old 02-21-2013, 06:32 AM
 
aim aim is offline
Advanced Staff Users
 

X-Cart team
  
Join Date: Dec 2008
Posts: 928
 

Default Re: X-Cart 4.5.5 released

Quote:
Originally Posted by Danimal
Aim, I suppose I never totally grasped the Blowfish Key. Can you first tell me what its duty is. Then what's the reason for regeneration after the upgrade?

I went from a fresh install of 4.5.4 to 4.5.5 so I have not yet done the regeneration. Still getting used to the layout of the 4.5 branch.

How many customers do you have ?
__________________
Sincerely yours,
Ildar Amankulov
Head of Maintenance group
  #94  
Old 02-21-2013, 06:38 AM
 
Carzilla Carzilla is offline
 

Advanced Member
  
Join Date: May 2012
Posts: 39
 

Default Re: X-Cart 4.5.5 released

Thanks! I could complete all the steps, except that after enabling the CHECK_CONFIG_INTEGRITY and CHECK_CUSTOMERS_INTEGRITY the admin screen goes blank. It did say, however, that I updated from 4.5.3 to 4.5.4 - so I moved up one version
__________________
X-Cart 4.6.2

The following user thanks Carzilla for this useful post:
aim (02-21-2013)
  #95  
Old 02-21-2013, 06:48 AM
 
aim aim is offline
Advanced Staff Users
 

X-Cart team
  
Join Date: Dec 2008
Posts: 928
 

Default Re: X-Cart 4.5.5 released

Quote:
Originally Posted by Carzilla
Thanks! I could complete all the steps, except that after enabling the CHECK_CONFIG_INTEGRITY and CHECK_CUSTOMERS_INTEGRITY the admin screen goes blank. It did say, however, that I updated from 4.5.3 to 4.5.4 - so I moved up one version


And the step 10 for the solution.

You have to regenerate the blowfish and security keys using the default 'Re-generate Blowfish encryption key' feature from the admin area.

Please, do not ignore this step!
__________________
Sincerely yours,
Ildar Amankulov
Head of Maintenance group
  #96  
Old 02-21-2013, 06:56 AM
 
Carzilla Carzilla is offline
 

Advanced Member
  
Join Date: May 2012
Posts: 39
 

Default Re: X-Cart 4.5.5 released

Quote:
Originally Posted by aim
And the step 10 for the solution.

You have to regenerate the blowfish and security keys using the default 'Re-generate Blowfish encryption key' feature from the admin area.

Please, do not ignore this step!

I still can't set the 'CHECK_CONFIG_INTEGRITY' option to TRUE in config.php without the admin module going blank. I see no errors or whatnot. Any idea what I might have done wrong?

On a plus-side: I can access the admin panel again, which is good...
__________________
X-Cart 4.6.2
  #97  
Old 02-21-2013, 06:59 AM
 
aim aim is offline
Advanced Staff Users
 

X-Cart team
  
Join Date: Dec 2008
Posts: 928
 

Default Re: X-Cart 4.5.5 released

Quote:
Originally Posted by Carzilla
I still can't set the 'CHECK_CONFIG_INTEGRITY' option to TRUE in config.php without the admin module going blank. I see no errors or whatnot. Any idea what I might have done wrong?

On a plus-side: I can access the admin panel again, which is good...

Use the settings for the config.php

$debug_mode = 3;
define('DEVELOPMENT_MODE', 1);


to localize the error.
__________________
Sincerely yours,
Ildar Amankulov
Head of Maintenance group
  #98  
Old 02-21-2013, 07:15 AM
 
Carzilla Carzilla is offline
 

Advanced Member
  
Join Date: May 2012
Posts: 39
 

Default Re: X-Cart 4.5.5 released

Quote:
Originally Posted by aim
Use the settings for the config.php

$debug_mode = 3;
define('DEVELOPMENT_MODE', 1);


to localize the error.

You are a champ. I found out that I didn't regenerate the blowfish yet, after regenerating it, it worked. Thanks for the support!
__________________
X-Cart 4.6.2

The following user thanks Carzilla for this useful post:
aim (02-21-2013)
  #99  
Old 02-21-2013, 07:41 AM
 
Carzilla Carzilla is offline
 

Advanced Member
  
Join Date: May 2012
Posts: 39
 

Default Re: X-Cart 4.5.5 released

Quote:
Originally Posted by aim
Use the settings for the config.php

$debug_mode = 3;
define('DEVELOPMENT_MODE', 1);


to localize the error.

One last question. It seems that I can't get my admin profile to pass the customers integrity test. What are the criteria a profile needs to pass for it to be considered OK?
__________________
X-Cart 4.6.2
  #100  
Old 02-21-2013, 08:01 AM
 
aim aim is offline
Advanced Staff Users
 

X-Cart team
  
Join Date: Dec 2008
Posts: 928
 

Default Re: X-Cart 4.5.5 released

Quote:
Originally Posted by Carzilla
One last question. It seems that I can't get my admin profile to pass the customers integrity test. What are the criteria a profile needs to pass for it to be considered OK?

Try to change a one symbol for the lastname on the page like
http://demo.x-cart.com/demo/admin/register.php?mode=update

and click the 'Update' button.
__________________
Sincerely yours,
Ildar Amankulov
Head of Maintenance group
Closed Thread
   X-Cart forums > News and Announcements



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT -8. The time now is 12:53 PM.

   

 
X-Cart forums © 2001-2020