Problem with code integration

I get this code integration error and I don’t know how to fix it:

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
	- FILE_MISSING
		- .htaccess

Raw output
==========
Array
(
    [core] => Array
        (
            [FILE_MISSING] => Array
                (
                    [.htaccess] => Array
                        (
                            [expected] => 6fd2bca47deffbdf905bcd30ee3b487584823481202ecde931ee6527514be04d84e19aa3252d252347c5a7f0519fa903c1335de0ca26b111c2ea663300f4682f
                            [current] => 
                        )

                )

        )

)

If I try to add a .htaccess file, it gives me an error 500

@fatuleta
You didn’t posted the .htaccess information…
Normaly there is already an .htaccess and if you check that file it’s written that you shouldn’t change it.
Although I change my .htaccess file due to php version, it was newer as the one used by ownCloud.
In my case I knew what I was doing.

If you get 500 error code could be something wrong with the way you changed yours…

@protektwar: He didn’t change, the file is missing.

1 Like

@alfredb: missed that point.

I think the reason for the 500 error could also shown in the logfiles of the web server.

Most obvious cause: The .htaccess got omitted during copy, as it is usually hidden. But the OP supplied close to nothing on information about what & how he reached that point. So…

1 Like