Forum

Thread tagged as: Events

Events not saving to database

Hi. I'm trying to get an events app to play ball.

Every time I try to publish an event it doesn't save. The debug isn't showing anything suspect. There are two events already in the system showing fine.

I have encountered something similar in the past with the blog app and updating the core files or the app usually fixes the issue. Not this time.

Template Code:

<article class="h-entry">
    <h2>
        <a href="<perch:events id="eventURL" type="hidden" />" rel="bookmark" class="p-name">
            <perch:events id="eventTitle" type="text" label="Title" required="true" size="xl autowidth" order="1" />
        </a>
    </h2>
    <p class="meta">
        <time class="dt-published" datetime="<perch:events id="postDateTime" type="date" label="Date" time="true" format="Y-m-d H:i:s" divider-before="Meta information" />">
            <perch:events id="eventDateTime" type="date" time="true" format="%d %B %Y" /> @ <perch:events id="eventDateTime" type="date" time="true" format="%H %i %s" />
        <perch:if exists="category_names">| <perch:events id="category_names" encode="false" /></perch:if>
        </time>
    </p>
    <perch:if exists="image">
        <div>
            <img src="<perch:events id="image" type="image" label="Image" width="752" height="423" crop="true" order="3" />" alt="<perch:events id="eventTitle" />" class="img-responsive" />
        </div><br>
    </perch:if>
    <div class="description e-content">
        <perch:events id="eventDescHTML" type="textarea" label="Description" order="2" editor="markitup" markdown="true" size="xxl autowidth" required="true" />
    </div>
</article>

<perch:events id="image" type="image" width="340" height="403" crop="true" suppress="true" />

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='41bc83b930099f885e209b24051af761' LIMIT 1
UPDATE perch2_users SET userHash='06d061a1d1cb9584bfe9be76734d3475' WHERE userID='1'
[43] SELECT p.privKey FROM perch2_user_privileges p
[29] 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_events_categories ORDER BY categoryTitle ASC
Using template: /templates/events/event.html
Queries: 6
Memory: 3.8139
Dan Lee

Dan Lee 1 points

  • 5 years ago
Drew McLellan

Drew McLellan 2638 points
Perch Support

What does debug output after posting the form?

Dan Lee

Dan Lee 1 points

It is posted in the original message. The debug seems the same before and after posting. Here it is again:

[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='89fef47314061b6630b1f2e6fdfa5d1e' LIMIT 1
UPDATE perch2_users SET userHash='d04cab279373c7feb659ac0580de3cde' WHERE userID='1'
[43] SELECT p.privKey FROM perch2_user_privileges p
[29] 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_events_categories ORDER BY categoryTitle ASC
Using template: /templates/events/event.html
Queries: 6

Memory: 3.8141

Drew McLellan

Drew McLellan 2638 points
Perch Support

Can you edit an existing event?

Dan Lee

Dan Lee 1 points

I tried editing an existing event. Again the changes don't get saved.

Rachel Andrew

Rachel Andrew 394 points
Perch Support

Can I see your Diagnostics Report?

Have you completed all required fields int he form before submitting it?

Is there anything in your error log?

Dan Lee

Dan Lee 1 points

Hi Rachel,

There is only two required fields. One for the title and one for body - both are populated.

Diagnostics Report

Perch: 2.8.26
Production mode: Production (100)
Installed apps: content (2.8.26), assets (2.8.26), categories (2.8.26), perch_blog (4.6), perch_events (1.9.2), perch_forms (1.8.3), perch_gallery (2.8.6)
DB driver: PDO
DB tables: perch2_blog_authors (1), perch2_blog_comments (0), perch2_blog_index (81), perch2_blog_posts (1), perch2_blog_posts_to_tags (3), perch2_blog_sections (1), perch2_blog_tags (3), perch2_categories (2), perch2_category_counts (1), perch2_category_sets (1), perch2_content_index (24), perch2_content_items (11), perch2_content_regions (6), perch2_events (2), perch2_events_categories (1), perch2_events_to_categories (2), perch2_forms (1), perch2_forms_responses (1), perch2_gallery_albums (1), perch2_gallery_image_versions (30), perch2_gallery_images (6), perch2_navigation (0), perch2_navigation_pages (0), perch2_page_templates (1), perch2_pages (7), perch2_resource_log (25), perch2_resource_tags (36), perch2_resources (10), perch2_resources_to_tags (72), perch2_settings (29), perch2_user_passwords (0), perch2_user_privileges (43), perch2_user_role_privileges (25), perch2_user_roles (2), perch2_users (2)
Users: 2
App runtimes:
<?php
    $apps_list = array(
        'content', 
        'categories',
    'perch_blog',
    'perch_forms',
    'perch_events',
    'perch_gallery',
    );
Scheduled tasks for perch_events: update_category_counts (60 mins)
Scheduled tasks for perch_blog: delete_spam_comments (1440 mins)
Editor plug-ins: markitup
H1: 5ff0b4df3913a7465204a1f709dd1870
L1: 7f759442babefa02025c92f6a1b2cd03
F1: 2edba60ed1f613d6dd804feb202456a2
headerColour: #00c389
content_singlePageEdit: 1
helpURL:
siteURL: /
hideBranding: 1
content_collapseList: 1
lang: en-gb
update_2.8.15: done
latest_version: 2.8.15
on_sale_version: 2.8.27
headerScheme: dark
dashboard: 0
hide_pwd_reset: 0
content_hideNonEditableRegions: 0
content_frontend_edit: 0
perch_blog_update: 5.0
perch_blog_post_url: /news/post.php?s={postSlug}
perch_blog_slug_format: %Y-%m-%d-{postTitle}
perch_blog_akismet_key:
perch_blog_max_spam_days: 0
perch_blog_comment_notify: 0
perch_events_update: 1.8
perch_events_detail_url: /events/event.php?s={eventSlug}
perch_gallery_update: 2.8.5
perch_gallery_bucket_mode: single
perch_gallery_bucket: default
perch_gallery_basicUpload: 0
logoPath: /perch/resources/SeagasLogo.png
update_2.8.26: done
PERCH_DEVELOPMENT: 10
PERCH_STAGING: 50
PERCH_PRODUCTION: 100
PERCH_DB_USERNAME: db129224
PERCH_DB_SERVER: internal-db.s129224.gridserver.com
PERCH_DB_DATABASE: db129224_seagas
PERCH_DB_PREFIX: perch2_
PERCH_TZ: Europe/London
PERCH_EMAIL_FROM: philip.gwynne@uk-cpi.com
PERCH_EMAIL_FROM_NAME: Philip Gwynne
PERCH_LOGINPATH: /perch
PERCH_PATH: /nfs/c09/h05/mnt/129224/domains/seagas.co.uk/html/perch
PERCH_CORE: /nfs/c09/h05/mnt/129224/domains/seagas.co.uk/html/perch/core
PERCH_RESFILEPATH: /nfs/c09/h05/mnt/129224/domains/seagas.co.uk/html/perch/resources
PERCH_RESPATH: /perch/resources
PERCH_HTML5: 1
PERCH_RUNWAY:
PERCH_ERROR_MODE: DIE
PERCH_DATE_LONG: %d %B %Y
PERCH_DATE_SHORT: %d %b %Y
PERCH_TIME_SHORT: %H:%M
PERCH_TIME_LONG: %H:%M:%S
PERCH_RUNWAY_ROUTED:
PERCH_STRONG_PASSWORDS:
PERCH_DEBUG:
PERCH_PREVIEW_ARG: preview
PERCH_TEMPLATE_PATH: /nfs/c09/h05/mnt/129224/domains/seagas.co.uk/html/perch/templates
PERCH_DEFAULT_DOC: index.php
PERCH_DEFAULT_EXT: .php
PERCH_PRODUCTION_MODE: 100
PERCH_RWD:
PERCH_HTML_ENTITIES:
PERCH_SSL:
PERCH_STRIPSLASHES:
PERCH_PROGRESSIVE_FLUSH: 1
PERCH_PARANOID:
PERCH_FORCE_SECURE_COOKIES:
PERCH_PASSWORD_MIN_LENGTH: 6
PERCH_MAX_FAILED_LOGINS: 10
PERCH_AUTH_LOCKOUT_DURATION: 1 HOUR
PERCH_VERIFY_UPLOADS:
PERCH_AUTH_PLUGIN:
PERCH_DB_CHARSET: utf8
PERCH_DB_PORT:
PERCH_DB_SOCKET:
PERCH_SESSION_TIMEOUT_MINS: 20
HOSTING SETTINGS

PHP: 5.5.21
Zend: 2.5.0
OS: Linux
SAPI: cgi-fcgi
Safe mode: not detected
MySQL client: 5.1.73
MySQL server: 5.1.26-rc-5.1.26rc-log
Free disk space: 1.16 TB
Extensions: Core, date, ereg, libxml, openssl, pcre, sqlite3, zlib, bcmath, bz2, calendar, ctype, curl, dba, dom, hash, fileinfo, filter, ftp, gd, gettext, SPL, iconv, session, intl, json, ldap, mbstring, mcrypt, standard, mysqlnd, mysqli, mysql, PDO, pdo_mysql, pdo_pgsql, pdo_sqlite, pgsql, Phar, posix, pspell, Reflection, imap, SimpleXML, soap, sockets, exif, tokenizer, wddx, xml, xmlreader, xmlrpc, xmlwriter, xsl, zip, cgi-fcgi, mhash
GD: Yes
ImageMagick: No
PHP max upload size: 128M
PHP max form post size: 128M
PHP memory limit: 99M
Total max uploadable file size: 99M
Resource folder writeable: Yes
Session timeout: 24 minutes
Native JSON: Yes
Filter functions: Yes
Transliteration functions: Yes
PATH: /usr/local/bin:/usr/bin:/bin
REDIRECT_HANDLER: php-latest
REDIRECT_STATUS: 200
UNIQUE_ID: Vu@77c26rA0AAF1TPl4AAAAC
SCRIPT_URL: /perch/core/settings/diagnostics/
SCRIPT_URI: https://seagas.co.uk/perch/core/settings/diagnostics/
WM_UCONTROL_XMLRPC_SERVER: https://10.0.0.13
ACCESS_DOMAIN: s129224.gridserver.com
DATABASE_SERVER: internal-db.s129224.gridserver.com
SITE_ROOT: /home/129224
SITE_CGIROOT: /home/129224/cgi-bin
SITE_HTMLROOT: /home/129224/domains/seagas.co.uk/html
PHPRC: /home/129224/etc/
HTTP_HOST: seagas.co.uk
HTTP_ACCEPT: text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8
HTTP_UPGRADE_INSECURE_REQUESTS: 1
HTTP_USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36
HTTP_REFERER: https://seagas.co.uk/perch/core/settings/diagnostics/
HTTP_ACCEPT_ENCODING: gzip, deflate, sdch
HTTP_ACCEPT_LANGUAGE: en-US,en;q=0.8
HTTP_COOKIE: cmsa=1; PHPSESSID=00f26e2da1ba65b9ccdd84c00e6e9680
HTTP_VIA: 1.1 barracudaweb.uk-cpi.com (http_scan_byf/3.3.1)
HTTP_CUDA_CLIIP: 10.24.10.73
HTTP_X_FORWARDED_FOR: 10.24.10.73
HTTP_CACHE_CONTROL: max-age=259200
HTTP_CONNECTION: keep-alive
SERVER_SIGNATURE: <address>Apache/2.2.22 Server at seagas.co.uk Port 80</address>
SERVER_SOFTWARE: Apache/2.2.22
SERVER_NAME: seagas.co.uk
SERVER_ADDR: 205.186.175.129
SERVER_PORT: 80
REMOTE_ADDR: 62.8.111.114
DOCUMENT_ROOT: /home/129224/domains/seagas.co.uk/html
SERVER_ADMIN: webmaster@seagas.co.uk
SCRIPT_FILENAME: /home/129224/domains/seagas.co.uk/html/perch/core/settings/diagnostics/index.php
REMOTE_PORT: 48578
REDIRECT_QUERY_STRING: extended
REDIRECT_URL: /perch/core/settings/diagnostics/index.php
GATEWAY_INTERFACE: CGI/1.1
SERVER_PROTOCOL: HTTP/1.1
REQUEST_METHOD: GET
QUERY_STRING: extended
REQUEST_URI: /perch/core/settings/diagnostics/?extended
SCRIPT_NAME: /perch/core/settings/diagnostics/index.php
ORIG_SCRIPT_FILENAME: /etc/apache2/gs-bin/php-latest
ORIG_PATH_INFO: /perch/core/settings/diagnostics/index.php
ORIG_PATH_TRANSLATED: /home/129224/domains/seagas.co.uk/html/perch/core/settings/diagnostics/index.php
ORIG_SCRIPT_NAME: /gs-bin/php-latest
PHP_SELF: /perch/core/settings/diagnostics/index.php
REQUEST_TIME_FLOAT: 1458551789.7889
REQUEST_TIME: 1458551789
argc: 1
Drew McLellan

Drew McLellan 2638 points
Perch Support

What does debug output on the page after making an edit to an event?

Dan Lee

Dan Lee 1 points

This is the debug I get after making an edit and saving an existing event:

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='7ede8b6fb865b8edcb9039ac6b2b65cd' LIMIT 1
UPDATE perch2_users SET userHash='5b13ad57b2eccc47394950d9ca23e6f9' WHERE userID='1'
[43] SELECT p.privKey FROM perch2_user_privileges p
[29] 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_events_categories ORDER BY categoryTitle ASC
[1] SELECT * FROM perch2_events WHERE eventID = 1
[1] SELECT categoryID FROM perch2_events_to_categories WHERE eventID = 1
[1] SELECT c.* FROM perch2_events_categories c, perch2_events_to_categories e2c WHERE c.categoryID=e2c.categoryID AND e2c.eventID='1'
Using template: /templates/events/event.html
Queries: 9
Memory: 3.8415
Drew McLellan

Drew McLellan 2638 points
Perch Support

Is this on your production or dev server?

Dan Lee

Dan Lee 1 points

This is live - production.

Drew McLellan

Drew McLellan 2638 points
Perch Support

Is the same happening in dev?

I've just ran the dev version on my local (Dan and I are on the same team) and the same happens there. I've checked Pages and the Blog App and these allow editing and posting fine – so the issue just seems to be with the Events App.

I've included the Diagnostics Report and Debug from the dev version if it helps (which isn't running the latest version of Perch):

Diagnostics Report

Perch: 2.8.15
Production mode: Production (100)
Installed apps: content (2.8.15), assets (2.8.15), categories (2.8.15), perch_blog (4.6), perch_events (1.9.2), perch_forms (1.8.3), perch_gallery (2.8.6)
DB driver: PDO
DB tables: perch2_blog_authors, perch2_blog_comments, perch2_blog_index, perch2_blog_posts, perch2_blog_posts_to_tags, perch2_blog_sections, perch2_blog_tags, perch2_categories, perch2_category_counts, perch2_category_sets, perch2_content_index, perch2_content_items, perch2_content_regions, perch2_events, perch2_events_categories, perch2_events_to_categories, perch2_forms, perch2_forms_responses, perch2_gallery_albums, perch2_gallery_image_versions, perch2_gallery_images, perch2_navigation, perch2_navigation_pages, perch2_page_templates, perch2_pages, perch2_resource_log, perch2_resource_tags, perch2_resources, perch2_resources_to_tags, perch2_settings, perch2_user_privileges, perch2_user_role_privileges, perch2_user_roles, perch2_users
Users: 1
App runtimes:
<?php
    $apps_list = array(
        'content', 
        'categories',
    'perch_blog',
    'perch_forms',
    'perch_events',
    'perch_gallery',
    );
Scheduled tasks for perch_blog: delete_spam_comments (1440 mins)
Scheduled tasks for perch_events: update_category_counts (60 mins)
Editor plug-ins: markitup
H1: 3c125fc6980b420ac76b12f96a17c25c
L1: 7f759442babefa02025c92f6a1b2cd03
headerColour: #00c389
content_singlePageEdit: 1
helpURL:
siteURL: /
hideBranding: 1
content_collapseList: 1
lang: en-gb
update_2.8.15: done
latest_version: 2.8.15
on_sale_version: 2.8.27
headerScheme: dark
dashboard: 0
hide_pwd_reset: 0
content_hideNonEditableRegions: 0
content_frontend_edit: 0
perch_blog_update: 5.0
perch_blog_post_url: /news/post.php?s={postSlug}
perch_blog_slug_format: %Y-%m-%d-{postTitle}
perch_blog_akismet_key:
perch_blog_max_spam_days: 0
perch_blog_comment_notify: 0
perch_events_update: 1.8
perch_events_detail_url: /events/event.php?s={eventSlug}
perch_gallery_update: 2.8.5
PERCH_DEVELOPMENT: 10
PERCH_STAGING: 50
PERCH_PRODUCTION: 100
PERCH_DB_USERNAME: db129224
PERCH_DB_SERVER: localhost
PERCH_DB_DATABASE: db129224_seagas
PERCH_DB_PREFIX: perch2_
PERCH_TZ: Europe/London
PERCH_EMAIL_FROM: philip.gwynne@uk-cpi.com
PERCH_EMAIL_FROM_NAME: Philip Gwynne
PERCH_LOGINPATH: /perch
PERCH_PATH: /Users/philgwynne/Sites/CPI Projects/SeaGas/website/perch
PERCH_CORE: /Users/philgwynne/Sites/CPI Projects/SeaGas/website/perch/core
PERCH_RESFILEPATH: /Users/philgwynne/Sites/CPI Projects/SeaGas/website/perch/resources
PERCH_RESPATH: /perch/resources
PERCH_HTML5: 1
PERCH_DEBUG: 1
PERCH_RUNWAY:
PERCH_ERROR_MODE: DIE
PERCH_DATE_LONG: %d %B %Y
PERCH_DATE_SHORT: %d %b %Y
PERCH_TIME_SHORT: %H:%M
PERCH_TIME_LONG: %H:%M:%S
PERCH_PREVIEW_ARG: preview
PERCH_TEMPLATE_PATH: /Users/philgwynne/Sites/CPI Projects/SeaGas/website/perch/templates
PERCH_DEFAULT_DOC: index.php
PERCH_DEFAULT_EXT: .php
PERCH_PRODUCTION_MODE: 100
PERCH_RWD:
PERCH_HTML_ENTITIES:
PERCH_SSL:
PERCH_STRIPSLASHES:
PERCH_PROGRESSIVE_FLUSH: 1
PERCH_AUTH_PLUGIN:
PERCH_DB_CHARSET: utf8
PERCH_DB_PORT:
PERCH_DB_SOCKET:
PERCH_SESSION_TIMEOUT_MINS: 20
HOSTING SETTINGS

PHP: 5.6.10
Zend: 2.6.0
OS: Darwin
SAPI: cgi-fcgi
Safe mode: not detected
MySQL client: mysqlnd 5.0.11-dev - 20120503 - $Id: 3c688b6bbc30d36af3ac34fdd4b7b5b787fe5555 $
MySQL server: 5.5.42
Extensions: Core, date, ereg, libxml, openssl, pcre, sqlite3, zlib, bcmath, bz2, calendar, ctype, curl, dom, hash, fileinfo, filter, ftp, gd, SPL, iconv, intl, json, ldap, mbstring, session, standard, mysqlnd, mysqli, PDO, pdo_mysql, pdo_sqlite, Phar, posix, readline, Reflection, mysql, SimpleXML, soap, sockets, exif, tokenizer, wddx, xml, xmlreader, xmlwriter, xsl, zip, cgi-fcgi, imap, gettext, mcrypt, yaz, pgsql, pdo_pgsql
GD: Yes
ImageMagick: No
PHP max upload size: 32M
PHP max form post size: 32M
PHP memory limit: 128M
Total max uploadable file size: 32M
Resource folder writeable: Yes
Session timeout: 24 minutes
Native JSON: Yes
Filter functions: Yes
Transliteration functions: Yes
PHP_FCGI_CHILDREN: 4
PWD: /Applications/MAMP/fcgi-bin
PHP_FCGI_MAX_REQUESTS: 200
__CF_USER_TEXT_ENCODING: 0x1F5:0x0:0x0
ORIG_SCRIPT_NAME: /fcgi-bin/php5.6.10.fcgi
ORIG_PATH_TRANSLATED: /Users/philgwynne/Sites/CPI Projects/SeaGas/website/perch/core/settings/diagnostics/index.php
ORIG_PATH_INFO: /perch/core/settings/diagnostics/index.php
ORIG_SCRIPT_FILENAME: /Applications/MAMP/fcgi-bin/php5.6.10.fcgi
SCRIPT_NAME: /perch/core/settings/diagnostics/index.php
REQUEST_URI: /perch/core/settings/diagnostics/?extended
QUERY_STRING: extended
REQUEST_METHOD: GET
SERVER_PROTOCOL: HTTP/1.1
GATEWAY_INTERFACE: CGI/1.1
REDIRECT_URL: /perch/core/settings/diagnostics/index.php
REDIRECT_QUERY_STRING: extended
REMOTE_PORT: 53727
SCRIPT_FILENAME: /Users/philgwynne/Sites/CPI Projects/SeaGas/website/perch/core/settings/diagnostics/index.php
SERVER_ADMIN: you@example.com
DOCUMENT_ROOT: /Users/philgwynne/Sites/CPI Projects/SeaGas/website
REMOTE_ADDR: ::1
SERVER_PORT: 80
SERVER_ADDR: ::1
SERVER_NAME: seagas.dev
SERVER_SOFTWARE: Apache
PATH: /usr/bin:/bin:/usr/sbin:/sbin
HTTP_COOKIE: cmsa=1; PHPSESSID=e8df4b0c49b85d5f0de9f725f6862ad1
HTTP_ACCEPT_LANGUAGE: en-US,en;q=0.8
HTTP_ACCEPT_ENCODING: gzip, deflate, sdch
HTTP_REFERER: https://seagas.dev/perch/core/settings/diagnostics/
HTTP_USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36
HTTP_UPGRADE_INSECURE_REQUESTS: 1
HTTP_ACCEPT: text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8
HTTP_CONNECTION: keep-alive
HTTP_HOST: seagas.dev
REDIRECT_STATUS: 200
REDIRECT_HANDLER: php-fastcgi
FCGI_ROLE: RESPONDER
PHP_SELF: /perch/core/settings/diagnostics/index.php
REQUEST_TIME_FLOAT: 1458558311.62
REQUEST_TIME: 1458558311
argc: 1

Debug (upon submission of new event post)

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='9269f9d4b0c0f35abe957283d47d4d2e' LIMIT 1
UPDATE perch2_users SET userHash='08f4a9656b1b03427d317b129976e391' WHERE userID='1'
SELECT p.privKey FROM perch2_user_privileges p
SELECT * FROM (SELECT DISTINCT settingID, settingValue FROM perch2_settings WHERE userID=1 OR userID=0 ORDER BY userID DESC) AS settings GROUP BY settingID
SELECT * FROM perch2_events_categories ORDER BY categoryTitle ASC
Using template: /templates/events/event.html
Queries: 6
Memory: 3.7243
Dan Lee

Dan Lee 1 points

Hi Guys,

Just following this up. Clearly this one has us stumped. Is there any other ideas on how this could be remedied?

Thanks for you help.

Dan

Drew McLellan

Drew McLellan 2638 points
Perch Support

Sorry, we don't get notified of updates to a thread by people other than the creator - hence why you've been sat waiting 3 days.

Without any error messages or information to go on, I don't have a suggestion. Obviously the Events app is extremely old. I'll have a dig around and see what I can find.