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

2023年5月4日10:10:11 发表评论
微信搜一搜 ts小陈

错误提示:

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);

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

 

 

小陈号卡
ts小陈

发表评论(不允许含有网址!)

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

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