Results 23 comments of spAnser

You can fix this by opening `extract_mview.py` edit lines 56-57 ```python m = ord(a[n + 1]) n = ord(a[n]) ``` I added the `ord` to turn char into integers

~~This looks like it might be a bug with locales on The Architect end.~~ I will be taking a look at it more in depth.

Turned out to be a bug when importing Neo and checking the field layout for proper handles. Try [v1.6.0-beta.5](https://github.com/Pennebaker/craftcms-thearchitect/releases/tag/v1.6.0-beta.5) with this: https://pastebin.com/afd0BXNb

It was working in my tests but I decided to try a fresh install and it failed. Back to more testing I suppose.

I pushed an update to the develop branch. Try it out for me when you get a chance.

I had the same issue with usergroup permissions clicking import again would actually import the permissions properly. I am investigating that part more.

A little extra busy at work this past week. Since the workaround right now is simply hitting import again, or splitting user groups and permissions into their own import. I...

This is because that is default craft behavior to create an entry type that matches the section. I guess the bug would be that TA doesn't detect and delete the...

Absolutely. It might be best to create a backup of the structures only instead of a full content backup. PS is this for Craft 3?

I did some digging into the files and have some observations on what seems to be happening. This functions slightly differently than Optifine in that when a Jpm file is...