XF 2.1 Missing files or files with unexpected content

Actually, what I did is I set up a new dev forum (on other server) and just install my add-ons then edit them and build a new release. Maybe that was wrong and I needed to import something from my previous dev forum?
 
Hm, still not sure how to deal with this. I've also copied files from old dev forum to new dev forum, but same warning.

If anyone can help I'd appreciate.
 
A development installation normally should not have _data and hashes.json, just _output.
_data is created when you build an Add-on, so the data will not match hashes.json (which is built when you build a release) if that files does exist.
 
Maybe this will help? As in importing the _output folder via the CLI?

 
Hm, but those are created when building an add-on.
_data is being created when you export, yes - but hashes.json is not - this is being build into the ZIP when building a release, it is not stored in the source directory.
 
Top Bottom