@p.zehfroush
Seems like it’s not fresh as it’s saying us, that column is duplicated.
Or may be you tried to activate it and something goes wrong 1st time.
Try to go into DB and remove all wp_t_* tables from it. Then you will be able to activate the plugin in really fresh environment.
Hi, after try to active these table created and error shown, and i delete all and try again, and this happen again, believe me it’s fresh WP and i can’t active it, i use lightspeed on Cpanel, is it possible it conflict with light speed ?
and i use mysql instead mysqli …
@p.zehfroush,
it’s only a DB issue. You have mysql — it’s ok. Should not be any conflicts.
As I see at WpTesting_Migration_AddStatusToPassings there is addIndex call.
Most possibly it’s broken on this step and then in next call already can’t apply what was before it.
Which DB engines does you WP DB has?
Go to your mysql admin panel and run there show table status.
Hi, it’s WP DB, I check it and all status are OK, can you send me one fresh WP DB with activated plugin, and I import this.
[email protected]
Just show us the output of command show table status
The system will now check the “salamat3_test” database.
[salamat3_test.wp_commentmeta] status: OK
[salamat3_test.wp_comments] status: OK
[salamat3_test.wp_links] status: OK
[salamat3_test.wp_options] status: OK
[salamat3_test.wp_postmeta] status: OK
[salamat3_test.wp_posts] status: OK
[salamat3_test.wp_term_relationships] status: OK
[salamat3_test.wp_term_taxonomy] status: OK
[salamat3_test.wp_termmeta] status: OK
[salamat3_test.wp_terms] status: OK
[salamat3_test.wp_usermeta] status: OK
[salamat3_test.wp_users] status: OK
Check Complete
Pls see what is SHOW TABLE STATUS command is at http://dev.mysql.com/doc/refman/5.7/en/show-table-status.html
Use some mysql admin plugin to run it.
Try to find some low level mysql or php error logs. There should be concrete error, that we dont’ see now.
I assume db user dont’ have rights to create indexes?
Also try to convert all table to innodb from myisam.