Title: Unexpected Output when installed
Last modified: August 21, 2016

---

# Unexpected Output when installed

 *  [Vandellyr](https://wordpress.org/support/users/vandellyr/)
 * (@vandellyr)
 * [12 years, 11 months ago](https://wordpress.org/support/topic/unexpected-output-when-installed/)
 * Hi,
 * I just installed this and I received this error.
 * The plugin generated 744 characters of unexpected output during activation. If
   you notice “headers already sent” messages, problems with syndication feeds or
   other issues, try deactivating or removing this plugin.
 * Is it possible to fix?
 * [http://wordpress.org/extend/plugins/contact-form-7-to-database-extension/](http://wordpress.org/extend/plugins/contact-form-7-to-database-extension/)

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

 *  Plugin Author [Michael Simpson](https://wordpress.org/support/users/msimpson/)
 * (@msimpson)
 * [12 years, 11 months ago](https://wordpress.org/support/topic/unexpected-output-when-installed/#post-3837369)
 * I think the problem is that the plugin does not have permission to create the
   wp_cf7dbplugin_submits table in your database. You can try creating it manually
   using PHPMyAdmin.
 *     ```
       CREATE TABLE IF NOT EXISTS wp_cf7dbplugin_submits (
       submit_time DECIMAL(16,4) NOT NULL,
       form_name VARCHAR(127) CHARACTER SET utf8,
       field_name VARCHAR(127) CHARACTER SET utf8,
       field_value LONGTEXT CHARACTER SET utf8,
       field_order INTEGER,
       file LONGBLOB)
   
       ALTER TABLE wp_cf7dbplugin_submits ADD INDEX submit_time_idx ( submit_time )
       ALTER TABLE wp_cf7dbplugin_submits ADD INDEX form_name_idx ( form_name )
       ALTER TABLE wp_cf7dbplugin_submits ADD INDEX field_name_idx ( field_name )
       ```
   
 *  Thread Starter [Vandellyr](https://wordpress.org/support/users/vandellyr/)
 * (@vandellyr)
 * [12 years, 11 months ago](https://wordpress.org/support/topic/unexpected-output-when-installed/#post-3837416)
 * Hi!
 * I went into PHPMyAdmin and there is already table for wp_cf7dbplugin_submits.
   So I don’t know what the problem could be since the table is there. Any other
   ideas?
 * Thank you for your help, I really appreciate it! ^__^

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

The topic ‘Unexpected Output when installed’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/contact-form-7-to-database-extension_ffffff.
   svg)
 * [Contact Form DB](https://wordpress.org/plugins/contact-form-7-to-database-extension/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/contact-form-7-to-database-extension/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/contact-form-7-to-database-extension/)
 * [Active Topics](https://wordpress.org/support/plugin/contact-form-7-to-database-extension/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/contact-form-7-to-database-extension/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/contact-form-7-to-database-extension/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [Vandellyr](https://wordpress.org/support/users/vandellyr/)
 * Last activity: [12 years, 11 months ago](https://wordpress.org/support/topic/unexpected-output-when-installed/#post-3837416)
 * Status: not resolved