Home › Forums › Pro Support › HTTP ERROR 500 WHEN I ACTIVATE THE PLUGIN › Reply To: HTTP ERROR 500 WHEN I ACTIVATE THE PLUGIN
May 15, 2018 at 1:36 pm
#4554
Participant
I patched tgm-activation.php (solution found on Google) :
In my theme, replaced this line :
if ( ! function_exists( ‘ultimate-soccer’ ) )
by this one :
if ( ! function_exists( ‘tgmpa’ ) )
So the error about “Cannot redeclare tgmpa()” is gone and now I can successfully activate your plugin 🙂
However even activated I don’t see any “WP Posts Show Pro” entry in the dashboard menu 🙁