| ||||||||||
Shopping cart software Solutions for online shops and malls | ||||||||||
|
#21
|
|||||||
|
|||||||
Re: Smart Search and PHP7
yes, my line 793 is: $dirs[] = array_merge($file, self::dirstats($filename));
nope, same results. Code:
__________________
4.7.x xcart store Business 5.4xx |
|||||||
#22
|
|||||||
|
|||||||
Re: Smart Search and PHP7
Quote:
OH I see.. I changed the 'self' to '$this' so use $dirs[] = array_merge($file, $this->dirstats($filename)); instead of $dirs[] = array_merge($file, self::dirstats($filename)); forgot that change. -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 |
|||||||
#23
|
|||||||
|
|||||||
Re: Smart Search and PHP7
thanks, now the add to cart works, but when I go to the checkout page, I get a blank page. looking in logs now.. I'll let you know.
__________________
4.7.x xcart store Business 5.4xx |
|||||||
#24
|
|||||||
|
|||||||
Re: Smart Search and PHP7
any new errors in the log files?
|
|||||||
#25
|
|||||||
|
|||||||
Re: Smart Search and PHP7
No php errors, but I get shipping error log update:
Code:
__________________
4.7.x xcart store Business 5.4xx |
|||||||
#26
|
|||||||
|
|||||||
Re: Smart Search and PHP7
even stranger, I no longer see Checkout One in my module list. It is still running that checkout page fine though.
__________________
4.7.x xcart store Business 5.4xx |
|||||||
#27
|
|||||||
|
|||||||
Re: Smart Search and PHP7
I can see the module in the tables fine and its active in the tables, but its no longer showing on the admin side.
__________________
4.7.x xcart store Business 5.4xx |
|||||||
#28
|
|||||||
|
|||||||
Re: Smart Search and PHP7
Quote:
did you run checkout_one_sql.php ? that is in the uploads folder of the mod.. it adds the values to the config table in order to show the mod under modules and also lets you change the settings. for the shipping module error.. I don't know about that, I don't use any shipping calculation modules.. they might be incompatible. I hacked my system so the shipping values change per SKU depending on where the item is located.. similar to what amazon does with their shipping templates..
__________________
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 |
|||||||
#30
|
|||||||
|
|||||||
Re: Smart Search and PHP7
It WORKS!! The little grep -r --include="*.php" "@mysql_query" didnt work, i had to manually go through them and found a bunch that didnt update. Thanks!
Any other snafu's I should know about with php7?
__________________
4.7.x xcart store Business 5.4xx |
|||||||
|
|||
X-Cart forums © 2001-2020
|