swishdesign
Member
Posted 2 years ago #
Hi there - on a completely fresh installation of WP - and a fresh installation of UAM - when I go to:
UAM > Settings > Update settings I get the error:
Method Not Implemented
GET to /test/wp-admin/admin.php not supported.
(the WP site installed in a folder "test" on my website)
Any ideas?
http://wordpress.org/extend/plugins/user-access-manager/
cinemaminima
Member
Posted 2 years ago #
I am having the same problem!
ejrtristao
Member
Posted 1 year ago #
could resolve the problem by changing the file user-access-manager.php line 1126
<input type="radio" id="uam_download_type_fopen" name="uam_download_type" value="fopen" <?php if ($uamOptions['download_type'] == "fopen") { echo 'checked="checked"'; }?> />
I changed the echo
{echo'';}