Tag: version
-
Post Views: 19 1. View requirements, you have created an app using Shopify CLI 3.0 or later, or you have migrated an existing app to make it compatible with Shopify CLI 3.0 or later. 2. Reference: Use Shopify CLI to create an application (PHP-based application template) and install it in the store 3. Execute: YARN Shopify App Generate Extension Create…
-
Post Views: 21 1. Add Template to create a template. as shown in Figure 1 2. Click the save button to view the network request. Request URL:https://xxx.myshopify.com/admin/themes/111/assets. Request method: POST. This is the REST implementation. as shown in Figure 2 Requested form data: Response data: 3. The API for creating template files is not implemented in GraphQL. Decided to refer…
-
Post Views: 53 1. In phpstorm, event log: plugin error: pluginbashsupport(Version1.8.0.202) is not compatible with the current version of the IDE, because it requires it require build 202.* or older but the current build is PS-212.5284.49. as shown in Figure 1 2. The plugin “BashSupport” (version “1.8.0.202”) is not compatible with the current version of the IDE because it needs…
-
Post Views: 14 1. Under api.pcs-stat.localhost, a standard RESTful API. The code in the method file is as follows (written by a colleague). as shown in Figure 1 2. Now plan to migrate this interface to api.pcs-api.localhost, at this time, api.pcs-api.localhost is an RPC client, api.pcs-stat.localhost is RPC server. Reference:https://www.shuijingwanwq.com/en/2020/06/23/11545/. 3. Create a new RPC server file, RPC/Controllers/DataPlanControlTaskController.php 4. Create…
-
Post Views: 95 1. In the Google Chrome browser, after today’s Toutiao is opened, it is blank, as shown in Figure 1 2. Check the console, report an error: access to xmlHttpRequest athttps://verify.snssdk.com/reportErrorfrom originhttps://www.toutiao.comHas been blocked by cors policy: request header field ra-ver is not allowed by access-control-allow-headers in preflight Response. As shown in Figure 2 3. Clear browsing data,…
-
Post Views: 18 1. Composer has been installed before, to ensure the latest version is used. You can update Composer to version 1.9.2 by running composer self-update, as shown in Figure 1 2. Updating Yii 2 to the latest version by running Composer Update, the Yii Framework has been upgraded from version 2.0.15.1 to 2.0.31, as shown in Figure 2…
-
Post Views: 14 1. An error occurred while updating in WordPress: the download failed. Too many requests, as shown in Figure 1 2. Open the URL:https://wordpress.org/, Response: 429 Too many requests, so it seems that the reason is that the official WordPress website is blocked in China. as shown in Figure 2 3. After connecting the blue light locally, you…
-
Post Views: 12 1. Compatibility goal: adjust the response of the flying flow to the response specification of the body (convert the field type of the non-array to a string), and be backwards compatible Note: If the version of the requested headers does not exist or the version exists and the version is greater than or equal to 2.1, the…