database-ahead-of-plugin.blade.php
2 years ago
database-prefix-too-long.blade.php
2 years 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
2 years ago
missing-database-tables.blade.php
2 years ago
pdo.blade.php
2 years ago
missing-database-tables.blade.php
16 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><a href="" class="link-purple" target="_blank" style="text-decoration:underline;"><?php esc_html_e('Missing Database Tables: How to Fix this Error','independent-analytics'); ?></a></p> |
| 16 | </div> |