• Hello,

    I am sing the IronBand theme version 1.4. After installing the db form plugin and activating. I go to the DB Form settings and receive this error message:

    “Folder “db-form-assets” does not exist. Please create it inside the wordpress plugin directory.”

    What does it mean and how do I correct it?

    http://wordpress.org/plugins/db-form/

Viewing 1 replies (of 1 total)
  • You have to create folder /wp-content/plugins/db-form-assets

    I personally prefer to created under db-form folder, but have to modify db-form/php/admin111.php changing line 388 from:

    $dbf_assets = '../wp-content/plugins/db-form-assets';

    to

    $dbf_assets = '../wp-content/plugins/db-form/db-form-assets';

    using v1.1.1 with WP3.9.2

Viewing 1 replies (of 1 total)
  • The topic ‘How to create folder for db-form assets’ is closed to new replies.