[8] ErrorException in Product.php line 193

unserialize(): Error at offset 132 of 139 bytes

  1. //产品配置
  2. public function parameter(){
  3. $this->assign('action',"parameter");
  4. $id = input("id");
  5. $cate_id = input("cate_id") !== null ? input("cate_id") : 1;
  6. $row = Db::name("article_parameter")->where(["article_id"=>$id,"cate_id"=>$cate_id])->find();
  7. $row["multimage_Array"] = isset($row["multimage"]) && $row["multimage"] ? array_filter(explode("###",$row["multimage"])) : [];
  8. $row["multimage_textArray"] = isset($row["multimage_text"]) && $row["multimage_text"] ? unserialize($row["multimage_text"]) : [];
  9. $this->assign("row",$row);
  10. $seo = [];
  11. $seo["title"] = $this->setting["title"]["value"]."-".(isset($row["title"]) && $row["title"]);
  12. $seo["keywords"] = (isset($row["keywords"]) && $row["keywords"]) ? $row["keywords"] : $this->setting["keywords"]["value"];
  13. $seo["description"] = (isset($row["description"]) && $row["description"]) ? $row["description"] : $this->setting["description"]["value"];
  14. $this->assign("seo",$seo);
  15. //发动机

Call Stack

  1. in Product.php line 193
  2. at Error::appError(8, 'unserialize(): Error...', '/www/wwwroot/biaozhi...', 193, ['id' => '213', 'cate_id' => '4', 'row' => ['id' => 229, 'article_id' => 213, 'cate_id' => 4, ...]])
  3. at unserialize('a:1:{i:0;a:2:{s:4:"t...') in Product.php line 193
  4. at Product->parameter()
  5. at ReflectionMethod->invokeArgs(object(Product), []) in App.php line 343
  6. at App::invokeMethod([object(Product), 'parameter'], []) in App.php line 611
  7. at App::module(['portal', 'product', 'parameter'], ['app_host' => '', 'app_debug' => true, 'app_trace' => false, ...], true) in App.php line 456
  8. at App::exec(['type' => 'module', 'module' => ['portal', 'product', 'parameter']], ['app_host' => '', 'app_debug' => true, 'app_trace' => false, ...]) in App.php line 139
  9. at App::run() in start.php line 19
  10. at require('/www/wwwroot/biaozhi...') in index.php line 14

Environment Variables

GET Data

cate_id
4
id
213
POST Data
empty
Files
empty
Cookies
empty
Session
empty

Server/Request Data

USER
www
HOME
/home/www
HTTP_USER_AGENT
claudebot
HTTP_ACCEPT
*/*
HTTP_HOST
www.peugeot-motocycles.com.cn
PATH_INFO
/portal/product/parameter
REDIRECT_STATUS
200
SERVER_NAME
peugeot-motocycles.com.cn
SERVER_PORT
443
SERVER_ADDR
172.25.205.115
REMOTE_PORT
56492
REMOTE_ADDR
54.144.95.36
SERVER_SOFTWARE
nginx/1.18.0
GATEWAY_INTERFACE
CGI/1.1
HTTPS
on
REQUEST_SCHEME
https
SERVER_PROTOCOL
HTTP/2.0
DOCUMENT_ROOT
/www/wwwroot/biaozhimotuo.longcai0531.cn
DOCUMENT_URI
/index.php
REQUEST_URI
/portal/product/parameter?cate_id=4&id=213
SCRIPT_NAME
/index.php
CONTENT_LENGTH
CONTENT_TYPE
REQUEST_METHOD
GET
QUERY_STRING
s=/portal/product/parameter&cate_id=4&id=213
SCRIPT_FILENAME
/www/wwwroot/biaozhimotuo.longcai0531.cn/index.php
FCGI_ROLE
RESPONDER
PHP_SELF
/index.php
REQUEST_TIME_FLOAT
1711621613.6912
REQUEST_TIME
1711621613
Environment Variables
empty

ThinkPHP Constants

IS_PUBLIC
false
ROOT_PATH
/www/wwwroot/biaozhimotuo.longcai0531.cn/
PUBLIC_NAME
public
APP_PATH
/www/wwwroot/biaozhimotuo.longcai0531.cn/application/
WEJOY_PATH
/www/wwwroot/biaozhimotuo.longcai0531.cn/zhmx/
EXTEND_PATH
/www/wwwroot/biaozhimotuo.longcai0531.cn/zhmx/extend/
VENDOR_PATH
/www/wwwroot/biaozhimotuo.longcai0531.cn/zhmx/vendor/
THINK_VERSION
5.0.24
THINK_START_TIME
1711621613.6918
THINK_START_MEM
400904
EXT
.php
DS
/
THINK_PATH
/www/wwwroot/biaozhimotuo.longcai0531.cn/zhmx/thinkphp/
LIB_PATH
/www/wwwroot/biaozhimotuo.longcai0531.cn/zhmx/thinkphp/library/
CORE_PATH
/www/wwwroot/biaozhimotuo.longcai0531.cn/zhmx/thinkphp/library/think/
TRAIT_PATH
/www/wwwroot/biaozhimotuo.longcai0531.cn/zhmx/thinkphp/library/traits/
RUNTIME_PATH
/www/wwwroot/biaozhimotuo.longcai0531.cn/runtime/
LOG_PATH
/www/wwwroot/biaozhimotuo.longcai0531.cn/runtime/log/
CACHE_PATH
/www/wwwroot/biaozhimotuo.longcai0531.cn/runtime/cache/
TEMP_PATH
/www/wwwroot/biaozhimotuo.longcai0531.cn/runtime/temp/
CONF_PATH
/www/wwwroot/biaozhimotuo.longcai0531.cn/application/
CONF_EXT
.php
ENV_PREFIX
PHP_
APP_DEBUG
true
MODEL
0
IS_CLI
false
IS_WIN
false