undefined offset 1 PHP错误

时间:2017-04-08 21:18:20

标签: php

我在PHP中收到以下错误:

  

注意:未定义的偏移量:文件中第552行的1   包括/类/ ia.core.smarty.php

以下是导致它的PHP代码:

} else { // this scheme used by plugins
            list($path, $file) = explode('|', $params['file']);
            $type = !isset($params['type']) ? 'thumbnail' : $params['type'];

            $url = $iaCore->iaView->assetsUrl . 'uploads/' . $path . $type . '/' . $file;
        }

错误是什么意思?在页面上我得到此错误不显示缩略图。感谢

0 个答案:

没有答案