Year: 2021
-
Post Views: 14 1. When requesting the WeChat interface, the return code: 45028, the returned English information: Has No Massend Quota Rid: 6103DF2E-1505BA73-0EB14E1C. as shown in Figure 1 2. The code is implemented as follows 3. The plan to convert the error message: Has No Masssend Quota Rid: 6103DF2E-1505BA73-0EB14E1C is translated as: no group quota. Rid: 6103DF2E-1505BA73-0EB14E1C. as shown in…
-
Post Views: 16 1. Error in Yii2 queue extension: The process “/usr/local/php/bin/php/mcloud/www/ccp_api/yiipub-article-queue/exec10330013555–color=Exceeded the timeout of 300 seconds. 2. In the queue: pub-article-queue running time exceeds the timeout time limit of 300 seconds. View queue: pub-article-queue configuration items. Maximum time for job processing, in seconds, with a value equal to 300 seconds. 3. Analyze the code, initially suspect that there is…
-
Post Views: 12 1. An error occurred while updating Hueman Addons: the download failed. Curl Error 18: Transfer closed with 2183267 bytes remaining to read. CURL error 18: Transport is turned off, and 2183267 bytes are available for read. as shown in Figure 1 2. Reference URL:https://www.shuijingwanwq.com/2021/02/19/4734/. The solution is to download from the server and put it in the…
-
Post Views: 17 1. Check the current version of phpstorm, help -> about. PHPStorm 2021.1.4. as shown in Figure 1 2. File -> settings -> plugins -> marketplace. Search: Chinese. Select and install: Chinese (Simplified) language pack / Chinese language pack . Chinese language packs will be your IntelliJ IDEA, AppCode, CLion, DataGrip, Goland, PyCharm, PHPStorm, Rubymine, and WebStorm…
-
Post Views: 14 1. Error when building an image in Jenkins: Error checking context:canT stat/dataes/jenkins/workspace/ccp/api/code/vendor/james-heinrich/getid3/demos/demo.mysqli.php. as shown in Figure 1 2. Configure -> Build Environment -> Delete Workspace Before Build Starts (check). Build environment -> Delete the workspace before the build starts. as shown in Figure 2 3. The construction is successful. After the build is successful, you can uncheck…
-
Post Views: 18 1. The XML data is printed as follows. as shown in Figure 1 2. At this stage, the XML is converted into an array. The code is implemented as follows. The libxml_disable_entity_loader function has been abandoned since PHP 8.0.0. It is strongly recommended not to rely on this function. 3. After converting to an array, the printing…