database-ahead-of-plugin.blade.php
2 years ago
migration-is-running.blade.php
2 years ago
pdo.blade.php
2 years ago
pdo.blade.php
10 lines
| 1 | <div class="settings-container" |
| 2 | data-controller="migration-redirect" |
| 3 | data-migration-redirect-nonce-value="<?php echo wp_create_nonce('iawp_migration_status') ?>" |
| 4 | > |
| 5 | <h2><?php esc_html_e('Missing PDO extension', 'independent-analytics'); ?></h2> |
| 6 | <p> |
| 7 | <?php echo esc_html__('Your site needs the PDO PHP module enabled for Independent Analytics to run. You can ask your web host to enable this for you, or follow these steps to enable it yourself: ', 'independent-analytics') . ' <a target="_blank" href="https://independentwp.com/knowledgebase/common-questions/pdo-error/">'. esc_html__('Read tutorial', 'independent-analytics') .'</a>'; ?> |
| 8 | </p> |
| 9 | |
| 10 | </div> |