Posted: March 25, 2013 at 8:00 pm
|
Hey all, When a user tries to register for an event, any event, the site skips confirmation pages etc and defaults back to url/events . The user isn’t entered into the attendees, there’s no emails sent and we can’t trace the problem. For example, take a look at: http://www.higoodwill.org/invite-night/
Also, the various EE java scripts are hammering our server pretty hard. Any suggestions for how to make EE less memory intensive would be great. But primarily, we need to get the registration going. Thanks guys, |
Hi Aaron, Only install and activate the add-ons that you actually need (in case you really aren’t using some of them). That will help cut down on what you’re asking the server to process. E.g., I don’t know you process, but if you’re not using the Permissions add-on (using only one user level) I’d recommend disabling it so you don’t confuse the system. Make sure your system pages (registration, confirmation, thank you, transactions, etc.) are all published not password protected. Make sure that the system shortcodes are on different pages and correctly assigned in the Event Espresso General Settings. In your Event Espresso settings did you select to skip the confirmation page? |
|
|
Hi Garth, Thanks for helping out, it’s much appreciated! PluginsI’ve disabled everything except the core tools they need: EE, Multi Registration and Recurring Events. This leaves only the three plugins running, so hopefully that wil make debugging easier. PagesWe might be on to something here. Plugin SettingsI went over the settings again, skipping confirmation is disabled, it should be asking. Even if it were being skipped the users are still not being added to the DB. Other stuffI found a few folks with similar problems who had strange rewrite rules in their .htaccess file. I’ve doubled checked ours and while it’s a Multisite install, and therefore a longer and more complex .htaccess, nothing seems out of the ordinary. Seems like the problem is the short code, is there a reason why it wouldn’t render when other EE codes do? |
|
P.S. |
Hi Aaron, There are a few things that can make the [ESPRESSO_EVENTS] shortcode not process. Sometimes it’s a theme or plugin conflict, but it can also be an issue where the WordPress URL and Site URL do not match. Can you check those in the general WP settings? You can also try deactivating any non-EE plugins and temporarily switch to another WP theme. Also, can you try creating a new page, place [ESPRESSO_EVENTS] on it, and make this page the main events page? With the JavaScript issue, you can reduce the amount of JavaScript files served by using a plugin like Better WordPress Minify. |
|
|
Hi Josh, Thanks for the quick reply! To the URL stuff, it’s a multisite install so I’m fairly sure that the domain settings are accurate. I did check the wp-config file entries on URL and the domain management tool from WPMU and all seems well. Deactivating plugins will be tricky as this is a live and very active site. The theme is a twenty 11 child theme and checks out. I’ll clone the site to a local dev and give that a go, but my feeling is the theme isn’t the problem. Likewise, until whatever/whoever broke things EE worked with all the currently installed plugins. I’ll give the new page a try as well as the minify and get back to you. Thanks, |
|
The New page displays the same [ESPRESSO_EVENTS] as the original. So that was a no go. |
Hi Aaron, Which page is set to be the main registration page right now? Since you mention that this is a multisite installation, I should ask whether Event Espresso is network activated or activated per site. Event Espresso needs to be activated per individual site, not network activated. Also, is the custom post types feature in Event Espresso>Template settings turned off? The custom post types feature reserves the /events slug, but that would only come into effect if the option is enabled. You can find a list of known incompatibilities in our documentation here: https://eventespresso.com/wiki/known-third-party-plugin-theme-conflicts/ |
|
The support post ‘Events don't register users’ is closed to new replies.
Have a question about this support post? Create a new support post in our support forums and include a link to this existing support post so we can help you.