• Hi.
    Have some problems using the plugin. Seems to install ok and I can also change settings and create new projec. But when I want to add a formfield I get no response – no field options appear and no field row is added. So, I wanted to delete the plugin to reinstall but get the “Deletion failed: Internal Server Error”

    I guess the problems are related. Things I have tried: Deactivate all other plugins. Changed theme to the standart theme. Disable all local security as popupblock, adblock antivirus – just to be sure.

    Using updated WP on an mac with Firefox.

    Hope you can help me out here, thanks.
    Thomas

    • This topic was modified 7 years, 9 months ago by dandyvinyl.
Viewing 2 replies - 1 through 2 (of 2 total)
  • I’m experiencing this inability to add a form field as well

    I had the same problem. Looked in the server php error log and found a missing ‘ in projectmanager.php on line 638 after parent_id;
    “`parent_id int( 11 ) NOT NULL default ‘0’,”
    shoulde be
    parent_idint( 11 ) NOT NULL default ‘0’,`”

    After changing that it works.

    • This reply was modified 7 years, 2 months ago by bblaas. Reason: code edit changed
    • This reply was modified 7 years, 2 months ago by bblaas. Reason: This editor keeps changing the code
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Can’t create formfields or reinstall’ is closed to new replies.