Author: 永夜
-
Post Views: 36 1. Open the background URL of the website and report an error: Unable to connect to database: canT connect to local mysql server through socket/var/lib/mysql/mysql.sock(2) 2. Fix the problem of MySQL connection error, check the ISC framework (Interspire shopping cart, old e-commerce system) configuration file, and confirm that the connection is the local database. as shown in…
-
Post Views: 76 1. It is found that the Linode instance can be resized. The current Linode 4 GB is found, and the storage is 80GB. It can be adjusted to Linode 8 GB and the storage is 160 GB. as shown in Figure 1 2. Received a notification: Linode Linode286353 Could not be resized.. The upgrade failed. Decided to…
-
Post Views: 31 Step 1: Create a local project directory in WSL (such as ~/wwwroot/hyperf-skeleton) 2. Modify the mount directory and adapt the path to the local directory. Reference:Hyperf official documentation development under Docker . 3. Create a project in the container, the creation of the project fails, and an error is reported: Your requirements could not be resolved to…
-
Post Views: 460 1. Log in to Telegram with a mobile phone number in mainland China, and the SMS fee will pop up, and its content is roughly translated as shown below. as shown in Figure 1 SMS fee SMS is expensive Telecom operators in your country charge a very high SMS fee to Telegram. Verification required: Telegram needs to…
-
Post Views: 53 1. My personal blog suddenly responded to 504’s investigation and resolution process today. as shown in Figure 1 2. 504 Gateway Timeout Description Nginx (or other reverse proxy) waits for the backend (PHP-FPM) response timeout. Check in the following order: 3. Execute the top command, the result is shown as follows: The problem is very clear, and…
-
Post Views: 18 1. The web page displays the horizontal scroll bar. as shown in Figure 1 2. Why is this horizontal scroll bar ‘must be dealt with’? (1) From the perspective of user experience Desktop end users almost never take the initiative to scroll horizontally The horizontal scroll bar will bring: The intuition of the page ‘not aligned’ is…
-
Post Views: 29 1. In phpstorm prompt: @property-read . as shown in Figure 1 2. In common/config/main-local.php 3. In yii2, the yii\swiftmailer\mailer component is not set through public properties, but through the setTransport() method. And Yii::$App->Mailer->Transport =[…]It belongs to the direct setting of properties, and phpstorm cannot statically analyze that you are actually calling the setter method indirectly through magic…
-
Post Views: 26 1. The industry information page cache has not been updated in time. When a new article is added in the background, the list page of the front desk is not updated in time, and it always takes 5 minutes to update. I feel that the dependency of the page cache has not taken effect. The latest two…