Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author hoffcamp

    (@hoffcamp)

    This is (probably) a conflict with the host configuration. Could you tell me your WP version, MySQL version, and who your host is?

    Thread Starter emzworth

    (@emzworth)

    Thanks for the quick response. I am running it on my local machine (localhost), WP 3.2.1 and MySQL Server 5.1.

    Plugin Author hoffcamp

    (@hoffcamp)

    I just posted 1.6.14 which should fix your problem.

    Thread Starter emzworth

    (@emzworth)

    Thank you! I can now create a new form, but I cannot add any of the form elements when editing it. The links “Text”, “Text Area” etc. change color but don’t do anything when clicked. I am using Firefox 3.6.18.

    Plugin Author hoffcamp

    (@hoffcamp)

    Thats a different issue. If you want it fixed quickly, you need to change the error reporting level to ignore ‘notices’. Notices are reported if WP_DEBUG is set to ‘true’ in wp-config.php, or if php.ini has a line like error_reporting = E_ALL. You can remedy this by changing define('WP_DEBUG', true); to define('WP_DEBUG', false); in wp-config.php or by changing error_reporting = E_ALL to error_reporting = E_ALL & ~E_NOTICE.

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

The topic ‘[Plugin: WordPress Form Manager] new form creation error message’ is closed to new replies.