[1] ErrorException in Image.php line 63

Allowed memory size of 134217728 bytes exhausted (tried to allocate 16384 bytes)

  1. 'mime' => $info['mime'],
  2. ];
  3. // 打开图像
  4. if ('gif' == $this->info['type']) {
  5. $this->gif = new Gif($file->getPathname());
  6. $this->im = @imagecreatefromstring($this->gif->image());
  7. } else {
  8. $fun = "imagecreatefrom{$this->info['type']}";
  9. $this->im = @$fun($file->getPathname());
  10. }
  11. // 如果图像资源创建失败,创建默认图像
  12. if (empty($this->im)) {
  13. $this->createDefaultImage();
  14. }
  15. }
  16. protected function createDefaultImage()

Call Stack

  1. in Image.php line 63
  2. at Error::appShutdown()

Environment Variables

GET Data

id
404
p
3
POST Data
empty
Files
empty

Cookies

currency_name
澳门元
PHPSESSID
si8bl3j6om5cgmcb1tt0opbpn3
currency_id
15
currency_shorter
MOP

Session

think
{ "currency": { "id": 15, "pjname": "1327", "currency_name": "\u6fb3\u95e8\u5143", "currency_sign": "MOP", "currency_shorter": "MOP", "is_show": 1, "default": 1 } }

Server/Request Data

USER
www
HOME
/home/www
HTTP_COOKIE
currency_name=%E6%BE%B3%E9%97%A8%E5%85%83; PHPSESSID=si8bl3j6om5cgmcb1tt0opbpn3; currency_id=15; currency_shorter=MOP
HTTP_ACCEPT_ENCODING
gzip, br, zstd, deflate
HTTP_REFERER
https://macau-store.com/index.php/home/Goods/goodsList.html?id=404&p=3
HTTP_USER_AGENT
Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)
HTTP_ACCEPT
*/*
HTTP_HOST
www.macau-store.com
PATH_INFO
/home/Goods/goodsList.html
REDIRECT_STATUS
200
SERVER_NAME
old-aotao.macau-store.com
SERVER_PORT
443
SERVER_ADDR
172.29.208.9
REMOTE_PORT
1694
REMOTE_ADDR
3.144.95.36
SERVER_SOFTWARE
nginx/1.24.0
GATEWAY_INTERFACE
CGI/1.1
HTTPS
on
REQUEST_SCHEME
https
SERVER_PROTOCOL
HTTP/2.0
DOCUMENT_ROOT
/www/wwwroot/macau_store
DOCUMENT_URI
/index.php/home/Goods/goodsList.html
REQUEST_URI
/index.php/home/Goods/goodsList.html?id=404&p=3
SCRIPT_NAME
/index.php
CONTENT_LENGTH
CONTENT_TYPE
REQUEST_METHOD
GET
QUERY_STRING
id=404&p=3
SCRIPT_FILENAME
/www/wwwroot/macau_store/index.php
FCGI_ROLE
RESPONDER
PHP_SELF
/index.php/home/Goods/goodsList.html
REQUEST_TIME_FLOAT
1743813781.5786
REQUEST_TIME
1743813781
Environment Variables
empty

ThinkPHP Constants

PLUGIN_PATH
/www/wwwroot/macau_store/plugins/
UPLOAD_PATH
public/upload/
TPSHOP_CACHE_TIME
31104000
SITE_URL
https://www.macau-store.com
INSTALL_DATE
1463741583
SERIALNUMBER
20160520065303oCWIoa
APP_PATH
/www/wwwroot/macau_store/application/
NOW_TIME
1743813781
THINK_VERSION
5.0.15
THINK_START_TIME
1743813781.5787
THINK_START_MEM
369552
EXT
.php
DS
/
THINK_PATH
/www/wwwroot/macau_store/thinkphp/
LIB_PATH
/www/wwwroot/macau_store/thinkphp/library/
CORE_PATH
/www/wwwroot/macau_store/thinkphp/library/think/
TRAIT_PATH
/www/wwwroot/macau_store/thinkphp/library/traits/
ROOT_PATH
/www/wwwroot/macau_store/
EXTEND_PATH
/www/wwwroot/macau_store/extend/
VENDOR_PATH
/www/wwwroot/macau_store/vendor/
RUNTIME_PATH
/www/wwwroot/macau_store/runtime/
LOG_PATH
/www/wwwroot/macau_store/runtime/log/
CACHE_PATH
/www/wwwroot/macau_store/runtime/cache/
TEMP_PATH
/www/wwwroot/macau_store/runtime/temp/
CONF_PATH
/www/wwwroot/macau_store/application/
CONF_EXT
.php
ENV_PREFIX
PHP_
IS_CLI
false
IS_WIN
false
IS_AJAX
false
IS_GET
true
IS_POST
false
MODULE_NAME
home
CONTROLLER_NAME
Goods
ACTION_NAME
goodsList
PREFIX
tp_
SESSION_ID