| ||||||||||
Shopping cart software Solutions for online shops and malls | ||||||||||
|
#11
|
|||||||
|
|||||||
Re: Smart Search and PHP7
Quote:
yes, the mysql stuff is removed in php 7 so 5.5, 5.6 will work great..
__________________
4.7.7. php7.1, AWS RDS database memcache, reboot theme AWS EC2 load balancer, 2 c5.large instances CDSEO Shop By Filters, AC onepage checkout and checkout tools, altercart cash rewards, bcse DPM for paypal |
|||||||
#12
|
|||||||
|
|||||||
Re: Smart Search and PHP7
tried this on 4.7.8 version (checkout one on php7), made all the modifications, and i get a error when adding to cart and then a blank page.
__________________
4.7.x xcart store Business 5.4xx |
|||||||
#13
|
|||||||
|
|||||||
Re: Smart Search and PHP7
Quote:
Did you do the last part? also, there's a few @mysql_query functions in the Checkout_One code you need to change to @db_query find those.. cd modules/Checkout_One grep -r --include="*.php" "@mysql_query" find all instances and change to "@db_query" there's not that many.
__________________
4.7.7. php7.1, AWS RDS database memcache, reboot theme AWS EC2 load balancer, 2 c5.large instances CDSEO Shop By Filters, AC onepage checkout and checkout tools, altercart cash rewards, bcse DPM for paypal |
|||||||
#14
|
|||||||
|
|||||||
Re: Smart Search and PHP7
yes, I did the grep command and fixed the files it mentioned. Maybe 4.7.8 changed something.
__________________
4.7.x xcart store Business 5.4xx |
|||||||
#15
|
|||||||
|
|||||||
Re: Smart Search and PHP7
Quote:
oh yeah,.. not sure.. I'm on 4.7.7 still.. check the XC php and db error logs to see if you find anything when that blank screen issue appears.. The @mysql_query or @db_query thing is elusive and suppresses errors so you may want to remove the @ operator if you don't see anything.. -Matt
__________________
4.7.7. php7.1, AWS RDS database memcache, reboot theme AWS EC2 load balancer, 2 c5.large instances CDSEO Shop By Filters, AC onepage checkout and checkout tools, altercart cash rewards, bcse DPM for paypal |
|||||||
#16
|
|||||||
|
|||||||
Re: Smart Search and PHP7
I got this in the php error log file..
Code:
I don't have php7 ioncube loader installed so that may be the cause.
__________________
4.7.x xcart store Business 5.4xx |
|||||||
#17
|
|||||||
|
|||||||
Re: Smart Search and PHP7
I reprovisioned my easyapache, added ioncube for php7, now i get this:
Code:
__________________
4.7.x xcart store Business 5.4xx |
|||||||
#18
|
|||||||
|
|||||||
Re: Smart Search and PHP7
Quote:
send me a PM with your email address and I can send you something that will fix that..
__________________
4.7.7. php7.1, AWS RDS database memcache, reboot theme AWS EC2 load balancer, 2 c5.large instances CDSEO Shop By Filters, AC onepage checkout and checkout tools, altercart cash rewards, bcse DPM for paypal |
|||||||
#19
|
|||||||
|
|||||||
Re: Smart Search and PHP7
I replaced all the module files (except skin dir files), and now get this:
Code:
__________________
4.7.x xcart store Business 5.4xx |
|||||||
#20
|
|||||||
|
|||||||
Re: Smart Search and PHP7
is 793 this line:
$dirs[] = array_merge($file, $this->dirstats($filename)); if so go up to the top of the function and set $adv=false; so it doesn't execute the 'this->' statement.. up at 755 is the function declaration Code:
let me know if that helps. regards, Matt |
|||||||
|
|||
X-Cart forums © 2001-2020
|