banner.php
5 years ago
litespeed_warning.php
5 years ago
migration_error.php
5 years ago
missed_table.php
5 years ago
ping_permission.php
5 years ago
restore_notwritable_error.php
5 years ago
timeout_error.php
5 years ago
timeout_free_error.php
5 years ago
missed_table.php
14 lines
| 1 | <div class="sg-error-notice-wrapper"> |
| 2 | <h2 class="sg-red-color sg-notice-error-h2"> |
| 3 | Database Issue |
| 4 | </h2> |
| 5 | <p class="sg-red-color sg-notice-error-p"> |
| 6 | Some of the Backup Guard Database tables weren’t created for some reason. |
| 7 | <br> |
| 8 | That could become a problem when backing up. Please, contact our support team for the resolution of the problem. |
| 9 | </p> |
| 10 | <div class="sg-wrapper-less sg-notice-contact-wrapper"> |
| 11 | <a href="<?php echo BACKUP_GUARD_WORDPRESS_SUPPORT_URL; ?>" class="btn btn-success" target="_blank">Contact us</a> |
| 12 | </div> |
| 13 | </div> |
| 14 |