yii2 The solution to the failure of saving updated data: first find and open the original script file that caused the error; then add validation rules for the new field in Rules in the model class, or set the field to "safe".
YII2 failed to update data
Cause:
CLI mode, scheduled task. Synchronize DB data in other systems through views.
Recommended: "yii Tutorial"
Process:
The original script has been written, and it has been modified based on the existing ones and added new fields. .
After adding the field, it was executed, but it was always unsuccessful. The utime recorded in the table could also be updated successfully, but only the newly added field failed to be updated.
Try to print the $model->validate() result with no problem. $model->save() also returns true. $model->errors() returns empty. All is fine.
Suddenly remembered that the newly added fields were not added in the model class, so I changed it to $model->save(false) to turn off verification. Still unsuccessful.
Solution:
Add validation rules for new fields to Rules in the model class, or set the field to safe.
Summary:
What a cheat. Save(false) used to be OK, but this time it doesn’t work. .
The analysis should be a syntax problem. This time the data assignment method is
$info->attributes = $data;
The above is the detailed content of What should I do if yii2 fails to save update data?. For more information, please follow other related articles on the PHP Chinese website!

This tutorial demonstrates Yii Framework's timestamp management. It details using TimestampBehavior for automatic created_at and updated_at updates, offering customization options and comparing it to manual updates, database triggers, and custom be

The article discusses best practices for deploying Yii applications in cloud-native environments, focusing on scalability, reliability, and efficiency through containerization, orchestration, and security measures.

This article compares the PHP frameworks Yii and Laravel. Yii prioritizes speed and structure, while Laravel emphasizes developer experience and flexibility. Though both handle large-scale applications, Yii offers superior raw performance, while La

This article introduces Yii, a high-performance PHP framework ideal for large-scale web applications. It highlights Yii's speed, security, and robust architecture (MVC), emphasizing its advantages over other frameworks like Laravel, Symfony, and Cod

This article analyzes Yii framework's strengths and weaknesses. It highlights Yii's high performance, robust security, rapid development capabilities, and extensibility, but also notes a steeper learning curve and potential complexity for smaller pr

This article details how to call and organize common functions in Yii applications. It advocates encapsulating functions within classes, ideally in a dedicated app/helpers directory, for improved reusability and maintainability. Different approache

This article compares Yii and ThinkPHP (TP) frameworks. The choice depends on project scale and developer experience. Yii, robust and mature, suits large, complex projects needing high performance. TP, simpler and faster for development, is better f

The article discusses key considerations for using Yii in serverless architectures, focusing on statelessness, cold starts, function size, database interactions, security, and monitoring. It also covers optimization strategies and potential integrati


Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

AI Hentai Generator
Generate AI Hentai for free.

Hot Article

Hot Tools

Dreamweaver Mac version
Visual web development tools

SublimeText3 Chinese version
Chinese version, very easy to use

SAP NetWeaver Server Adapter for Eclipse
Integrate Eclipse with SAP NetWeaver application server.

Safe Exam Browser
Safe Exam Browser is a secure browser environment for taking online exams securely. This software turns any computer into a secure workstation. It controls access to any utility and prevents students from using unauthorized resources.

VSCode Windows 64-bit Download
A free and powerful IDE editor launched by Microsoft
