Thank you for the info. I turned on error reporting, debug and checked the Joomla error logs. I also created a new link to display only the missing info. There are 10 registrations on this form:
apldwa.org/registration-test-form-display2
There are no errors reported on that page.
The Joomla error log shows this error today:
[18-Apr-2017 06:30:58 America/Chicago] PHP Notice: Undefined property: JObject::$list.limit in /home/apldwa/public_html/components/com_visforms/models/visformsdata.php on line 701
and four times yesterday.
The best I can tell that error refers to this line:
'limit' => $this->state->{'list.limit'},
Another recent error that is repeated many times is:
[13-Apr-2017 18:15:26 UTC] PHP Notice: Undefined variable: tmpl in /home/apldwa/public_html/components/com_visforms/controllers/visforms.php on line 238
In the debug file, in Database Queries it says:
5 duplicate found!
3 duplicates: #13 #20 #24
2 duplicates: #19 #21
I can't copy the entire log and can't leave debug on.
But this is the report from #13:
Query Time: 0.14 ms After last query: 4.33 ms Query memory: 0.027 MB Memory before query: 3.702 MB Rows returned: 0
Duplicate queries: #20 #24
SELECT *
FROM `mb6fy_visfields`
WHERE `fid` = 10
AND `published` = 1
AND `frontaccess` in (1, 1, 5)
AND `typefield`not in ('reset', 'submit', 'image', 'fieldsep')
AND (`frontdisplay` is null or `frontdisplay` in (1,2,3))
ORDER BY `ordering` asc
Explain
id select_type table type possible_keys key key_len ref rows Extra
1 SIMPLE mb6fy_visfields ALL NULL NO INDEX KEY COULD BE USED NULL NULL 53 Using where; Using filesort
Profile
Status Duration
starting 0.03 ms
Waiting for query cache lock 0.00 ms
init 0.00 ms
checking query cache for query 0.01 ms
checking privileges on cached 0.00 ms
checking permissions 0.01 ms
sending cached result to clien 0.01 ms
updating status 0.00 ms
cleaning up 0.01 ms
Call Stack
# Caller File and line number
15 JDatabaseDriverMysqli->execute() JROOT/libraries/joomla/database/driver.php:1689
14 JDatabaseDriver->loadObjectList() JROOT/components/com_visforms/models/visformsdata.php:411
13 VisformsModelVisformsdata->getDatafields() JROOT/components/com_visforms/models/visformsdata.php:100
12 VisformsModelVisformsdata->__construct() JROOT/libraries/legacy/model/legacy.php:204
11 JModelLegacy::getInstance() JROOT/libraries/legacy/controller/legacy.php:547
10 JControllerLegacy->createModel() JROOT/libraries/legacy/controller/legacy.php:728
9 JControllerLegacy->getModel() JROOT/components/com_visforms/controller.php:68
8 VisformsController->display() JROOT/libraries/legacy/controller/legacy.php:702
7 JControllerLegacy->execute() JROOT/components/com_visforms/visforms.php:24
6 require_once JROOT/components/com_visforms/visforms.php JROOT/libraries/cms/component/helper.php:405
5 JComponentHelper::executeComponent() JROOT/libraries/cms/component/helper.php:380
4 JComponentHelper::renderComponent() JROOT/libraries/cms/application/site.php:191
3 JApplicationSite->dispatch() JROOT/libraries/cms/application/site.php:230
2 JApplicationSite->doExecute() JROOT/libraries/cms/application/cms.php:261
1 JApplicationCms->execute() JROOT/index.php:49
[Add xdebug.file_link_format directive to your php.ini file to have links for files.]
I would appreciate any help.
Thanks much,
Mike