I m working on wordpress project. my client purchase Eventespresso plugin. when i activate it on local its working fine but when i upload on live server , and click on wp_admin ,it redirect to white screen. Nothing happen. i deactivate all the plugin and reached on result that it is due to EE Plugin . when i deactivate wp-admin run but when i activate it goes me on white page. Any help.
If the client has purchased the premium version of Event Espresso, I would advise them to re-download the plugin, remove whats on the site and re-install it. It may have been a corrupt download.
IF that still doesnt work, please ask the client to log into their Event Espresso account and post a forum thread with details (Event Espresso version, server type, website link).
I currently have a similar problem. I tried adding a do shortcode statement to PaymentGateway.php to try and get rid of some breaks that are adding empty space to the paymant options. When I saved the file, Admin just shows a blank screen, locking me out of any admin functions. Still trying to figure out how to fix it.
There might be an typo in the code you are adding to PaymentGateway.php that’s throwing a PHP error. You can verify whether this is the case by going into the wp-config.php file and changing the WP_DEBUG option to true:
The empty spaced before the payment options are usually caused by the WP theme adding additional br and p tags. One way that you might be able to work around this is by wrapping the [ESPRESSO_EVENTS] shortcode with a raw shor tag.
It will look like this:
[raw][ESPRESSO_EVENTS][/raw]
If the theme is adding the raw shortcode tag, it’s likely the cause of the problem and the above hack will work around it.
Viewing 5 reply threads
The support post ‘After installation EE plugin, wp_admin not opening.’ 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.
If you would like help from the Event Espresso staff, then please purchase a support license right now so you can create a support topic in our premium support forums.