警告:非法字符串偏移'高度'在

时间:2014-09-09 09:19:06

标签: wordpress

从本地服务器迁移后发生此错误

Warning: Illegal string offset 'width' in /data/24/3/48/159/3700974/user/4115541/htdocs/wordpress1/wp-content/themes/alyoum/library/includes/widgets/includes/C5_image.php on line 136

Warning: Illegal string offset 'height' in /data/24/3/48/159/3700974/user/4115541/htdocs/wordpress1/wp-content/themes/alyoum/library/includes/widgets/includes/C5_image.php on line 136

Warning: Illegal string offset 'width' in /data/24/3/48/159/3700974/user/4115541/htdocs/wordpress1/wp-content/themes/alyoum/library/includes/widgets/includes/C5_image.php on line 136

Warning: Illegal string offset 'height' in /data/24/3/48/159/3700974/user/4115541/htdocs/wordpress1/wp-content/themes/alyoum/library/includes/widgets/includes/C5_image.php on line 136

Warning: Illegal string offset 'width' in /data/24/3/48/159/3700974/user/4115541/htdocs/wordpress1/wp-content/themes/alyoum/library/includes/widgets/includes/C5_image.php on line 136

Warning: Illegal string offset 'height' in /data/24/3/48/159/3700974/user/4115541/htdocs/wordpress1/wp-content/themes/alyoum/library/includes/widgets/includes/C5_image.php on line 136

Warning: Illegal string offset 'width' in /data/24/3/48/159/3700974/user/4115541/htdocs/wordpress1/wp-content/themes/alyoum/library/includes/widgets/includes/C5_image.php on line 136

Warning: Illegal string offset 'height' in /data/24/3/48/159/3700974/user/4115541/htdocs/wordpress1/wp-content/themes/alyoum/library/includes/widgets/includes/C5_image.php on line 136

Warning: Illegal string offset 'width' in /data/24/3/48/159/3700974/user/4115541/htdocs/wordpress1/wp-content/themes/alyoum/library/includes/widgets/includes/C5_image.php on line 136

Warning: Illegal string offset 'height' in /data/24/3/48/159/3700974/user/4115541/htdocs/wordpress1/wp-content/themes/alyoum/library/includes/widgets/includes/C5_image.php on line 136

C5_image.php中的第136行是

$new_image_dimen = image_resize_dimensions( $meta['width'], $meta['height'], $new_img_meta[0], $new_img_meta[1], $new_img_meta[2] );

另外wp-admin是空白的 提前致谢

1 个答案:

答案 0 :(得分:0)

将这些行放在第136行

之上
if(!isset($meta['width'])){$meta['width'] = 0;}
if(!isset($meta['height'])){$meta['height'] = 0;}