Only see Field titles in List

amsharma 16 Dec, 2013
Hello,

I have created a CC connection in V4 using Joomla 3.2 and linked it to a CF also. I have two issues. I have created a simple CC connection and put something like:
"ip_select_branch:Branch, ip_text_membership_no:Membership No., ip_text_fname:First Name, ip_text_lname:Last Name" in List View Fields and created a Menu link. When I click on the link I only see first two fields cf_id & branch from the table. All other fields show the field title as shown below. Can't seem to find what I have done wrong. The field names are all ok. Sorting & Linkable field options work.
# CF_ID Branch Membership No. First Name Last Name
1 16384 CDB Membership No. First Name Last Name
2 16385 DMS Membership No. First Name Last Name
3 16386 DKB Membership No. First Name Last Name

There is a second issue: I get - Error "Wrong record!" when click on any of the linkable fields.

Thanks
Amal
GreyHead 16 Dec, 2013
Answer
Hi Amal,

Please try removing the spaces in the list e.g.
ip_select_branch:Branch, ip_text_membership_no:Membership No.,ip_text_fname:First Name,ip_text_lname:Last Name


I don't know about the Wrong Record error, what is the URL that you are seeing with that message?

Bob
amsharma 16 Dec, 2013
GreyHead,

Thanks for your prompt reply. The data not showing issue got resolved. I didn't realize spaces would create an issue.

The link I am seeing when I use linkable field to edit any record is:
http://localhost/mysite/index.php/neweditaddrbook/cc_edit_data

I had developed the form and tested it earlier, linkable fields seemed to be working. Now it doesn't seem to be working. I had imported some 10K rows from a Spreadsheet. Although I have truncated the table & tried recreating it but the problem is not going away. I don't think the table is corrupt or something.

Thanks
Amal
GreyHead 16 Dec, 2013
Hi Amal,

There is nothing in the URL to identify the record that is to be edited. I would expect to see something like &cb=999 at the end of it. I'm not sure what causes this though, I don't know CC well enough :-(

Bob
This topic is locked and no more replies can be posted.