Installing Extensions on Mac – Safari Web Browser

When you use Safari on an Apple computer, it will automatically unpack zipped archives. This may prevent you from installing the extension on your WordPress installation. If you try to compress the unpacked folder and upload the .zip file as a plugin in your website’s plugins page, you will get an “Incompatible archive” error. Here […]

Read More >

Unable to encrypt and decrypt backups

The plugin cannot encrypt/decrypt/password-protect backups because the PHP is missing the OpenSSL extension. This page explains how to set it up: https://www.php.net/manual/en/openssl.installation.php

Read More >

Website Migration Issues when using Oxygen Builder

You might notice that when you restore your backup which contains Oxygen builder plugin, the website content may not display as expected. This is a common issue with Oxygen builder. This article gives you a guide on how to fix this issue. Locate Oxygen from the admin menu options in your WordPress dashboard. From there, […]

Read More >

Troubleshooting

Troubleshooting Although ServMask is proud of its reputation as a dependable method of backing up and migrating websites, customers may occasionally encounter problems. This guide aims to help you resolve those issues. Installing the plugin All extensions require the free WordPress plugin. Please ensure that you have the plugin installed. If you need instructions on […]

Read More >

Permalinks are set to default

Permalinks are set to default When you were importing your backup into WordPress, the plugin was checking to see if the webserver supported pretty permalinks. Pretty permalinks are SEO-friendly URLs in WordPress. They include post information, categories, tags, and the URL title, allowing you to include relevant keywords in your URL. The plugin determined that […]

Read More >

S3 Client Endpoints

Amazon S3 Region Name S3 Endpoint DNS-style bucket+hostname:port template for accessing a bucket us-east-1 s3.amazonaws.com %(bucket)s.s3.amazonaws.com us-east-2 s3.us-east-2.amazonaws.com %(bucket)s.s3.us-east-2.amazonaws.com us-west-1 s3.us-west-1.amazonaws.com %(bucket)s.s3.us-west-1.amazonaws.com us-west-2 s3.us-west-2.amazonaws.com %(bucket)s.s3.us-west-2.amazonaws.com af-south-1 s3.af-south-1.amazonaws.com %(bucket)s.s3.af-south-1.amazonaws.com ap-east-1 s3.ap-east-1.amazonaws.com %(bucket)s.s3.ap-east-1.amazonaws.com ap-south-1 s3.ap-south-1.amazonaws.com %(bucket)s.s3.ap-south-1.amazonaws.com ap-south-2 s3.ap-south-2.amazonaws.com %(bucket)s.s3.ap-south-2.amazonaws.com ap-northeast-1 s3.ap-northeast-1.amazonaws.com %(bucket)s.s3.ap-northeast-1.amazonaws.com ap-northeast-2 s3.ap-northeast-2.amazonaws.com %(bucket)s.s3.ap-northeast-2.amazonaws.com ap-northeast-3 s3.ap-northeast-3.amazonaws.com  %(bucket)s.s3.ap-northeast-3.amazonaws.com ap-southeast-1 s3.ap-southeast-1.amazonaws.com %(bucket)s.s3.ap-southeast-1.amazonaws.com ap-southeast-2 s3.ap-southeast-2.amazonaws.com %(bucket)s.s3.ap-southeast-2.amazonaws.com ap-southeast-3 s3.ap-southeast-3.amazonaws.com %(bucket)s.s3.ap-southeast-3.amazonaws.com […]

Read More >

Supported Amazon S3 Regions

  Region Name Region Code US East (Ohio) us-east-2 US East (N. Virginia) us-east-1 US West (N. California) us-west-1 US West (Oregon) us-west-2 Africa (Cape Town) af-south-1 Asia Pacific (Hong Kong) ap-east-1 Asia Pacific (Hyderabad) ap-south-2 Asia Pacific (Mumbai) ap-south-1 Asia Pacific (Osaka-Local ap-northeast-3 Asia Pacific (Seoul) ap-northeast-2 Asia Pacific (Singapore) ap-southeast-1 Asia Pacific (Sydney) […]

Read More >

Mcrypt missing in PHP installation

Mcrypt missing in php installation Mcrypt is a modern encryption library. It replaces the Unix file encryption tool with an algorithm similar to the WWII Enigma code. Mcrypt provides the same functionality, but with modern block algorithms such as DES, TripleDES, and Blowfish. To perform some of its internal functions, the All-in-One WP Migration Mega […]

Read More >