Jump to content

Recommended Posts

Posted (edited)

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
Posted

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

 

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

Posted

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. 

 

Posted (edited)

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 members

    • No registered users viewing this page.
×
×
  • Create New...