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
ping_permission.php
14 lines
| 1 | <div class="sg-error-notice-wrapper"> |
| 2 | <h2 class="sg-red-color sg-notice-error-h2"> |
| 3 | Permission issue |
| 4 | </h2> |
| 5 | <p class="sg-red-color sg-notice-error-p"> |
| 6 | Seems one of the files needed for backup process doesn't have a writable permission. <br>The file can be found in the wp-content/uploads directory, backup-guard folder. You should give full permission (777) to that directory. |
| 7 | </p> |
| 8 | <p class="sg-red-color sg-notice-error-p"> |
| 9 | If you still face a problem after giving the mentioned permission, please, contact our support team with the detailed description of your problem. |
| 10 | </p> |
| 11 | <div class="sg-wrapper-less sg-notice-contact-wrapper"> |
| 12 | <a href="https://wordpress.org/support/plugin/backup/" class="btn btn-success" target="_blank">Contact us</a> |
| 13 | </div> |
| 14 | </div> |