Please Log in or Create an account to join the conversation.
For the record we test every build. How was I supposed to know old sample data fields were using reserved field ids they never should've been using? I'm sorry this happened, but it's a bit insulting to think we don't test our code....Is there a TESTED stable build we should use?
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
The cb_phone database column should still exist. If not then it was replaced by alias column where the cb_phone column values should be still stored. You can make a new cb_phone field and transfer the values to it using the query linked above. The alternative is basically to revert the changes. By that I mean change the alias field row in _comprofiler_fields back to cb_phone for the name and tablecolumns columns then install latest CB build for it to remake the alias field properly. Make a backup before doing this I can not stress this enough though.Sorry, all our sites were built using your original sample data which is how the fields got created. Can I safely use the field name phone or do I have to go through all our code to change to cb_store? My workplan is to readd the field with a new field id but the old field name, Do I need to reorder the actual table or can I leave the table untouched.
Only core fields should be using an id of 54 or above. CB 1.x incorrectly created sample data using reserved ids. It no longer does this. I'm not expecting you to adjust anything. Again, it has been fixed in latest build. The alias field no longer cares what its id is and future additions will follow the same behavior. The general post on this matter is below and is tagged with the bug ticket associated with it.You say that there should be no fields below 54. As noted above, all our sites were started some years ago with your default fields. I have attached a workbook with the current field definitions. There are numerous fields below 54 that contain data. Are you expecting us to adjust all these fields to ids higher than 54? If so, I suggest a general post should be sent to all members because I am sure there are lots of sites that have legacy issues such as this.
Please Log in or Create an account to join the conversation.