• Hi,

    I’m using the plugin in Windows server and I’m getting error in \wp-content\plugins\search-and-replace\inc\Database\Manager.phpget_table_content‘ function. Limit, Offset clause not working in Windows Server. I have tried replacing the clauses with the following code, but still it is not working. Any idea?

    SELECT * FROM $table OFFSET $start ROWS FETCH NEXT $end ROWS ONLY

    Error:

    [Microsoft][ODBC Driver 11 for SQL Server][SQL Server]Incorrect syntax near '0'.
    [Microsoft][ODBC Driver 11 for SQL Server][SQL Server]Incorrect syntax near '100'.
    [Microsoft][ODBC Driver 11 for SQL Server][SQL Server]Incorrect syntax near '200'.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘Not working in Windows Server’ is closed to new replies.