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

X-Cart - reBOOT - Responsive Template

 
Reply
   X-Cart forums > X-Cart 4 > Third Party Add-Ons for X-Cart 4
 
Thread Tools
  #1441  
Old 03-15-2020, 11:39 AM
  peggyr's Avatar 
peggyr peggyr is offline
 

X-Adept
  
Join Date: Dec 2005
Posts: 631
 

Default Re: X-Cart - reBOOT - Responsive Template

Hi Phil,

I have tried updating my 4.7.11 ReBOOT to PHP 7.4 on a test server that I have that is a duplicate of my Production system same code base but PHP 7.3

I get the following errors

[15-Mar-2020 15:25:20] Unknown Error: implode(): Passing glue string after array is deprecated. Swap the parameters in /homepages/11/9999/htdocs/xcart/modules/Recently_Viewed/func.php on line 100

[15-Mar-2020 15:25:39] Unknown Error: Function get_magic_quotes_runtime() is deprecated in /homepages/11/9999/htdocs/xcart/include/lib/PEAR/Cache_Lite/Lite.php on line 757

when I reset back to PHP 7.3 everything works fine.

You may be aware of this - if not, FYI, or if you need any other tests that I can run for you, let me know

Peggy
__________________
X-Cart GP 4.7.12 | XCARTMODS.CO.UK reBOOT (reDUX)4.7.12.8 | Live
IONOS Hosting | Linux | PHP 7.4.33 | MySQL 5.7
Reply With Quote
  #1442  
Old 03-15-2020, 12:00 PM
 
PhilJ PhilJ is offline
 

X-Guru
  
Join Date: Nov 2002
Posts: 4,094
 

Default Re: X-Cart - reBOOT - Responsive Template

Hi Peggy, as far as I know, only X-Cart v4.7.12 is PHP v7.4 ready. You could try replacing those 2 PHP files ^ from a stock v4.7.12 distribution (backup first).

reBOOT will be updated for v4.7.12 this coming week. reDUX is already up to date, which you should be able to download from your order page.

I haven't been able to test with PHP v7.4 yet, shock! but will try do a local test with XAMMP or something as soon as poss.
__________________
xcartmods.co.uk
Reply With Quote

The following user thanks PhilJ for this useful post:
elmirage001 (03-16-2020)
  #1443  
Old 03-15-2020, 12:15 PM
  peggyr's Avatar 
peggyr peggyr is offline
 

X-Adept
  
Join Date: Dec 2005
Posts: 631
 

Default Re: X-Cart - reBOOT - Responsive Template

Thanks Phil,

That did the trick!

Peggy
__________________
X-Cart GP 4.7.12 | XCARTMODS.CO.UK reBOOT (reDUX)4.7.12.8 | Live
IONOS Hosting | Linux | PHP 7.4.33 | MySQL 5.7
Reply With Quote
  #1444  
Old 03-15-2020, 03:38 PM
  peggyr's Avatar 
peggyr peggyr is offline
 

X-Adept
  
Join Date: Dec 2005
Posts: 631
 

Default Re: X-Cart - reBOOT - Responsive Template

I just upgraded my test server to

1) PHP 7.4

2) 4.7.12 code

3) reBOOT 4.7.11

I use few of the modules in the code, but my site in closed mode works but I have only done minimal testing, but ran a test order through Cybersource Test payment gateway

I had 'one bug' which I have reported to X-cart.

I've included the bug and fix (that I made) below, in case anyone else uses Cybersource

BAD in 4.7.12 code payment/cc_csrc_sa_wm.php on line 149

$csrc_sa_wm_url = 'https://'.(($module_params['testmode'] == 'Y') ? 'testsecureacceptance' : '') . 'secureacceptance.cybersource.com/pay';

SHOULD BE

$csrc_sa_wm_url = 'https://'.(($module_params['testmode'] == 'Y') ? 'test' : '') . 'secureacceptance.cybersource.com/pay';

The only other problem I had, was I had no robots.demo.txt in my root, and got 'Not Found' during the 'pre-apply' step of the upgrade.
__________________
X-Cart GP 4.7.12 | XCARTMODS.CO.UK reBOOT (reDUX)4.7.12.8 | Live
IONOS Hosting | Linux | PHP 7.4.33 | MySQL 5.7
Reply With Quote
  #1445  
Old 05-21-2020, 02:02 PM
 
cheap eyeglasses cheap eyeglasses is offline
 

Senior Member
  
Join Date: Oct 2010
Posts: 143
 

Default Re: X-Cart - reBOOT - Responsive Template

hi, PhilJ. When can we get the latest reBoot, pls?
Reply With Quote
  #1446  
Old 05-22-2020, 11:09 PM
 
PhilJ PhilJ is offline
 

X-Guru
  
Join Date: Nov 2002
Posts: 4,094
 

Default Re: X-Cart - reBOOT - Responsive Template

23rd May 2020 - reBOOT "Sunrise" updated for X-Cart v4.7.12 - Demo | Download | Purchase ($49)
  • Very few changes, no additional features
  • Bootstrap and Bootswatch updated to v3.4.1
  • Support for PHP v7.4.x
Don't forget, reBOOT reDUX is the successor to this template, with many improvements, including Bootstrap v4.5.0

It costs only $199 and you can get a $50 discount with coupon code REDUX-50
__________________
xcartmods.co.uk
Reply With Quote

The following 2 users thank PhilJ for this useful post:
elmirage001 (05-23-2020), peggyr (05-23-2020)
  #1447  
Old 05-23-2020, 07:10 AM
 
elmirage001 elmirage001 is offline
 

X-Wizard
  
Join Date: Apr 2007
Posts: 1,964
 

Default Re: X-Cart - reBOOT - Responsive Template

Quote:
Originally Posted by PhilJ
23rd May 2020 - Updated for X-Cart v4.7.12 - Demo | Download
  • Very few changes, no additional features
  • Bootstrap and Bootswatch updated to v3.4.1
  • Support for PHP v7.4.x
Don't forget, reBOOT reDUX is the successor to this template, with many improvements, including Bootstrap v4.5.0

Get $50 off with coupon code REDUX-50


Thank you very much Phil
__________________
X-Cart GoldPlus v4.7.12 | reBOOT (reDUX) Template v4.7.12.9 | Always The Best
Reply With Quote

The following user thanks elmirage001 for this useful post:
PhilJ (05-24-2020)
  #1448  
Old 05-24-2020, 03:03 PM
 
cheap eyeglasses cheap eyeglasses is offline
 

Senior Member
  
Join Date: Oct 2010
Posts: 143
 

Default Re: X-Cart - reBOOT - Responsive Template

Many thanks, PhilJ!
Reply With Quote
  #1449  
Old 12-07-2020, 03:25 PM
 
PhilJ PhilJ is offline
 

X-Guru
  
Join Date: Nov 2002
Posts: 4,094
 

Default Re: X-Cart - reBOOT - Responsive Template

300k views, can't be bad, just sayin'. Thank you all. Much love x.
__________________
xcartmods.co.uk
Reply With Quote

The following 4 users thank PhilJ for this useful post:
chamberinternet (12-08-2020), dpcompany (12-08-2020), elmirage001 (12-08-2020), ITVV (12-07-2020)
  #1450  
Old 12-18-2020, 04:00 AM
 
PhilJ PhilJ is offline
 

X-Guru
  
Join Date: Nov 2002
Posts: 4,094
 

Default Re: X-Cart - reBOOT - Responsive Template

18/12/20 - Please update your /skin/reboot/js/custom/jquery.mb.browser.min.js file to fix the recent Mac OS Big Sur browser user agent update...

https://xcartmods.com/redux4712/skin/reboot/js/plugins/jquery.mb.browser.min.js
__________________
xcartmods.co.uk
Reply With Quote

The following 2 users thank PhilJ for this useful post:
elmirage001 (12-22-2020), ITVV (12-18-2020)
Reply
   X-Cart forums > X-Cart 4 > Third Party Add-Ons for X-Cart 4


Thread Tools

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 08:10 AM.

   

 
X-Cart forums © 2001-2020