在stderr中发送的FastCGI:“ PHP消息:PHP警告:字符串偏移量's_type'不合法

时间:2019-05-24 04:46:20

标签: php jquery arrays

在php文件的第824行上显示非法的偏移偏移。

第824行以下粘贴。

$user_detals = osc_user();
//print_r($user_detals);

if($user_detals['s_type']!=3 && $user_detals['s_type']!=4){
    $options[] = array(
        'name'  => __('Payment Instructions', 'freeads'),
        'url'   => osc_base_url().'index.php?page=custom&file=payment_options/index.php'
    );  
}

试图更改它,但失败了。

我正在使用php 7.3

0 个答案:

没有答案