wordpress缩略图显示“A TimThumb error has occured”

2023年5月4日10:10:11 发表评论
广告也精彩

错误提示:

wordpress缩略图显示“A TimThumb error has occured”

A TimThumb error has occured

Could not find the internal image you specified.

解决的方法(全部无效,不管用,问题依旧):

1、$_SERVER['DOCUMENT_ROOT'] = dirname(__FILE__);

2、cache权限问题、无cache文件等

3、其他

如何你和我一样,现有的方法全部无效,不妨试一下我这个方法。

我的解决方法

TimThumb-config.php大概163行

  1. $this->src = preg_replace('/https?:\/\/(?:www\.)?' . $this->myHost . '/i', ''$this->src);

将这行代码注释掉,把一个远程文件,变成了一个本地。 需要做的是,不进行转化。所以注释掉这行代码就可以。
 

 

 

  • 我的微信
  • 有问题可随时与我联系
  • weinxin
  • 微信小程序
  • 随时随地查看文章
  • weinxin
ts小陈

发表评论(请规范评论)--评论需审核

:?: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :cry: :mrgreen: :neutral: :razz:

已登录用户不需要填写以下内容