Forum

Thread tagged as: Problem, Events, Forms
Debug Message
perch_forms form handler not found.
[2] SELECT regionKey, regionHTML FROM perch2_content_regions WHERE regionPage='/index.php' OR regionPage='*' ORDER BY regionPage DESC
Drew McLellan

Drew McLellan 2638 points
Perch Support

Is that the same both before and after the form is submitted?

you should see it on the page now https://dev.uppercumberlandtennis.org/

Drew McLellan

Drew McLellan 2638 points
Perch Support

You're getting the error:

perch_forms form handler not found

You need to add perch_forms to your config/apps.php file.

It is already there

<?php
    $apps_list = array(
        'content', 
        'categories',
        'perch_members',
        'perch_forms'
    );  
Drew McLellan

Drew McLellan 2638 points
Perch Support

Are you sure, because it's not in your diagnostics report and Perch can't find it when you submit the form.

There may be something wrong with my paths to global header and global footer layouts. This shows my file structure for the site as well as the global header file.

dev.uppercumberlandtennis.org is the sub domain and development area for the site, (I'm sure you knew that but any way...)

Drew McLellan

Drew McLellan 2638 points
Perch Support

Sorry, I'm not sure what those pictures are supposed to show me.

What does your diagnostics report now look like?

Summary

Perch: 2.8.29, PHP: 5.6.6, MySQL: mysqlnd 5.0.11-dev - 20120503 - $Id: 3c688b6bbc30d36af3ac34fdd4b7b5b787fe5555 $, with PDO
Server OS: Linux, cgi-fcgi
Installed apps: content (2.8.29), assets (2.8.29), categories (2.8.29), perch_events (1.9.2), perch_forms (1.8.3), perch_members (1.5)
App runtimes: <?php $apps_list = array( 'content', 'categories', );
PERCH_LOGINPATH: /perch
PERCH_PATH: /hermes/bosnaweb05a/b2913/ipg.uppercumberlandtenni/public_html/dev/perch
PERCH_CORE: /hermes/bosnaweb05a/b2913/ipg.uppercumberlandtenni/public_html/dev/perch/core
PERCH_RESFILEPATH: /hermes/bosnaweb05a/b2913/ipg.uppercumberlandtenni/public_html/dev/perch/resources
Image manipulation: GD
PHP limits: Max upload 20M, Max POST 20M, Memory: 64M, Total max file upload: 20M
F1: 2edba60ed1f613d6dd804feb202456a2
Resource folder writeable: Yes
SCRIPT_NAME: /perch/core/settings/diagnostics/index.php
DOCUMENT_ROOT: /home/users/web/b2913/ipg.uppercumberlandtenni/public_html/dev
REQUEST_URI: /perch/core/settings/diagnostics/
HTTP_HOST: dev.uppercumberlandtennis.org

shows the apps are not in the apps list array. I'll upload again.