• Hello, the plugin gives an error “An active PHP session was detected” and “The REST API encountered an error”

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Md Jahidul Islam

    (@onetarek)

    Hi,
    Can you tell us how to reproduce this issue in another website ?

    Thanks
    Jahidul Islam

    Thread Starter tonyml

    (@tonyml)

    Hello, I fix it for a while changin your code in line 242 for this: if( session_id() == “” ){ session_start([‘read_and_close’ => true,]); }
    Like this dont gave me error.

    Same error here, Thanks @tonyml for the tips.
    The error is visible in the Site Health WordPress feature.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘cURL issue’ is closed to new replies.