FYI – Using Advanced Forms (https://wordpress.org/plugins/advanced-forms/) for contact info etc. and it is causing an error on the payment page. Console shows “admin-ajax.php loading error, 500 internal server error”. Disabling the plugin allows event espresso payments to function properly.
Note… also tried Contact Form 7 and the same error (wp-admin/admin-ajax.php 500 (Internal Server Error)) occurred. So I’m thinking it could be something else?
Error 500 is an server side error, but thats the ‘front facing’ error and doesn’t tell us anything.
Can you check your servers error logs and look for any errors thrown around the time you had the payment options page open, then post that full error here?
If you don’t have any errors in the log you can add this snippet to your site’s wp-config.php file:
Thx. Did so and the error was:
PHP Fatal error: Allowed memory size of 52428800 bytes exhausted (tried to allocate 20480 bytes) in /home/alaskaav/public_html/wp-content/plugins/event-espresso-core-reg/core/db_classes/EE_Base_Class.class.php on line 637
Upped the memory to 1024MB and it’s working fine – even with the plugins listed above enabled.
Viewing 3 reply threads
The support post ‘Plugin Conflict / Advanced Forms’ 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.
Support forum for Event Espresso 3 and Event Espresso 4.