I've run the Community Builder:Tools and getting into a circular argument.
When I run CB Tools: Check Core CB database: the results are all green.
I then run CB Tools: Check CB fields data storage database: and get an error message that Table #__comprofiler Column Phone does not exist.
When I select fix using the dryrun, it includes the line:
Code:
Table #__comprofiler Column Phone created successfully, type: text
ALTER TABLE `#__comprofiler` ADD `Phone` text
When I select fix(adjust)... it tells me
Code:
An error has occurred.
1060 Duplicate column name 'Phone'
The database does include data in the phone fields and it is visible on individual users profiles.
How can I overcome this error please?