rafikipress
Member
Posted 1 year ago #
After installation and on activation of this plugin in the Network Admin Dashboard WordPress fails with :
Server error
The website encountered an error while retrieving http://xxxxx.yy.zz/wp-admin/network/plugins.php?activate=true&plugin_status=all&paged=1&s=. It may be down for maintenance or configured incorrectly.
Deleting the plugin fixes the problem.
http://wordpress.org/extend/plugins/mygeopositioncom-geotags-geometatags/
alinchican
Member
Posted 1 year ago #
Try this, it worked for me for a similar problem:
1. rename settings.php from the plugin folder
After: settings_mygeopositioncom-geotags-geometatags.php
2. modify the include at line 106 of
mygeopositioncom-geotags-geometatags.php to point to the renamed file
Before: include('settings.php');
After: include('settings_mygeopositioncom-geotags-geometatags.php');
daniel.filzhut
Member
Plugin Author
Posted 1 year ago #
Thanks a lot for the hint! I just released version 1.3.2 of the plugin, which fixes that problem.
Cheers,
Daniel