Error message after update 12.0.4 -> 12.0.5 (solved)

I started the update yesterday. First I got a break of update and a message that there is a additional file (php_errors.log).
So I deleted this file and the update runs fine.

But now I get a message "Bei der Code-Integritätsprüfung sind Probleme aufgetreten. Mehr Informationen…"
In the list of invalid files I get:

 Technical information
=====================
The following list covers which files have failed the integrity check. Please read
the previous linked documentation to learn more about the errors and how to fix
them.

Results
=======
- core
	- EXTRA_FILE
		- core/ajax/php_errors.log

Raw output
==========
Array
(
    [core] => Array
        (
            [EXTRA_FILE] => Array
                (
                    [core/ajax/php_errors.log] => Array
                        (
                            [expected] => 
                            [current] => db5192db1aa8c6ecc662e6c19b857818a5b7667ba70f69f8733b3f4a6dd9f84c44bcad0a237888dc11822829c784fb694e7a01550e594a62531293f7dc5358bc
                        )

                )

        )

)

Server-Log is empty.
How can I fix this problem?

Best regards
DZ

Deleting the file core/ajax/php_error.log should fix that.

I had tried this already, but no it doesn’t fix it.

Any other help?
DZ

Did you run an integrity check again after deleting the file?

1 Like

Hooray, I solved it!

I did a integrity check with

sudo -u www-data php occ integrity:check-core

and then

sudo -u www-data php occ maintenance:repair

After a reboot all is ok, no more error messages.

Thank you for your assistance.
DZ

2 Likes