new members online public form

Hello there,
I have a bug: I disables the connection of the payment (PayPal) for new members, but I have an error message when I subscribe using online public form, however dispite error data is inserted into members area.

Message: Autosubscribe form is setup to ask an online payment for a not managed online payment

Anyone knows how to fix?
Thank you

Found it:
In table: acctd_const
Record was set : 739, ‘MEMBER_NEWFORM_PAYONLINE’, 1, ‘-1’, ‘chaine’, 0, ‘’, ‘2014-08-08 06:33:14’
Changed to: 739, ‘MEMBER_NEWFORM_PAYONLINE’, 0, ‘0’, ‘chaine’, 0, ‘’, ‘2014-08-08 06:33:14’

Works fine again…

Goran