在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