Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • I’m having the same issue.

    I’ve disabled magic quotes by creating a php.ini (or php5.ini) file containing:
    ; Magic quotes for incoming GET/POST/Cookie data.
    magic_quotes_gpc = Off

    I put the file in my wordpress root as well as wp-admin folder. No luck even though my phpinfo() shows that magic_quotes are off.

    Also tried to remove the wptexturize filter for comments and content with no luck.

    Thread Starter iamsmooney

    (@iamsmooney)

    Ok I hacked through this but it turns out that the DB Abstraction plugin was not correctly replacing the column name PUBLIC with [PUBLIC] in the queries. The problem is in MSSQL ‘public’ is a reserved word and should be enclosed in brackets to mean a name.

    So I changed all queries containing PUBLIC with [PUBLIC] in the testimonials-widget-admin.php and testimonials-widget.php files and it fixed my problem.

    I’ll mark this resolved since it fixed my issue, though moving forward I’ll have to re-write this if I update the plugin.

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