fabriceunko Posted January 28, 2021 Share Posted January 28, 2021 Hello, in the administrator in the error log tab I have the following error: [<strong>Deprecated</strong>] /XXXXXXXXXXXXXXXX/XXXXXXXXX/admin_xDG7xw/sources/dashboard.index.inc.php:293 - implode() [<a href='http://docs.php.net/manual/en/function.implode.php'>function.implode.php</a>]: Passing glue string after array is deprecated. Swap the parameters The code in the file indicated on line 293 is $customers_in = implode(array_keys($customer_ids), ','); So what is the problem and how do you fix it? Quote Link to comment Share on other sites More sharing options...
bsmither Posted January 28, 2021 Share Posted January 28, 2021 Your hosting must have recently been upgraded to PHP 7.4. See: https://github.com/cubecart/v6/issues/2487 If still running a version of CubeCart less than 6.4, there will be other deprecation issues. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.