SELECT u.*, r.* FROM perch2_users u, perch2_user_roles r WHERE u.roleID=r.roleID AND u.userEnabled=1 AND u.userID=1 AND u.userHash='32e133525163803af98a28a02f45a926' LIMIT 1
UPDATE perch2_users SET userHash='1577138a93d70a3cf6ba4f76eede4d6f' WHERE userID='1'
[31] SELECT p.privKey FROM perch2_user_privileges p
[18] SELECT * FROM (SELECT DISTINCT settingID, settingValue, userID FROM perch2_settings WHERE userID=1 OR userID=0 ORDER BY userID DESC) AS settings GROUP BY settingID, settingValue, userID
[1] SELECT * FROM perch2_pages WHERE pageID=1 LIMIT 1
[2] SELECT * FROM perch2_content_regions WHERE pageID=1 AND regionPage!='*' ORDER BY regionOrder ASC
[1] SELECT COUNT(*) FROM perch2_content_items WHERE itemJSON!='' AND regionID=4 AND itemRev=10
[1] SELECT COUNT(*) FROM perch2_content_items WHERE itemJSON!='' AND regionID=9 AND itemRev=3
SELECT u.*, r.* FROM perch2_users u, perch2_user_roles r WHERE u.roleID=r.roleID AND u.userEnabled=1 AND u.userID=1 AND u.userHash='194c9b20956b669586dfe67a064d2754' LIMIT 1
UPDATE perch2_users SET userHash='e0401618dcc4b2f6a1c06bb1aba4378c' WHERE userID='1'
[31] SELECT p.privKey FROM perch2_user_privileges p
[18] SELECT * FROM (SELECT DISTINCT settingID, settingValue, userID FROM perch2_settings WHERE userID=1 OR userID=0 ORDER BY userID DESC) AS settings GROUP BY settingID, settingValue, userID
[1] SELECT * FROM perch2_content_regions WHERE regionID=9 LIMIT 1
[1] SELECT * FROM perch2_pages WHERE pageID='1' LIMIT 1
[1] SELECT * FROM perch2_content_items WHERE regionID=9 AND itemRev=3 ORDER BY itemOrder ASC
[1] SELECT * FROM perch2_content_items WHERE regionID=9 AND itemRev=3 ORDER BY itemOrder ASC
Using template: /templates/content/contactus.html
Form not posted or did not validate
Queries: 9
[1] SELECT u.*, r.* FROM perch2_users u, perch2_user_roles r WHERE u.roleID=r.roleID AND u.userEnabled=1 AND u.userID=1 AND u.userHash='c761b6e246084a2c56d05b3212d9a5dc' LIMIT 1
UPDATE perch2_users SET userHash='c87ffb59b9cdb77fedc11e271f972a20' WHERE userID='1'
[31] SELECT p.privKey FROM perch2_user_privileges p
[18] SELECT * FROM (SELECT DISTINCT settingID, settingValue, userID FROM perch2_settings WHERE userID=1 OR userID=0 ORDER BY userID DESC) AS settings GROUP BY settingID, settingValue, userID
[1] SELECT * FROM perch2_content_regions WHERE regionID=4 LIMIT 1
[1] SELECT * FROM perch2_pages WHERE pageID='1' LIMIT 1
[1] SELECT * FROM perch2_content_items WHERE regionID=4 AND itemRev=10 ORDER BY itemOrder ASC
[1] SELECT * FROM perch2_content_items WHERE regionID=4 AND itemRev=10 ORDER BY itemOrder ASC
Using template: /templates/content/featured_event.html
Form not posted or did not validate
Queries: 9
At one point in the midst of all refactoring attempts I did get the success message. But now the form does not appear on the page to fill out and submit.
Yes, No Form or Events. Both of these are one the same page. When I removed the function for events, the form showed up. But the submitted form does not show up in the admin panel.
Apps > Forms debug
Debug Message
[1] SELECT u.*, r.* FROM perch2_users u, perch2_user_roles r WHERE u.roleID=r.roleID AND u.userEnabled=1 AND u.userID=1 AND u.userHash='e4db25b2f552b77f9fa3b6d50bf082b4' LIMIT 1
UPDATE perch2_users SET userHash='ec2a83a42a207859be49fb452dbc885e' WHERE userID='1'
[31] SELECT p.privKey FROM perch2_user_privileges p
[18] SELECT * FROM (SELECT DISTINCT settingID, settingValue, userID FROM perch2_settings WHERE userID=1 OR userID=0 ORDER BY userID DESC) AS settings GROUP BY settingID, settingValue, userID
[nil] SELECT * FROM perch2_forms
Attempting app installation: perch_forms
[1] SHOW TABLES LIKE "perch2_forms"
Queries: 7
Memory: 2.0008
Debug Message
[1] SELECT u.*, r.* FROM perch2_users u, perch2_user_roles r WHERE u.roleID=r.roleID AND u.userEnabled=1 AND u.userID=1 AND u.userHash='233649927a68f4b67dc6e414769b8051' LIMIT 1
UPDATE perch2_users SET userHash='304c641673e809c4701fae7832cf8985' WHERE userID='1'
[31] SELECT p.privKey FROM perch2_user_privileges p
[18] SELECT * FROM (SELECT DISTINCT settingID, settingValue, userID FROM perch2_settings WHERE userID=1 OR userID=0 ORDER BY userID DESC) AS settings GROUP BY settingID, settingValue, userID
[1] SELECT * FROM perch2_content_regions WHERE regionID=10 LIMIT 1
[1] SELECT * FROM perch2_pages WHERE pageID='1' LIMIT 1
[1] SELECT * FROM perch2_content_items WHERE regionID=10 AND itemRev=1 ORDER BY itemOrder ASC
[1] SELECT * FROM perch2_content_items WHERE regionID=10 AND itemRev=1 ORDER BY itemOrder ASC
Using template: /templates/content/contactus.html
Form not posted or did not validate
Queries: 9
Memory: 3.6641
Home page DEBUG
Contact Form DEBUG
Event Debug Message
The message in debug says "Form not posted or did not validate". Usually this is because of a required field.
Can we see the form template?
Can you show us the debug output on the page after the form is submitted?
Do you get the success message?
At one point in the midst of all refactoring attempts I did get the success message. But now the form does not appear on the page to fill out and submit.
It does show up in the admin to edit the messages.
So the current state of this is that you cannot display a form on the page?
Yes, No Form or Events. Both of these are one the same page. When I removed the function for events, the form showed up. But the submitted form does not show up in the admin panel.
Apps > Forms debug
This is my development server
Pages > Home > Regions > Contact UCCTA
Can you show me the debug from the actual page? Control panel debug isn't useful in this case.
[https://goo.gl/photos/a9EmoreTqWTFVbLa9]
https://dev.uppercumberlandtennis.org/
I have global header and footer layouts on this page
Are you able to show me the debug output from the page itself?