database-ahead-of-plugin.blade.php
2 years ago
database-prefix-too-long.blade.php
1 year ago
layout.blade.php
2 years ago
migration-error.blade.php
2 years ago
migration-is-running.blade.php
2 years ago
missing-database-permissions.blade.php
1 year ago
missing-database-tables.blade.php
1 year ago
pdo.blade.php
1 year ago
missing-database-tables.blade.php
23 lines
| 1 | <div class="settings-container interrupt-message" |
| 2 | data-controller="migration-redirect" |
| 3 | > |
| 4 | <h2><?php esc_html_e('Missing Database Tables', 'independent-analytics'); ?></h2> |
| 5 | <p> |
| 6 | <?php esc_html_e('The database tables created by Independent Analytics are missing. If you are in the middle of migrating your site to/from staging, you can ignore this message. If you have deleted the tables on purpose and want to continue using Independent Analytics, please follow these steps:', 'independent-analytics'); ?> |
| 7 | </p> |
| 8 | <ol> |
| 9 | <li><?php printf(__('Visit the hidden %s Options page %s in your dashboard', 'independent-analytics'), '<a href="' . admin_url("options.php") .'" target="_blank" class="link-purple" style="text-decoration:underline;">', '</a>'); ?></li> |
| 10 | <li><?php printf(esc_html__('Locate the option called "%s"', 'independent-analytics'), 'iawp_db_version'); ?></li> |
| 11 | <li><?php printf(esc_html__('Change %s to %s and save', 'independent-analytics'), 'iawp_db_version', '0'); ?></li> |
| 12 | <li><?php esc_html_e('Reload this page and the analytics dashboard will appear', 'independent-analytics'); ?></li> |
| 13 | </ol> |
| 14 | <p><?php esc_html_e('If you need further guidance, please follow this tutorial:','independent-analytics'); ?></p> |
| 15 | <p> |
| 16 | <a href="https://independentwp.com/knowledgebase/common-questions/missing-database-tables-error/"" |
| 17 | class="iawp-button purple" |
| 18 | target="_blank"> |
| 19 | <span class="dashicons dashicons-sos"></span> |
| 20 | <span><?php esc_html_e('Follow Tutorial', 'independent-analytics'); ?></span> |
| 21 | </a> |
| 22 | </p> |
| 23 | </div> |