Error 500 only when I'm not logged

Posted in: Newspaper
Post count: 33

Hi,
I have a persistent Error 500 but only when I’m logged out of wordpress (?)
I change .htacess to increase the memory to 256
All my plugins are updated
If I deactivate all plugins, the website works well
As soon as I activate plugins, the website works only when I’m logged (so not very useful).
https://la-rem.com
Thanks for your help
jack

Post count: 33

ok I fixed it

the best way to solve this kind of problem is to turn on debug mode in wp config

// Enable WP_DEBUG mode
define( ‘WP_DEBUG’, true );

// Enable Debug logging to the /wp-content/debug.log file
define( ‘WP_DEBUG_LOG’, true );

and then identify the f*** messy plugin

Ciao

Viewing 2 posts - 1 through 2 (of 2 total)
The forum ‘Newspaper’ is closed to new topics and replies.