1. Download Adsense Deluxe from this page: http://www.acmetech.com/blog/adsense-deluxe/
2. Install the plugin by uploading it to your WordPress installation.
3. Follow these instructions on my previous post: http://www.markstechstuff.com/2011/09/adsense-deluxe-plugin-for-wordpress-you.html
Programming solutions, source code, solutions to tech problems and other tech related stuff.
Showing posts with label plugins. Show all posts
Showing posts with label plugins. Show all posts
Sunday, September 18, 2011
AdSense-Deluxe Plugin for WordPress: You do not have sufficient permissions to access this page.
I tried installing the AdSense-Deluxe Plugin for Wordpress and I was getting the error:
"You do not have sufficient permissions to access this page."
What I did to solve this was:
1. Open the file "adsense-deluxe.php"
2. Search for the line: "add_action('admin_head', 'add_adsense_deluxe_menu');"
3. Place the following line before it:
add_action('admin_menu', 'add_adsense_deluxe_menu');
4. Find any place where the variable $action_url is used. Replace it with:
adsense-deluxe_wp_plugin_v0.8/adsense-deluxe.php
Then it should work properly. Woo...
"You do not have sufficient permissions to access this page."
What I did to solve this was:
1. Open the file "adsense-deluxe.php"
2. Search for the line: "add_action('admin_head', 'add_adsense_deluxe_menu');"
3. Place the following line before it:
add_action('admin_menu', 'add_adsense_deluxe_menu');
4. Find any place where the variable $action_url is used. Replace it with:
adsense-deluxe_wp_plugin_v0.8/adsense-deluxe.php
Then it should work properly. Woo...
Subscribe to:
Posts (Atom)