Encrypted URLs
22 posts by 2 authors in: Forums > CMS Builder
Last Post: August 20, 2012 (RSS)
By Jason - August 20, 2012
Hi Jerry,
It looks like the problem is where you're selecting your records using this:
'where' => whereRecordNumberInUrl(1),
It looks like common_information would be a single record section, so it shouldn't have a were clause at all. Is become_a_member a multi-record section? If so, you'll either need to explicitly pass a record number, or match your URL numbers up with the record numbers you're trying to retrieve.
Hope this helps
It looks like the problem is where you're selecting your records using this:
'where' => whereRecordNumberInUrl(1),
It looks like common_information would be a single record section, so it shouldn't have a were clause at all. Is become_a_member a multi-record section? If so, you'll either need to explicitly pass a record number, or match your URL numbers up with the record numbers you're trying to retrieve.
Hope this helps
---------------------------------------------------
Jason Sauchuk - Project Manager
interactivetools.com
Hire me! Save time by getting our experts to help with your project.
http://www.interactivetools.com/consulting/
Jason Sauchuk - Project Manager
interactivetools.com
Hire me! Save time by getting our experts to help with your project.
http://www.interactivetools.com/consulting/
Re: [Jason] Encrypted URLs
Wow do I feel less than smart...
They are both single record editors.
Taking out the where clauses did the trick.
Thanks again,
Jerry Kornbluth
They are both single record editors.
Taking out the where clauses did the trick.
Thanks again,
Jerry Kornbluth
The first CMS Builder reference book is now available on-line!
Take advantage of a free 3 month trial subscription, only for CMSB users, at: http://www.thecmsbcookbook.com/trial.php
Take advantage of a free 3 month trial subscription, only for CMSB users, at: http://www.thecmsbcookbook.com/trial.php