Search

Hey gang, I'm stumped on this and wondering if anyone has some ideas. Since upgrading to 2.2 my site's contact form at http://jonasdowney.com/contact has stopped working, but only for anonymous users. If I login to Symphony as an author and try it, it works fine. It's pretty much as simple as possible: three fields, saving to a Messages section. (The form is supposed to redirect or fail after submit.)

I've tried recreating the Save Message event and reattaching to the page, no luck there.

I'm having difficulty troubleshooting since as anonymous, you can't get to debug info. After submitting, the page simply reloads with no POST data showing up in Firebug. I'm starting to think it's a permissions issue since it works when logged in.

Any thoughts?

Do you have any extensions installed? Members — have you enabled permissions for that event? Any errors in the log files /manifest/logs?

Yeah, a lot of extensions, but nothing related to permissions / Members that I'm aware of.

If CacheLite ext. installed try turn it off.

Does the entry get saved but no email, or nothing at all?

Go into the event PHP file, where it returns $result try:

echo $result->generate(true); die;

This should dump out the result XMLElement as plain text.

Aha! CacheLite appears to be the culprit; disabled it and now it's working again. Cheers to @true but now wondering what's up with CacheLite.

check this and read the section "Flushing the cache when content changes"

Interesting, I did not know about that. I'll fiddle with the settings when I have more time. Thanks again!

Or exclude it from caching entirely in System > Preferences.

Create an account or sign in to comment.

Symphony • Open Source XSLT CMS

Server Requirements

  • PHP 5.3-5.6 or 7.0-7.3
  • PHP's LibXML module, with the XSLT extension enabled (--with-xsl)
  • MySQL 5.5 or above
  • An Apache or Litespeed webserver
  • Apache's mod_rewrite module or equivalent

Compatible Hosts

Sign in

Login details