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
pdo.blade.php
16 lines
| 1 | <div class="settings-container interrupt-message" |
| 2 | data-controller="migration-redirect" |
| 3 | > |
| 4 | <h2><?php esc_html_e('Missing PDO extension', 'independent-analytics'); ?></h2> |
| 5 | <p> |
| 6 | <?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 our guide to enable it yourself:', 'independent-analytics'); ?> |
| 7 | </p> |
| 8 | <p> |
| 9 | <a href="https://independentwp.com/knowledgebase/common-questions/pdo-error/" |
| 10 | class="iawp-button purple" |
| 11 | target="_blank"> |
| 12 | <span class="dashicons dashicons-sos"></span> |
| 13 | <span>{{ __('Follow Tutorial', 'independent-analytics') }}</span> |
| 14 | </a> |
| 15 | </p> |
| 16 | </div> |