Posted: August 7, 2015 at 1:31 pm
|
Hello EE team, In testing an event registration process, I noticed that although (a) the confirmation email works, neither the (b) immediate PDF confirmation download on the front end nor the (c) view transaction receipt or invoice work. I deactivated all non-EE plugins en masse to determine whether it was a plugin conflict but, no, there were no plugins to get in the way. What do you think could be the problem? – Tammi writing for Martin H. |
Hi Tammi, It sounds like there’s an error when the PDF script, which can happen if the server isn’t configured to run some of the functions that are used by the PDF script. Can you enable WP_DEBUG and see what the error is? When WP_DEBUG is active, you’ll see the actual error displayed instead of a white screen. There’s more information about WP_DEBUG in the codex: |
|
|
Hello, |
|
… the HTML templates for invoice and receipt are of corse there. Interesting is, in preview mode everything works fine. Regards Martin |
Hi Tammi, The message type would already need to be active in order to see a preview. Were you able to check the invoice with WP_DEBUG set to true? Were there any errors displayed when you tried to load up the invoice? |
|
|
Hi Josh, Yes, I have checked this. Strict Standards: Redefining already defined constructor for class AgmPluginInstaller in /wp-content/plugins/wpmu_dev_maps_plugin/lib/class_agm_plugin_installer.php on line 27 Strict Standards: Non-static method AgmPluginInstaller::check() should not be called statically in /wp-content/plugins/wpmu_dev_maps_plugin/wpmu_dev_maps_plugin.php on line 72 Strict Standards: Non-static method AgmPluginInstaller::check_and_update_options() should not be called statically in /wp-content/plugins/wpmu_dev_maps_plugin/lib/class_agm_plugin_installer.php on line 59 Strict Standards: Redefining already defined constructor for class AgmMarkerReplacer in /wp-content/plugins/wpmu_dev_maps_plugin/lib/class_agm_marker_replacer.php on line 15 Strict Standards: call_user_func_array() expects parameter 1 to be a valid callback, non-static method allow_php_in_posts::shortcode_advanced() should not be called statically in /wp-includes/plugin.php on line 213 Strict Standards: Non-static method allow_php_in_posts::option_get() should not be called statically in /wp-content/plugins/allow-php-in-posts-and-pages/allowphp.php on line 396 Strict Standards: call_user_func_array() expects parameter 1 to be a valid callback, non-static method allow_php_in_posts::shortcode_advanced() should not be called statically in /wp-includes/plugin.php on line 213 Strict Standards: Non-static method allow_php_in_posts::option_get() should not be called statically in /wp-content/plugins/allow-php-in-posts-and-pages/allowphp.php on line 396 Strict Standards: call_user_func_array() expects parameter 1 to be a valid callback, non-static method allow_php_in_posts::shortcode_advanced() should not be called statically in /wp-includes/plugin.php on line 213 Strict Standards: Non-static method allow_php_in_posts::option_get() should not be called statically in /wp-content/plugins/allow-php-in-posts-and-pages/allowphp.php on line 396 Strict Standards: call_user_func_array() expects parameter 1 to be a valid callback, non-static method allow_php_in_posts::shortcode_advanced() should not be called statically in /wp-includes/plugin.php on line 213 Strict Standards: Non-static method allow_php_in_posts::option_get() should not be called statically in /wp-content/plugins/allow-php-in-posts-and-pages/allowphp.php on line 396 Strict Standards: call_user_func_array() expects parameter 1 to be a valid callback, non-static method allow_php_in_posts::shortcode_advanced() should not be called statically in /wp-includes/plugin.php on line 213 Strict Standards: Non-static method allow_php_in_posts::option_get() should not be called statically in /wp-content/plugins/allow-php-in-posts-and-pages/allowphp.php on line 396 Martin
|
Hi Martin, It looks like your WordPress URL is: With your site address set to: Is that correct? If so did you follow the steps here? Normally with the above setup if you navigate to your WordPress URL you’ll see ‘something’, (usually 404/No Posts found – http://take.ms/VmpWR) On your site this loads a blank page so I’m wondering how the site is set up currently? |
|
|
Hi Toni, …. That’s correct. Thank you for your support! |
I see this here: But not here: What do you see on the above ‘WP’ link? Have you tried flushing permalinks? Go to Settings -> Permalinks. Make no changes and hit save. |
|
|
I see the same result! That’s strange–. |
I’m not sure to be honest, that link should at least show 404, it seems to be loading a blank index.php file as far as I can tell. I would start by re-confirming all of the steps here: Check your index.php is including the correct path. Check the index.php file was copied and note moved when this was originally changed and that /WP/ still has its own index.php file. Check your .htaccess within root has the correct rules. When logged in do you see the Admin bar on the /WP/ url? If not WordPress isn’t even loading there. The 404page plugin plugin may also be messing this up (note simply disabling the plugin will likely not remove any .htaccess rules it may have added. |
|
|
Hi, |
It’s a custom route assigned by Event Espresso, it does not load a page or post, but custom functionality within EE.
I’m not sure what your asking here? Everything runs through index.php with WordPress, it’s just not seen 🙂
You can not do that for the messages URL’s currently.
Something has changed on your site: Now loads the 404 page. The next step is to try a full troubleshoot. Temporarily switch to a default theme such as twentyfourteen and re-test. If it is still the same temporarily de-activate all non-EE plugins and retest. Are you using HTTPS on the site? |
|
|
yes, I’ use https for some sites, of course also for EE. |
|
… so finally it works: |
That shouldn’t usually be needed if you followed the instructions here: However it can also depend on how the server is set up. Either way I’m glad its now working 🙂 |
|
The support post ‘View Transaction Receipt and View Transaction Invoice display blank page’ 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.