Update 2.7.2 causing 500 errors / fatal error
-
The 2.7.2. plugin version (now reversed) causes a fatal error notice if user has very strict error reporting on server.
Ways to fix for affected users:
A) Delete the plugin version 2.7.2. & install the previous version 2.7.1. again (this is now the main live version again, so you can just install it directly from the plugin directory)
– or –
B) Change codes via FTP (or directly in your cPanel account of your hoster / serving company). Instructions:
1. Navigate to /wp-content/plugins/ultimate-social-media-plus
2. Open file: ultimate_social_media_icons.php
3. Go to line number 669
4. Replace code:if(!empty(get_option(“show_premium_cumulative_count_notification”)) && get_option(“show_premium_cumulative_count_notification”)==”yes”){
with this code:
if(!get_option(“show_premium_cumulative_count_notification”) && get_option(“show_premium_cumulative_count_notification”)==”yes”){
—
Big apologies for the bug.
The topic ‘Update 2.7.2 causing 500 errors / fatal error’ is closed to new replies.