Page 20 of 124 FirstFirst ... 1018192021223070120 ... LastLast
Results 191 to 200 of 1238
  1. #191
    Join Date
    Jul 2006
    Posts
    40
    Plugin Contributions
    0

    Default Re: Admin Profiles Support Thread

    Quote Originally Posted by andy1234 View Post
    Hi

    I have just installed Admin Profiles and "forgotten password" by email link does not work. I am getting a message:

    "Sorry, your security clearance does not allow you to access this resource."

    I have checked the FAQs on WIKI regarding the fix, but it does not work (in fact I have the latest version - the same line #15 of the admin/includes/init_includes/overrides/init_admin_auth.php

    What is wrong here?
    actually, I tried this just now, I've got the same issues......

  2. #192
    Join Date
    Dec 2006
    Location
    Bucharest, Romania
    Posts
    50
    Plugin Contributions
    0

    Default Re: Admin Profiles Support Thread

    I get this error when trying to install Admin Profiles (I have ZenCart version 1.3.7)...

    1146 Table 'magazin.zen_admin_menu_headers' doesn't exist
    in:
    [select id from zen_admin_menu_headers where header = 'Configuration']
    If you were entering information, press the BACK button in your browser and re-check the information you had entered to be sure you left no blank fields.

    What should I do?

  3. #193
    Join Date
    Dec 2006
    Location
    Bucharest, Romania
    Posts
    50
    Plugin Contributions
    0

    Default Re: Admin Profiles Support Thread

    Mistery solved for me ...
    From install.txt I saw:
    " ... run the install_admin_profiles.sql file using your preferred tool for executing SQL (e.g. phpMyAdmin). ... " which I did, and it created in my database

    admin_allowed_pages
    admin_files
    admin_menu_headers
    admin_visible_headers

    So, I copied install_admin_profiles.sql (that is in the admin_profiles_v1_0_6 downloaded pack), and added to all 4 phrases above, zen_ before it, and I ran it in phpMyAdmin, and now it added

    zen_admin_allowed_pages
    zen_admin_files
    zen_admin_menu_headers
    zen_admin_visible_headers

    and as a consequence, I can see now my admin area again, as before, with the permissions for the admin, included :) Great! :)

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

    Default Re: Admin Profiles Support Thread

    Quote Originally Posted by webgodjj View Post
    Hi, I recently installed your Admin Profiles contribution, however, now I get this error on my login page, any idea what's goin on here? Zen Cart Version 1.3.7:

    GUAGES . $_SESSION['language'] . '/', FILENAME_OTHER_IMAGES_NAMES, 'false')); ?>
    Warning: Cannot modify header information - headers already sent by (output started at /homepages/25/d193516227/htdocs/shop2/admin/includes/languages/english.php:676) in /homepages/25/d193516227/htdocs/shop2/admin/includes/init_includes/init_templates.php on line 36

    Warning: Cannot modify header information - headers already sent by (output started at /homepages/25/d193516227/htdocs/shop2/admin/includes/languages/english.php:676) in /homepages/25/d193516227/htdocs/shop2/admin/includes/functions/general.php on line 34
    This is most likely a problem with the editor that you used to insert the extra lines into your english.php file. somehow it has introduced extra characters into the file that shouldn't be there. Did you edit this via CPanel by chance. If so this is known to be unreliable.

    I would recommend going to the end of the file, placing your cursor immediately after the ?> tag and then hitting delete a few times to clear out any garbage that has snuck in. Then resave the file and replace it in admin/includes/languages and try again.
    Kuroi Web Design and Development | Twitter

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

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

    Default Re: Admin Profiles Support Thread

    Quote Originally Posted by andy1234 View Post
    Hi

    I have just installed Admin Profiles and "forgotten password" by email link does not work. I am getting a message:

    "Sorry, your security clearance does not allow you to access this resource."

    I have checked the FAQs on WIKI regarding the fix, but it does not work (in fact I have the latest version - the same line #15 of the admin/includes/init_includes/overrides/init_admin_auth.php

    What is wrong here?
    Hmmm. The version with the fix has not yet been released, so I'm afraid that your version must still have the bug. Here's the file that will be included with the next version ->>>>init_admin_auth.zip. The file can simply be used to overwrite the one you already have.
    Kuroi Web Design and Development | Twitter

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

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

    Default Re: Admin Profiles Support Thread

    Quote Originally Posted by Florin View Post
    I can see now my admin area again, as before, with the permissions for the admin, included :) Great! :)
    Glad you got it sorted.
    Kuroi Web Design and Development | Twitter

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

  7. #197
    Join Date
    Jun 2005
    Posts
    309
    Plugin Contributions
    0

    Default Re: Admin Profiles Support Thread

    I'm rebuilding my site with zencart 1.3.7 and useing admin profiles 1.0.6. All has been working well untill I added in SEO URL's 3.0.0 beta 1 . It will not show up in admin, and in the admin profiles screen it has a check box. But if I check the box and hit save changes it reverts to unchecked. I tried manualy adding 106, 1 to the admin allowed pages table, and that fixed the problem, and allows me to use SEO urls. However if I go back to admin profiles and make any change, I loose access again. I think this is related to the fact that there is no admin boxes file for this mod. Any suggestions? I will cross post this in the SEO URL's topic since it is a direct confilict between the mods. Thanks for any help!
    2 + 2 = 5 for extremely large values of 2

    Pez Collectors Store

  8. #198
    Join Date
    Jun 2006
    Posts
    35
    Plugin Contributions
    0

    Default Re: Admin Profiles Support Thread

    I just installed this on a clean zen 1.36 no crazy mods, Im not that adventurous...

    anyway, all directions followed as in the install file.

    am not getting THIS error when I try to log in to admin, and I have no navi...

    1054 Unknown column 'admin_id' in 'field list'
    in:
    [select admin_id from zen_admin_visible_headers where header_id = '1']
    If you were entering information, press the BACK button in your browser and re-check the information you had entered to be sure you left no blank fields.

    I have double checked my admin id is 1....
    please help.

    Im trying to recover from a hacker, and had to totally reinstall my entire site. I thought this would make it easier, if I could have help. and now Im stuck.

  9. #199
    Join Date
    Jun 2006
    Posts
    35
    Plugin Contributions
    0

    Default Re: Admin Profiles Support Thread

    fixed myself. somehow the sql didnt install correctly, I just reran the sql script and all is peaches!

  10. #200
    Join Date
    Feb 2006
    Posts
    277
    Plugin Contributions
    0

    Default Re: Admin Profiles Support Thread

    This is awesome thank you so much for this contribution. I just have a question. I run a digital scrapbusiness and I'd like my designers to be able to upload their own products and write their own description and for example cubecart - has options to make certain things delete protected and they can only write but not edit anything. I was wondering if there is a mod for that as well ???
    Thank you so much.
    Take scrapbooking to a whole new level - GO DIGITAL - http://www.hookedondigiscrap.com

 

 

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