Support

Home Forums Event Espresso Premium My Events page is breaking

My Events page is breaking

Posted: January 13, 2021 at 8:46 am

Viewing 1 reply thread


Shaun

January 13, 2021 at 8:46 am

Hi I am having the same issue as this guy https://eventespresso.com/topic/my-events-page-breaking/

I have done the steps described and loaded
// Enable WP_DEBUG mode
define( ‘WP_DEBUG’, true );
if ( WP_DEBUG ) {
@ini_set( ‘display_errors’, 0 );
define( ‘WP_DEBUG_LOG’, true );
define( ‘WP_DEBUG_DISPLAY’, false );
}

*** redacted ***

/**
* For developers: WordPress debugging mode.
*
* Change this to true to enable the display of notices during development.
* It is strongly recommended that plugin and theme developers use WP_DEBUG
* in their development environments.
*/
define( ‘WP_DEBUG’, false );

/* That’s all, stop editing! Happy blogging. */

/** Absolute path to the WordPress directory. */
if ( !defined(‘ABSPATH’) )
define(‘ABSPATH’, dirname(__FILE__) . ‘/’);

/** Sets up WordPress vars and included files. */
require_once(ABSPATH . ‘wp-settings.php’);
// Enable WP_DEBUG mode
define( ‘WP_DEBUG’, true );
if ( WP_DEBUG ) {
@ini_set( ‘display_errors’, 0 );
define( ‘WP_DEBUG_LOG’, true );
define( ‘WP_DEBUG_DISPLAY’, false );
}

Please assist as my login screen doesnt work anymore……

  • This topic was modified 3 years, 10 months ago by Josh. Reason: removed database credentials and other items that should never be posted into a public forum


Josh

  • Support Staff

January 13, 2021 at 9:19 am

Hi,

Your log in screen not working may be another issue. You may need to contact your web host about that.

With regards to making edits to wp-config.php, what you’ll actually need to do is replace this:
define( 'WP_DEBUG', false );
with this:

define( 'WP_DEBUG', true );
if ( WP_DEBUG ) {
@ini_set( 'display_errors', 0 );
define( 'WP_DEBUG_LOG', true );
define( 'WP_DEBUG_DISPLAY', false );
}

Then you check the log file located in the wp-content folder of your site’s files.

Viewing 1 reply thread

The support post ‘My Events page is breaking’ 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.

Event Espresso