Page 84 of 124 FirstFirst ... 3474828384858694 ... LastLast
Results 831 to 840 of 1238
  1. #831
    Join Date
    Jun 2009
    Location
    Plymouth UK
    Posts
    43
    Plugin Contributions
    0

    Default Re: Admin Profiles Support Thread

    Quote Originally Posted by kuroi View Post
    Did you enable it for the second account? Admin Profiles follows the most fundamental of security protocols, i.e. it won't let a new user access anything until it has been told that it's OK to do so.
    Yes, I did - Attributes Controller appeared in the Catalog menu of my new acount, but clicking on that option did not take me to the page but to the message: "Sorry, your security clearance does not allow you to access this rescource &c."

    However, when I went back & added the related menu entries (option name manager & option value sorter) this no longer happened.

    All fixed!

    I suspect that there are some menu entires that are so closely related to each other, functionally, that any one will not work unless the others are present.

    Attributes Controller, Option Name Manager & Option Value Sorter seem to be one such group - if I want the first to work, I have to have the other two.
    My Zen Cart Site: www.shoppz.biz/lefays
    ZC 1.3.8a, Silverfish, Image Handler2, et al
    "You're only young once - but you can be immature for ever"

  2. #832
    Join Date
    Jun 2009
    Location
    Plymouth UK
    Posts
    43
    Plugin Contributions
    0

    Default Re: Admin Profiles Support Thread

    Quote Originally Posted by demiurgia View Post
    yay fixed that problem too it was purely a stupid issue with the name of a file so the admin mod wasn't picking it up. All is good and thank you all who work so hard on these contributions.
    I would be really interested in your solution - I have the same problem, having installed image handler 2 after installing Admin profiles...
    My Zen Cart Site: www.shoppz.biz/lefays
    ZC 1.3.8a, Silverfish, Image Handler2, et al
    "You're only young once - but you can be immature for ever"

  3. #833
    Join Date
    Apr 2006
    Location
    London, UK
    Posts
    10,569
    Plugin Contributions
    25

    Default Re: Admin Profiles Support Thread

    Quote Originally Posted by mike_9000 View Post
    Attributes Controller appeared in the Catalog menu of my new acount, but clicking on that option did not take me to the page but to the message: "Sorry, your security clearance does not allow you to access this rescource &c."

    However, when I went back & added the related menu entries (option name manager & option value sorter) this no longer happened.

    All fixed!

    I suspect that there are some menu entires that are so closely related to each other, functionally, that any one will not work unless the others are present.

    Attributes Controller, Option Name Manager & Option Value Sorter seem to be one such group - if I want the first to work, I have to have the other two.
    Yes, those three are tightly integrated. Another similar group is the category and product page, and don't get even get me started on Super Orders ....
    Kuroi Web Design and Development | Twitter

    (Questions answered in the forum only - so that any forum member can benefit - not by personal message)

  4. #834
    Join Date
    Dec 2008
    Location
    Australia
    Posts
    55
    Plugin Contributions
    0

    Default Re: Admin Profiles Support Thread

    Quote Originally Posted by kuroi View Post
    where is that located ? In my Sql database? or somewhere in my shop site?
    Those are tables in your SQL database.[/QUOTE]

    thanks for reply, ok ive reinstalled everything and have it all going but cant save anything at all in admin ive scim read the forum and im gettin little head spins, ive tried alot of things stated in forum i am number 1 admin out of 2 its just locked me out of saving database if someone could help me here would be
    I am looking but seem to be missing something...

  5. #835
    Join Date
    Apr 2006
    Location
    London, UK
    Posts
    10,569
    Plugin Contributions
    25

    Default Re: Admin Profiles Support Thread

    Quote Originally Posted by mike_9000 View Post
    I would be really interested in your solution - I have the same problem, having installed image handler 2 after installing Admin profiles...
    I'd be quite interested too.
    Kuroi Web Design and Development | Twitter

    (Questions answered in the forum only - so that any forum member can benefit - not by personal message)

  6. #836
    Join Date
    Apr 2006
    Location
    London, UK
    Posts
    10,569
    Plugin Contributions
    25

    Default Re: Admin Profiles Support Thread

    Quote Originally Posted by Vortex12 View Post
    Those are tables in your SQL database.
    thanks for reply, ok ive reinstalled everything and have it all going but cant save anything at all in admin ive scim read the forum and im gettin little head spins, ive tried alot of things stated in forum i am number 1 admin out of 2 its just locked me out of saving database if someone could help me here would be
    I am looking but seem to be missing something... [/QUOTE]You're going to need to slow down and take a deep breath, maybe a nice cup of tea and then start again, with more specifics

    What version of Zen Cart? What Version of Admin Profiles? Do you have the security patches installed? What, precisely can't you save and on what page?
    Kuroi Web Design and Development | Twitter

    (Questions answered in the forum only - so that any forum member can benefit - not by personal message)

  7. #837
    Join Date
    Jun 2009
    Location
    Plymouth UK
    Posts
    43
    Plugin Contributions
    0

    Default Re: Admin Profiles Support Thread

    I reverted to a clean installation, installed Image Handler 2 & checked that it was working. It was.

    Then I installed Admin Profiles. Before I created another user, I tried to open Image Handler 2 in Admin but got:

    "Sorry, your security clearance does not allow you to access this resource.Please contact your site administrator if you believe this to be incorrect. Sorry for any inconvenience".

    I really need both of these extensions to play nicely together - any suggestions please.


    (BTW, I'm doing all this offline in a development envionment called WAMP Server. It's easy to take a backup of each stage, & quicly resore to the previous one when anything does'nt work. This makes it a lot easier to try things out)
    My Zen Cart Site: www.shoppz.biz/lefays
    ZC 1.3.8a, Silverfish, Image Handler2, et al
    "You're only young once - but you can be immature for ever"

  8. #838
    Join Date
    Apr 2006
    Location
    London, UK
    Posts
    10,569
    Plugin Contributions
    25

    Default Re: Admin Profiles Support Thread

    Quote Originally Posted by mike_9000 View Post
    I really need both of these extensions to play nicely together - any suggestions please
    Yes. Follow the installation instructions, particularly the step concerning box files, which actually uses Image Handler as an example.
    Kuroi Web Design and Development | Twitter

    (Questions answered in the forum only - so that any forum member can benefit - not by personal message)

  9. #839
    Join Date
    Jun 2009
    Location
    Plymouth UK
    Posts
    43
    Plugin Contributions
    0

    Default Re: Admin Profiles Support Thread

    I have installed image handler 2, then Admin Profiles, then replaced the contents of the file admin/includes/boxes/extra_boxes/image_handler_tools_dhtml.php with the following code:

    <?php
    if (!defined('IS_ADMIN_FLAG')) {
    die('Illegal Access');
    }

    $options = array( array('box' => BOX_TOOLS_IMAGE_HANDLER, 'page' => FILENAME_IMAGE_HANDLER)
    );

    foreach ($options as $key => $value)
    if (page_allowed($value['page'])=='true')
    $za_contents[] = array('text' => $value['box'], 'link' => zen_href_link($value['page'], '', 'NONSSL'));
    ?>

    The image handler menu item is still missing from the top-level admin tools menu, & I when I try to use Image Handler 2 through the icon associated with entering a new product I still get:

    "Sorry, your security clearance does not allow you to access this resource.Please contact your site administrator if you believe this to be incorrect. Sorry for any inconvenience".
    My Zen Cart Site: www.shoppz.biz/lefays
    ZC 1.3.8a, Silverfish, Image Handler2, et al
    "You're only young once - but you can be immature for ever"

  10. #840
    Join Date
    Apr 2006
    Location
    London, UK
    Posts
    10,569
    Plugin Contributions
    25

    Default Re: Admin Profiles Support Thread

    Did you enable Image Handler in Admin Profiles?
    Kuroi Web Design and Development | Twitter

    (Questions answered in the forum only - so that any forum member can benefit - not by personal message)

 

 
Page 84 of 124 FirstFirst ... 3474828384858694 ... LastLast

Similar Threads

  1. v150 Admin New Order [Support Thread]
    By lhungil in forum Addon Admin Tools
    Replies: 121
    Last Post: 5 Feb 2021, 07:51 PM
  2. v150 CSS Buttons for Admin [Support Thread]
    By lat9 in forum All Other Contributions/Addons
    Replies: 19
    Last Post: 24 Dec 2015, 09:13 PM
  3. Admin-Editable Sidebox - Support Thread
    By kuroi in forum Addon Sideboxes
    Replies: 331
    Last Post: 29 Oct 2014, 04:15 AM
  4. v151 Blue Admin [Support Thread]
    By vvomble in forum Addon Templates
    Replies: 11
    Last Post: 27 May 2013, 09:43 PM
  5. [Support Thread] IE only JavaScripts and Stylesheets Addon
    By Meshach in forum All Other Contributions/Addons
    Replies: 16
    Last Post: 31 May 2011, 08:18 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR