Global Filter Edit Rule ERRO

Discussion in 'Developers' Forum' started by nelio, Apr 28, 2009.

  1. nelio

    nelio ISPConfig Developer ISPConfig Developer

  2. till

    till Super Moderator Staff Member ISPConfig Developer

    Please check your php configuration and make sure that magic quotes are off.
     
  3. nelio

    nelio ISPConfig Developer ISPConfig Developer

    this is my php.ini

    ; Magic quotes
    ;

    ; Magic quotes for incoming GET/POST/Cookie data.
    magic_quotes_gpc = Off

    ; Magic quotes for runtime-generated data, e.g. data from SQL, from exec(), etc.
    magic_quotes_runtime = Off

    ; Use Sybase-style magic quotes (escape ' with '' instead of \').
    magic_quotes_sybase = Off
     

Share This Page