Prestashop 8.1、PHP 8.1 - 警告:Profiler.php 第 158 行中的数组到字符串转换

问题描述 投票:0回答:1

我有 PS 8.1.7、PHP 8.1.29、debian 上的专用服务器。打开本机调试分析器后,我收到如下警告消息:

Warning: Array to string conversion in /var/www/vhosts/mystore/httpdocs/tools/profiling/Profiler.php on line 158

Profiler.php 文件中的这一行以及更多内容: 打印屏幕

有人有类似问题吗?有什么解决办法吗?我将非常感谢任何帮助。

php warnings prestashop profiler
1个回答
0
投票

尝试使用 PHP 8.1,正如 Presta 人员所说的这里

“我们推荐 PHP 8.1。”

enter image description here

© www.soinside.com 2019 - 2024. All rights reserved.