xfrocks / bdApi

[bd] Api add-on for XenForo
GNU General Public License v3.0
98 stars 52 forks source link

File integrity check fails if API directory is renamed #111

Closed mjaschen closed 5 years ago

mjaschen commented 5 years ago

Hi!

I've installed the latest beta and renamed the api/ directory to bdapi/ and added the setting in config.php accordingly.

XenForo's integrity check now complains an error about missing files:

daohoangson commented 5 years ago

This one is tricky to solve because the hashes are computed at build time...

mjaschen commented 5 years ago

Is it possible to exclude the two files from hash calculation?

daohoangson commented 5 years ago

Yes, we will exclude the directory for hashes.

daohoangson commented 5 years ago

Beta 3 includes the fix for this issue. Please take the time to upgrade @mjaschen