ecshop Strict standards: Only variables should be passed by
程序员文章站
2024-01-27 20:29:40
...
全部错误提示:Strict standards: Only variables should be passed by reference in **\admin\flashplay.php on line 181 在添加Flash图片时报错。 解决方法: 将 set_flash_data($_CFG['flash_theme'], $error_msg = ''); 改为 $error_msg = ''; set_flash
全部错误提示:Strict standards: Only variables should be passed by reference in **\admin\flashplay.php on line 181
在添加Flash图片时报错。
解决方法:
将
set_flash_data($_CFG['flash_theme'], $error_msg = '');
改为
$error_msg = '';
set_flash_data($_CFG['flash_theme'], $error_msg);
上一篇: 这个建表语句哪里有问题?
下一篇: 3.2版本的数据分页
推荐阅读
-
ecshop Strict standards: Only variables should be passed by
-
PHP报错:Strict Standards: Only variables should be passed by reference in .
-
php 出现Strict Standards: Only variables should be passed by reference in的解决方法
-
Strict Standards: Only variables should be passed
-
ECShop出现Strict Standards: Only variables should be passed by reference in的解决方法
-
Strict Standards: Only variables should be passed by referen_PHP教程
-
[PHP]Only variables should be passed by reference
-
PHP报错:Strict Standards: Only variables should be passed by reference in .
-
ecshop Strict standards: Only variables should be passed by
-
PHP报错:Strict Standards: Only variables should be passed by reference in .