Thread: Admin tools

Page 2 of 3 FirstFirst 123 LastLast
Results 11 to 20 of 23
  1. #11
    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);

  2. #12
    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

  3. #13
    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

  4. #14
    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

  5. #15
    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

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

    Default Re: Admin tools

    what version of zencart are you using ?

    you may want to either compare categories.php with fresh zencart file .. or simply upload a good copy to admin location .

    this error suggest a damaged , corrupted file .

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

    Default Re: Admin tools

    Zen Cart 1.3.0.2
    Database Patch Level: 1.3.0.2
    v1.3.0.2 [2006-07-12 08:49:01] (Fresh Installation)
    PHP Version 5.2.5

    How would I proceed with either of your recommendations?
    You all have been my saviors for sure!

    Lasa

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

    Default Re: Admin tools

    this are my suggestion . others my provide different info .
    if you have fresh copy of zc 1.3.0.2 on your local computer , using FTP upload a fresh categories.php from admin folder to admin folder on your server , overriding the original one.

    if you don't have the copy , simply visit zencart home page , click on download button , and download the correct file set and use the categories.php from downloaded version 1.3.0.2

  9. #19
    Join Date
    May 2009
    Posts
    15
    Plugin Contributions
    0

    Default Re: Admin tools

    Thanks a ton..I'll give it a try.
    I can't thank you enough!
    Lasa

  10. #20
    Join Date
    Oct 2006
    Location
    Alberta, Canada
    Posts
    4,571
    Plugin Contributions
    1

    Default Re: Admin tools

    Quote Originally Posted by Lasa View Post
    Zen Cart 1.3.0.2
    Database Patch Level: 1.3.0.2
    v1.3.0.2 [2006-07-12 08:49:01] (Fresh Installation)
    PHP Version 5.2.5

    How would I proceed with either of your recommendations?
    You all have been my saviors for sure!

    Lasa
    Version 1.3.0.2 of Zen Cart will not work with PHP 5.2.5.

    You will need to upgrade to Zen Cart 1.3.8a.
    Might also require recoding of your Template if using something other the Classic Theme, but you'll find that out after upgrading.

 

 
Page 2 of 3 FirstFirst 123 LastLast

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