Invision Community 4: SEO, prepare for v5 and dormant account notifications Matt November 11, 2024Nov 11
Posted October 31, 20222 yr Hello, Recently I was cleaning up my custom customer fields and ended up with following issue under > System Info > Database: However, I do not have a custom field of ID 1, just 11, 15 and 16. Why system expects column to be added for field _1? can you point me where the info may be stored? My custom fields table looks as follows: and structure of nexus_customers Edited October 31, 20222 yr by PatrickRQ
October 31, 20222 yr Community Expert Before we continue, please could you clarify exactly what you were doing here? 37 minutes ago, PatrickRQ said: Recently I was cleaning up my custom customer fields
October 31, 20222 yr Author I deleted few unused fields and duplicated one of them - not sure if you recall, I reported an issue around the case.
October 31, 20222 yr Community Expert 2 hours ago, PatrickRQ said: I deleted few unused fields and duplicated one of them - not sure if you recall, I reported an issue around the case. While I look at this, can I confirm the deletion was done via the software and not directly to the database?
October 31, 20222 yr Author Yes, via software. I am wondering where it takes info from it needs field_1 column. Edited October 31, 20222 yr by PatrickRQ
October 31, 20222 yr Community Expert We would need to look further into this for you, however the access details on file appear to be incorrect or missing. Could you please update these details by visiting your client area, selecting the relevant purchase, then clicking "Review/Update Access Information" under the "Stored Access Information" section. We look forward to further assisting you.
October 31, 20222 yr Author Accessing my community is always problematic due to number of factors. By any chance you could point me out of what to check?
October 31, 20222 yr Community Expert I can tag our developers to see if anyone can point you in the right direction, but unfortutely this is not something I would be able to advise on personally.
October 31, 20222 yr Community Expert The problem is that the custom field (with ID 1) is included in the nexus_customer table schema in \applications\nexus\data\schema.json. Once you delete the custom field the database checker marks it as a missing column. The code should be changed to add the field inside the installOther function in the Application.php file instead. Edited October 31, 20222 yr by teraßyte