WPMU DEV in your language
Translations
Translation of Shipper: Vietnamese
Prio | Original string | Translation | — |
---|---|---|---|
4. If none of the above works, you can ask your hosting support to turn off the open_basedir restriction for you. | 4. Nếu không có cách nào ở trên hoạt động, bạn có thể yêu cầu hỗ trợ lưu trữ của mình tắt hạn chế open_basedir cho bạn. | Details | |
4. If none of the above works, you can ask your hosting support to turn off the open_basedir restriction for you. 4. Nếu không có cách nào ở trên hoạt động, bạn có thể yêu cầu hỗ trợ lưu trữ của mình tắt hạn chế open_basedir cho bạn.
Login to your account for contributing to translations.
|
|||
3. You can also edit the Apache configuration file to disable the PHP open_basedir restriction. Open the httpd.conf file. Add the following line of code at the end, and restart your web server. | 3. Bạn cũng có thể chỉnh sửa tệp cấu hình Apache để vô hiệu hóa giới hạn PHP open_basedir. Mở tệp httpd.conf. Thêm dòng mã sau vào cuối tệp và khởi động lại máy chủ web của bạn. | Details | |
3. You can also edit the Apache configuration file to disable the PHP open_basedir restriction. Open the httpd.conf file. Add the following line of code at the end, and restart your web server. 3. Bạn cũng có thể chỉnh sửa tệp cấu hình Apache để vô hiệu hóa giới hạn PHP open_basedir. Mở tệp httpd.conf. Thêm dòng mã sau vào cuối tệp và khởi động lại máy chủ web của bạn.
Login to your account for contributing to translations.
|
|||
2. Open your php.ini file, comment the open_basedir rule, and restart your server. To comment a line of code in the php.ini file, you need to suffixit with a semicolon. So, to comment the open_basedir rule, add a semicolon in the beginning as in: “; open_basedir true”. Commenting is preferred to deleting the rule, in case you want to reactivate it after the migration. | 2. Mở tệp php.ini của bạn, bình luận về quy tắc open_basedir và khởi động lại máy chủ của bạn. Để bình luận về một dòng mã trong tệp php.ini, bạn cần thêm dấu chấm phẩy vào cuối dòng. Vì vậy, để bình luận về quy tắc open_basedir, hãy thêm dấu chấm phẩy vào đầu dòng như sau: “; open_basedir true”. Bình luận được ưu tiên hơn là xóa quy tắc, trong trường hợp bạn muốn kích hoạt lại nó sau khi di chuyển. | Details | |
2. Open your php.ini file, comment the open_basedir rule, and restart your server. To comment a line of code in the php.ini file, you need to suffixit with a semicolon. So, to comment the open_basedir rule, add a semicolon in the beginning as in: “; open_basedir true”. Commenting is preferred to deleting the rule, in case you want to reactivate it after the migration. 2. Mở tệp php.ini của bạn, bình luận về quy tắc open_basedir và khởi động lại máy chủ của bạn. Để bình luận về một dòng mã trong tệp php.ini, bạn cần thêm dấu chấm phẩy vào cuối dòng. Vì vậy, để bình luận về quy tắc open_basedir, hãy thêm dấu chấm phẩy vào đầu dòng như sau: “; open_basedir true”. Bình luận được ưu tiên hơn là xóa quy tắc, trong trường hợp bạn muốn kích hoạt lại nó sau khi di chuyển.
Login to your account for contributing to translations.
|
|||
1. Go to your cPanel > Select PHP Version, and click on Switch to PHP Options link to see the default values of PHP options. Update the value of open_basedir to an empty value, and click on Apply and then Save. | Upgrade your account for contributing to translations. | Details | |
1. Go to your cPanel > Select PHP Version, and click on Switch to PHP Options link to see the default values of PHP options. Update the value of open_basedir to an empty value, and click on Apply and then Save.
Login to your account for contributing to translations.
|
|||
We recommend disabling the <b>open_basedir</b> restriction during migrations to ensure things go smoothly. | Upgrade your account for contributing to translations. | Details | |
We recommend disabling the <b>open_basedir</b> restriction during migrations to ensure things go smoothly.
Login to your account for contributing to translations.
|
|||
Open_basedir restriction is in effect on <b>%s</b>. | Upgrade your account for contributing to translations. | Details | |
Open_basedir restriction is in effect on <b>%s</b>.
Login to your account for contributing to translations.
|
|||
PHP has a security measure called <b>open_basedir</b> which limits which files can be accessed by a PHP script. Usually, it’s set to your root directory or a couple of specific directories. Shipper needs to be able to write in the working directory, storage directory, temp directory, and log directory to work properly. Having open_basedir active is likely to cause migration failures. | Upgrade your account for contributing to translations. | Details | |
PHP has a security measure called <b>open_basedir</b> which limits which files can be accessed by a PHP script. Usually, it’s set to your root directory or a couple of specific directories. Shipper needs to be able to write in the working directory, storage directory, temp directory, and log directory to work properly. Having open_basedir active is likely to cause migration failures.
Login to your account for contributing to translations.
|
|||
<b>%1$s</b> is on MySQL v%2$s whereas <b>%3$s</b> is on MySQL v%4$s. | Upgrade your account for contributing to translations. | Details | |
<b>%1$s</b> is on MySQL v%2$s whereas <b>%3$s</b> is on MySQL v%4$s.
Login to your account for contributing to translations.
|
|||
WordPress uses MySQL database to store your data, including posts, pages, users, and plugins data. Migrating from one server to another with a significant difference in the MySQL versions can cause issues in your destination site. | WordPress sử dụng cơ sở dữ liệu MySQL để lưu trữ dữ liệu của bạn, bao gồm bài viết, trang, người dùng và dữ liệu plugin. Di chuyển từ máy chủ này sang máy chủ khác với sự khác biệt đáng kể về phiên bản MySQL có thể gây ra sự cố cho trang web đích của bạn. | Details | |
WordPress uses MySQL database to store your data, including posts, pages, users, and plugins data. Migrating from one server to another with a significant difference in the MySQL versions can cause issues in your destination site. WordPress sử dụng cơ sở dữ liệu MySQL để lưu trữ dữ liệu của bạn, bao gồm bài viết, trang, người dùng và dữ liệu plugin. Di chuyển từ máy chủ này sang máy chủ khác với sự khác biệt đáng kể về phiên bản MySQL có thể gây ra sự cố cho trang web đích của bạn.
Login to your account for contributing to translations.
|
|||
Unfortunately, Shipper cannot yet migrate between sites with different WordPress installation type. We're working on adding features which will allow you to extract a single site from a network and move it to a standalone installation, or migrate a single site into a network as a subsite. Meanwhile, you can use another plugin which supports this type of migration. | Rất tiếc, Shipper hiện chưa thể di chuyển giữa các trang web có loại cài đặt WordPress khác nhau. Chúng tôi đang cố gắng thêm các tính năng cho phép bạn trích xuất một trang web duy nhất từ mạng và di chuyển nó sang cài đặt độc lập, hoặc di chuyển một trang web duy nhất vào mạng dưới dạng trang con. Trong khi đó, bạn có thể sử dụng một plugin khác hỗ trợ loại di chuyển này. | Details | |
Unfortunately, Shipper cannot yet migrate between sites with different WordPress installation type. We're working on adding features which will allow you to extract a single site from a network and move it to a standalone installation, or migrate a single site into a network as a subsite. Meanwhile, you can use another plugin which supports this type of migration. Rất tiếc, Shipper hiện chưa thể di chuyển giữa các trang web có loại cài đặt WordPress khác nhau. Chúng tôi đang cố gắng thêm các tính năng cho phép bạn trích xuất một trang web duy nhất từ mạng và di chuyển nó sang cài đặt độc lập, hoặc di chuyển một trang web duy nhất vào mạng dưới dạng trang con. Trong khi đó, bạn có thể sử dụng một plugin khác hỗ trợ loại di chuyển này.
Login to your account for contributing to translations.
|
|||
%1$s but %2$s installation. | %1$s nhưng cài đặt %2$s. | Details | |
%1$s but %2$s installation. %1$s nhưng cài đặt %2$s.
Login to your account for contributing to translations.
|
|||
Shipper can only migrate between the same WordPress installation types, i.e. from one single site to another single site or from one multisite network to another multisite network. It is necessary for your source and destination sites to have the same WordPress installation. | Shipper chỉ có thể di chuyển giữa các loại cài đặt WordPress giống nhau, ví dụ: từ một trang web đơn lẻ sang một trang web đơn lẻ khác hoặc từ một mạng lưới đa trang web sang một mạng lưới đa trang web khác. Cần thiết để trang web nguồn và đích của bạn phải có cùng cài đặt WordPress. | Details | |
Shipper can only migrate between the same WordPress installation types, i.e. from one single site to another single site or from one multisite network to another multisite network. It is necessary for your source and destination sites to have the same WordPress installation. Shipper chỉ có thể di chuyển giữa các loại cài đặt WordPress giống nhau, ví dụ: từ một trang web đơn lẻ sang một trang web đơn lẻ khác hoặc từ một mạng lưới đa trang web sang một mạng lưới đa trang web khác. Cần thiết để trang web nguồn và đích của bạn phải có cùng cài đặt WordPress.
Login to your account for contributing to translations.
|
|||
<b>%s</b> is a multisite | Upgrade your account for contributing to translations. | Details | |
<b>%s</b> is a single site | Upgrade your account for contributing to translations. | Details | |
Log directory is not writable on %1$s. Please fix this and check again. | Thư mục nhật ký không thể ghi vào %1$s. Vui lòng sửa lỗi này và kiểm tra lại. | Details | |
Log directory is not writable on %1$s. Please fix this and check again. Thư mục nhật ký không thể ghi vào %1$s. Vui lòng sửa lỗi này và kiểm tra lại.
Login to your account for contributing to translations.
|
Export as •
Translators
- Hoang Hxn: 86%