Login and Survey problems

Re: "Could not add a new instance of survey"

by Douglas Thomson -
Number of replies: 0
I followed the suggestion of copying the htaccess file from the lib directory rather than editing my system-wide php.ini file. Therefore, my .htaccess file contained the line:
    php_flag magic_quotes_gpc        1
but I still got the "Could not add a new instance of survey" error.

To fix the problem I had to change this to:
    php_flag magic_quotes_gpc        On

I am not sure if this is a bug in the sample htaccess file, or something weird about my setup?

Anyway, I hope this might help someone...

Doug.