Home › Forums › BulletProof Security Pro › WP Dupizer PHP errors – Duplicate key name for query alter table
Tagged: WP Dupizer
- This topic has 1 reply, 2 voices, and was last updated 9 years, 11 months ago by
AITpro Admin.
-
AuthorPosts
-
Paul D.
ParticipantNOTE : I have replaced the actual table with TABLENAMEHERE
The following errors are produced when activating one plugin: WP Dupizer
[BPS Pro htaccess Protected Secure PHP Error Log]
[11-Apr-2013 03:53:15 UTC] WordPress database error Duplicate key name 'dcc' for query alter table TABLENAMEHERE_posts ADD FULLTEXT dcc (post_title, post_content) made by require('wp-blog-header.php'), require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), include_once('/plugins/wp-dupizer/wp-duplicate-content-checker.php'), DuplicateContentChecker->DuplicateContentChecker [11-Apr-2013 03:53:15 UTC] WordPress database error Duplicate key name 'dcca' for query alter table TABLENAMEHERE_posts ADD FULLTEXT dcca (post_content) made by require('wp-blog-header.php'), require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), include_once('/plugins/wp-dupizer/wp-duplicate-content-checker.php'), DuplicateContentChecker->DuplicateContentChecker [11-Apr-2013 03:53:15 UTC] WordPress database error Duplicate key name 'dccp' for query alter table TABLENAMEHERE_comments ADD FULLTEXT dccp (comment_content) made by require('wp-blog-header.php'), require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), include_once('/plugins/wp-dupizer/wp-duplicate-content-checker.php'), DuplicateContentChecker->DuplicateContentChecker [11-Apr-2013 03:53:17 UTC] WordPress database error Duplicate key name 'dcc' for query alter table TABLENAMEHERE_posts ADD FULLTEXT dcc (post_title, post_content) made by require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), include_once('/plugins/wp-dupizer/wp-duplicate-content-checker.php'), DuplicateContentChecker->DuplicateContentChecker [11-Apr-2013 03:53:17 UTC] WordPress database error Duplicate key name 'dcca' for query alter table TABLENAMEHERE_posts ADD FULLTEXT dcca (post_content) made by require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), include_once('/plugins/wp-dupizer/wp-duplicate-content-checker.php'), DuplicateContentChecker->DuplicateContentChecker [11-Apr-2013 03:53:17 UTC] WordPress database error Duplicate key name 'dccp' for query alter table TABLENAMEHERE_comments ADD FULLTEXT dccp (comment_content) made by require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), include_once('/plugins/wp-dupizer/wp-duplicate-content-checker.php'), DuplicateContentChecker->DuplicateContentChecker [11-Apr-2013 03:53:19 UTC] WordPress database error Duplicate key name 'dcc' for query alter table TABLENAMEHERE_posts ADD FULLTEXT dcc (post_title, post_content) made by require_once('wp-admin/admin.php'), require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), include_once('/plugins/wp-dupizer/wp-duplicate-content-checker.php'), DuplicateContentChecker->DuplicateContentChecker [11-Apr-2013 03:53:19 UTC] WordPress database error Duplicate key name 'dcca' for query alter table TABLENAMEHERE_posts ADD FULLTEXT dcca (post_content) made by require_once('wp-admin/admin.php'), require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), include_once('/plugins/wp-dupizer/wp-duplicate-content-checker.php'), DuplicateContentChecker->DuplicateContentChecker [11-Apr-2013 03:53:19 UTC] WordPress database error Duplicate key name 'dccp' for query alter table TABLENAMEHERE_comments ADD FULLTEXT dccp (comment_content) made by require_once('wp-admin/admin.php'), require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), include_once('/plugins/wp-dupizer/wp-duplicate-content-checker.php'), DuplicateContentChecker->DuplicateContentChecker [11-Apr-2013 03:53:21 UTC] WordPress database error Duplicate key name 'dcc' for query alter table TABLENAMEHERE_posts ADD FULLTEXT dcc (post_title, post_content) made by require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), include_once('/plugins/wp-dupizer/wp-duplicate-content-checker.php'), DuplicateContentChecker->DuplicateContentChecker [11-Apr-2013 03:53:21 UTC] WordPress database error Duplicate key name 'dcca' for query alter table TABLENAMEHERE_posts ADD FULLTEXT dcca (post_content) made by require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), include_once('/plugins/wp-dupizer/wp-duplicate-content-checker.php'), DuplicateContentChecker->DuplicateContentChecker [11-Apr-2013 03:53:21 UTC] WordPress database error Duplicate key name 'dccp' for query alter table TABLENAMEHERE_comments ADD FULLTEXT dccp (comment_content) made by require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), include_once('/plugins/wp-dupizer/wp-duplicate-content-checker.php'), DuplicateContentChecker->DuplicateContentChecker
Is this error normal ? It won’t go away even if I delete the error log. After resetting last modified time, errors will always return.
Any suggestions ?
AITpro Admin
KeymasterSee this Forum Topic on how to handle php errors in general: http://forum.ait-pro.com/forums/topic/how-to-troubleshoot-php-errors-php-errors-in-your-php-error-log/
In this particular case you will need to contact the WP Dupizer plugin author and have him/her assist you with what is causing the php error (setting needs to be set that is not set, etc) or fix the coding issue/problem with this plugin if it is a coding error.
-
AuthorPosts
- You must be logged in to reply to this topic.