Jump to content

Featured Replies

Posted

Hello,

Recently I was cleaning up my custom customer fields and ended up with following issue under > System Info > Database:

Could contain: Text

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:

Could contain: Number, Text, Symbol, Word, Plot

and structure of nexus_customers

Could contain: Text, Menu, Number, Symbol, Word, Plot

 

Edited by PatrickRQ

  • 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

 

  • Author

I deleted few unused fields and duplicated one of them - not sure if you recall, I reported an issue around the case.

  • 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?

  • Author

Yes, via software. I am wondering where it takes info from it needs field_1 column.

Edited by PatrickRQ

  • 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. 

 

  • Author

Accessing my community is always problematic due to number of factors. By any chance you could point me out of what to check?

  • 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.

  • 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 by teraßyte

Recently Browsing 0

  • No registered users viewing this page.