• Suspiscious Function error registers on my site with this code:
    ` case 4:
    if ( is_numeric( $m[3] ) ) {
    if ( isset( $input[ $m[1] ][ $m[2] ] ) )
    $json[ $prfx.'[‘.$m[1].’][‘.$m[2].’]’.'[‘.$m[3].’]’ ] =
    strval( $input[ $m[1] ][ $m[2] ] ) & (int)$m[3];
    }
    elseif ( isset( $input[ $m[1] ][ $m[2] ] ) ) {
    if ( ‘*’ === $m[3] ) { // [*]:checkbox
    foreach ( $input[ $m[1] ][ $m[2] ] as $val ) {
    $json[ $prfx.'[‘.$m[1].’][‘.$m[2].’]’.'[‘.$val.’]’ ] = ‘1’;
    }`

Viewing 1 replies (of 1 total)
  • Plugin Author tokkonopapa

    (@tokkonopapa)

    Hi again @celestial-petals,

    Thank for your information. I have had the same PHP warning around the code you showed, but I could not find the cause.

    I think you found the warning message when you tried to “Import settings“, right? If so, I’d appreciate you to send me your settings json file to tokkonopapa at yahoo dot com.

    Thanks.

Viewing 1 replies (of 1 total)
  • The topic ‘Error Line 386’ is closed to new replies.