digitalFAQ.com Forum

digitalFAQ.com Forum (https://www.digitalfaq.com/forum/)
-   Website and Server Troubleshooting (https://www.digitalfaq.com/forum/web-tech/)
-   -   Admin Favicon plugin updated for WordPress 3.4.2+ [DOWNLOAD] (https://www.digitalfaq.com/forum/web-tech/4598-admin-favicon-plugin.html)

kpmedia 09-25-2012 04:08 AM

Admin Favicon plugin updated for WordPress 3.4.2+ [DOWNLOAD]
 
1 Attachment(s)
Admin Favicon Update:

A lot of popular WordPress plugins have not been properly updated for several years now, and contain deprecated code. While the plugin may seem "fine" when its activated in wp-admin, deprecated code often means that it's not functioning properly. This tends to only be noticed when you enable debug mode in the wp-config.php file.

Admin Favicon gives the following error when activated:
Code:

Notice: has_cap was called with an argument that is deprecated since version 2.0! Usage of user levels by plugins and themes is deprecated. Use roles and capabilities instead. in X:\...\wp-includes\functions.php on line 2722
This refers to permissions based on user levels (old, wrong) vs permissions based on capabilities (new, correct).

Where to Download ?

You can either download our ready-to-use files...

How / Where to Download the Files?
You'll find the attached file downloads at the bottom of this top post. Files are provided for the convenience of our members. To get download access, simply join the forum as either a Free Member or Premium Member. We don't send spam or sell your email addresses. If you're not sure what to do with .zip or .rar files, see this help post.


What Was Changed ?

... or you can make the edits yourself.

Line 36 of adminfavicon.php refers to user level 1:
Code:

add_options_page(__('Admin Favicon'), __('Admin Favicon'), 1, __FILE__, 'favi_options_page');
It needs to be changed to reflect an admin capability like activate_plugins():
Code:

add_options_page(__('Admin Favicon'), __('Admin Favicon'), 'activate_plugins', __FILE__, 'favi_options_page');
And that's it. :)

________


Need a good web host? — Read our 2018 Review of the Best Web Hosts
Quite often, problems with web sites are caused by having a rotten web host. Worse yet, many hosts try to blame you (the customer) for the problems! So dump that lousy company. Say goodbye to slow sites, unresponsive support techs, and downtime. Find yourself a new host today. Whether you need shared, reseller, VPS, semi-dedicated, cloud, or dedicated hosting, something on our list should be a good upgrade for you.



All times are GMT -5. The time now is 07:09 AM

Site design, images and content © 2002-2024 The Digital FAQ, www.digitalFAQ.com
Forum Software by vBulletin · Copyright © 2024 Jelsoft Enterprises Ltd.