Thread: Admin tools

Results 1 to 10 of 23

Hybrid View

  1. #1
    Join Date
    May 2009
    Posts
    15
    Plugin Contributions
    0

    Default Re: Admin tools

    Thanks for the reply,
    I know I droped the zc_admin for a fact.
    Is there anyway of renaming the admin (no zc_) file that is there or is it a totally different beast.

    Lasa

  2. #2
    Join Date
    Jul 2006
    Location
    Montreal, Canada
    Posts
    2,279
    Plugin Contributions
    0

    Default Re: Admin tools

    default zencart installer , will create two table for admin .. called admin and admin activity log tables . it sounds like , your designer has installed zen cart once without zc_ prefix for table names , and second time with zc_ prefix ..
    your site currently using tables with zc_ added to table name ..

    how many tables do you have in your database ? default install is 98 tables.

    although that can be renamed , but honestly , i do not know the side effect of such changes to rest of your site.

  3. #3
    Join Date
    May 2009
    Posts
    15
    Plugin Contributions
    0

    Default Re: Admin tools

    I was able to restore...
    so I have the zc_admin

    I ran the restore scripts in sql tab... and it should have reset...
    but i can not log in?

  4. #4
    Join Date
    Jul 2006
    Location
    Montreal, Canada
    Posts
    2,279
    Plugin Contributions
    0

    Default Re: Admin tools

    did you change the admin name in this sql statement to reflect your admin table ?


    DELETE FROM admin WHERE admin_name = 'Admin';
    INSERT INTO admin (admin_name, admin_email, admin_pass, admin_level)
    VALUES ('Admin', 'admin@localhost', '351683ea4e19efe34874b501fdbf9792:9b', 1);


    for you should be

    DELETE FROM zc_admin WHERE admin_name = 'Admin';
    INSERT INTO zc_admin (admin_name, admin_email, admin_pass, admin_level)
    VALUES ('Admin', 'admin@localhost', '351683ea4e19efe34874b501fdbf9792:9b', 1);

  5. #5
    Join Date
    May 2009
    Posts
    15
    Plugin Contributions
    0

    Default Re: Admin tools

    Its not letting me in...
    In the SQL tab I place the restore:

    DELETE FROM admin WHERE admin_name = 'Admin'; INSERT INTO admin (admin_name, admin_email, admin_pass, admin_level) VALUES ('Admin', 'admin@localhost', '351683ea4e19efe34874b501fdbf9792:9b', 1);

    The localhost would be my site domain name correct?
    ie: [email protected] right?

    Any Ideas?

    Lasa

  6. #6
    Join Date
    May 2009
    Posts
    15
    Plugin Contributions
    0

    Default Re: Admin tools

    Thanks for being here Tony..
    I know nothing of this...so you really need to take baby steps here.

    I've been simply going into mysql and clicking the sql tab..
    entering the info.
    should I be entering a specific item on the left side drop down?
    you indicated zc_admin?

    Should I run the code with zc_admin instead of only the admin.
    and local hosting is my site correct.

    Thanks,

    Lasa

  7. #7
    Join Date
    May 2009
    Posts
    15
    Plugin Contributions
    0

    Default Re: Admin tools

    All right!! I'm in thanks!!!... zc_admin rest did the trick
    I wanted to change some meta tags
    but when I click on Catagories and products I get :

    Parse error:syntaz error, unexpected $end, expecting']' in /home/content/x/x/x/xxxcompany/html/admin/catagories.php on line 833

    The X's are to hide the company name.

    Could this be related to having run the rest password on the admin instead of the zc_admin?
    Or is this another beast all together.

    Lasa

  8. #8
    Join Date
    May 2009
    Posts
    15
    Plugin Contributions
    0

    Default Re: Admin tools

    I seem to have spelled some stuff wrong..:

    Parse error: syntax error, unexpected $end, expecting ']' in /home/content/x/x/x/xxxxcompany/html/admin/categories.php on line 833

    "x" are just to ver the website name.

    Lasa

 

 

Similar Threads

  1. Replies: 6
    Last Post: 28 Dec 2012, 09:38 PM
  2. Replies: 5
    Last Post: 20 Sep 2010, 12:11 AM
  3. Replies: 4
    Last Post: 26 Aug 2010, 05:20 PM
  4. Admin/Tools/Admin settings gives a Blank Page
    By RobertG in forum Basic Configuration
    Replies: 3
    Last Post: 26 Feb 2010, 03:16 PM

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