Wordpress first Plugin developement error :You do not have sufficient permissions to access this page. |
[eluser]monika123[/eluser]
Plugin folder:oscommerce_importer Plugin folder files:oscommerce_import_admin.php : oscommerce_importer.php Code inside the file oscommerce_importer.php is given below Quote:You do not have sufficient permissions to access this page.This shows when i click on ------ Worpress dashboard->setting->OSCommerce Product Display Please tell whats wrong with this code reference is taken from:http://net.tutsplus.com/tutorials/wordpr...m-scratch/ <?php /* Plugin Name: OSCommerce Product Display Plugin URI: http://www.orangecreative.net Description: Plugin for displaying products from an OSCommerce shopping cart database Author: C. Lupu Version: 1.0 Author URI: http://www.orangecreative.net */ ?> <?php function oscimp_admin() { include('oscommerce_import_admin.php'); } function oscimp_admin_actions() { add_options_page("OSCommerce Product Display", "OSCommerce Product Display", 1, "OSCommerce Product Display", "oscimp_admin"); } add_action('admin_menu', 'oscimp_admin_actions'); ?>
[eluser]term25[/eluser]
WTF is going on on this forum??? Is somebody testing a spambot or what?
[eluser]monika123[/eluser]
[quote author="term25" date="1343300536"]WTF is going on on this forum??? Is somebody testing a spambot or what?[/quote] What does it mean what you said ?????????????
[eluser]term25[/eluser]
[quote author="monika123" date="1343302638"][quote author="term25" date="1343300536"]WTF is going on on this forum??? Is somebody testing a spambot or what?[/quote] What does it mean what you said ?????????????[/quote] This is CodeIgniter forum, try to solve your problem on WordPress forum. Btw.: http://www.wtf.org
[eluser]monika123[/eluser]
[quote author="term25" date="1343310431" This is CodeIgniter forum, try to solve your problem on WordPress forum. Btw.: http://www.wtf.org[/quote] Thanks but i never got the answers on wordpress fourms even a single answer and this also uses the php code thats why i did this ![]() |
Welcome Guest, Not a member yet? Register Sign In |