Results 1 to 3 of 3
  1. #1
    Join Date
    Sep 2009
    Posts
    3
    Plugin Contributions
    0

    Default Not able to login to admin panel

    Hi,

    I am new to zen cart and this is my first day exploring zen cart. I tried to find forums and tutorials but dint get. so i am posting here

    I am unable to login to admin panel

    there is some errors saying

    [SCR]Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at D:\xampp\htdocs\store\admin\includes\classes\logger.php:127) in D:\xampp\htdocs\store\includes\functions\sessions.php on line 108

    Warning: Cannot modify header information - headers already sent by (output started at D:\xampp\htdocs\store\admin\includes\classes\logger.php:127) in D:\xampp\htdocs\store\admin\includes\init_includes\init_templates.php on line 71

    Warning: Cannot modify header information - headers already sent by (output started at D:\xampp\htdocs\store\admin\includes\classes\logger.php:127) in D:\xampp\htdocs\store\admin\includes\functions\general.php on line 41[/SCR]

    Can anyone please guide me what is wrong and how can i login.

    Thanks

  2. #2
    Join Date
    Jun 2009
    Location
    Des Moines, Iowa USA
    Posts
    439
    Plugin Contributions
    0

    Default

    I too have had the same problem - I have read tutorials - read posting - posted myself and have struggled with this for about a week with no insight.
    I am on localhost.
    One day everything was great then the next admin would not take my password that was saved on both EI andFox. I can only access xampp. so I tried the security area and now have an error of:

    0 DB_ERROR_NOT_CONNECTED
    in:
    [select * from project_version WHERE project_version_key = 'Zen-Cart Database' ]
    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.

    when checking into admin - when trying to go to my cart it says there is a connection probelm to verify site status.
    I have posted on general Q? - With no sucess.

    I have not changed anything in thegeneral programs just the text and templates and admin area. Can some one please help.

  3. #3
    Join Date
    Jun 2009
    Location
    Des Moines, Iowa USA
    Posts
    439
    Plugin Contributions
    0

    Default Re: Not able to login to admin panel

    OK I am attempting to reset my panel - I have opened xamp control panel - However I can not get passed the phpMy Admin password to log in to continue the process.

    can I run and remove via the files and if so which one?


    Quote:
    Originally Posted by Ajeh
    You could rebuild the Admin table with the default settings via phpMyAdmin ...

    First run this to remove and reset the structure:

    Code:
    DROP TABLE IF EXISTS admin;
    CREATE TABLE admin (

    admin_id int(11) NOT NULL auto_increment,

    admin_name varchar(32) NOT NULL default '',

    admin_email varchar(96) NOT NULL default '',

    admin_pass varchar(40) NOT NULL default '',

    admin_level tinyint(1) NOT NULL default '1',

    PRIMARY KEY (admin_id),

    KEY idx_admin_name_zen (admin_name)

    ) TYPE=MyISAM;Next run this to set the login to Admin admin:

    Code:
    INSERT INTO admin VALUES (1, 'Admin', 'admin@localhost', '351683ea4e19efe34874b501fdbf9792:9b', 1);
    WARNING: be sure to reset the Admin login as soon as you have access for the Admin password and email address ...

 

 

Similar Threads

  1. how to login to the admin panel?
    By eppeeble in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 5 May 2009, 02:25 AM
  2. can't login to the admin panel
    By Oseymour in forum Basic Configuration
    Replies: 2
    Last Post: 7 Nov 2007, 03:55 AM
  3. Can't login to admin panel from outside
    By nadeem in forum Installing on a Linux/Unix Server
    Replies: 1
    Last Post: 19 Jun 2007, 10:35 PM
  4. Cant login in to admin panel, Looping
    By Mobilemick in forum Basic Configuration
    Replies: 0
    Last Post: 20 May 2007, 08:57 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
  •