Flexiscreens
Member
Posted 1 year ago #
I got this error message after sucsessfully updating WP. I clicked on the Back to Dashboard link and this error cam up. Now I can't access WP at all. Any help would be appreciated.
Cheers,
John.
Fatal error: Cannot redeclare user_can() (previously declared in /home/flexiscr/public_html/wp-includes/capabilities.php:1099) in /home/flexiscr/public_html/wp-content/plugins/admin-ssl-secure-admin/admin-ssl.php on line 113
disable the admin-ssl-secure-admin plugin. you might have to use FTP and rename the folder.
admin-ssl-secure-admin plugin picked user_can() ... a generic name now used in 3.1
So this plugin will have to be updated by its author to work in 3.1
Upgrading to WP 3.1 definitely causes a fatal error in combination with this plugin.
I like the plugin a lot, so I hope the author fixes it soon.
Update it (and any other plugins) as soon as new version is available that is compatible with 3.1
The plugin website hasn't been updated since 2009:
http://www.kerrins.co.uk/blog/admin-ssl/
Is there another plugin that is newer and does the same thing? Makes the back end of WordPress SSL encrypted?
That works for me. Thank you!
Please mark thread as resolved so that
- others with similar problem can see it as resolved and will read this thread for help if they have similar problem
- people providing help see it as resolved and will not waste time reading this post.
123milliseconds - Actually we like to wait for the ORIGINAL poster to confirm it's okay before we mark 'em resolved :) So we're waiting on Flexiscreens.
saurabh1mukhekar
Member
Posted 1 year ago #
if u got ERROR in wp3.1 for admin ssl plugin Execute following query in wp DataBase one by one ,it disable all Plugings .Then you will able to see ur page and after that delete Admin SSL plgin and activate others,Enjoy,Reply must
update wp_options set option_value='' where option_name='active_plugins';
delete from wp_options where option_name = 'active_plugins';
select * from wp_options where option_name='active_plugins';
works like charm for me!!!!
I made the fixed version for WP 3.1.
http://blog.dacelo.info/en/wordpress/entry-940.html
This will work for you.
lassanamagassa
Member
Posted 1 year ago #
Installed 3.1 fix. I installed verison 1.4.1 ... i think. But it Still doesn't work. See video http://www.screencast.com/t/ClmyVIk9PE5
Any idea why?