Results 1 to 8 of 8
  1. #1
    Join Date
    Dec 2011
    Posts
    36
    Plugin Contributions
    0

    Default change this line in admin Configure.php:

    how to do this:
    change this line in admin Configure.php:
    define('STORE_SESSIONS', '');
    to:
    define('STORE_SESSIONS', 'db');


    Were can i find this in php myadmin on justhost?

    thank you all

  2. #2
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,755
    Plugin Contributions
    9

    Default Re: change this line in admin Configure.php:

    Were can i find this in php myadmin on justhost?
    It is not through phpmyadmin - which accesses your database

    Use FTP and navigate to /your_secret_admin/includes/configure.php

    Transfer it to your PC and use a plain text/code editor and change it - save
    Delete the copy on the server and transfer your edited copy back to the same place
    Zen-Venom Get Bitten

  3. #3
    Join Date
    Dec 2011
    Posts
    36
    Plugin Contributions
    0

    Default Re: change this line in admin Configure.php:

    Hi Guys

    could you please tell me step after step how cant i fix this issue ?
    i have just host and zen cart 1.3.9
    Please let me know but step by step as i have no idea how to fix it and it is so frustrating i cant log in to admin.

    Thank you so so much all

  4. #4
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,755
    Plugin Contributions
    9

    Default Re: change this line in admin Configure.php:

    i have no idea how to fix it and it is so frustrating i cant log in to admin
    The fact that you can not log into your admin was not initially referenced

    Can you get to the login page?
    What happens when you enter you user & pass?
    Zen-Venom Get Bitten

  5. #5
    Join Date
    Dec 2011
    Posts
    36
    Plugin Contributions
    0

    Default Re: change this line in admin Configure.php:

    Hi

    I can get to log in page

    when i put Admin ,admin comes following message\:There was a security error when trying to login.

  6. #6
    Join Date
    Dec 2011
    Posts
    36
    Plugin Contributions
    0

    Default Re: change this line in admin Configure.php:

    I have change url to new one and then i could not log in to admin-was saying wrong password even i have entered correct one.After that i have set to default admin password .and now come this message:There was a security error when trying to login.
    Please help
    But please step by step
    my zen cart-1.3.9. and host- just host

    Thank you

  7. #7
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,755
    Plugin Contributions
    9

    Default Re: change this line in admin Configure.php:

    Use phpmyadmin and load your database

    If you are using a prefix for your database tables, you'll naturally need to add that prefix to the table name below.

    Use the sql tab and past the following into the sql window and run it
    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);
    Then your user will be
    Admin
    & the pass
    admin
    Zen-Venom Get Bitten

  8. #8
    Join Date
    Dec 2011
    Posts
    36
    Plugin Contributions
    0

    Default Re: change this line in admin Configure.php:

    Hi I did this steps before
    and now i get this error when i log in :
    There was a security error when trying to login.

 

 

Similar Threads

  1. v151 Please review this Admin configure.php, just can't get it right.
    By rhw80 in forum Installing on a Linux/Unix Server
    Replies: 3
    Last Post: 8 Jun 2013, 02:40 AM
  2. how change this line in admin Configure.php
    By tundria in forum General Questions
    Replies: 16
    Last Post: 1 Dec 2012, 01:47 PM
  3. dist-configure.php -What does this file do?
    By Donn in forum Installing on a Linux/Unix Server
    Replies: 3
    Last Post: 4 Nov 2010, 07:11 PM
  4. Can't rename dist-configure.php because there is already a configure.php
    By mamasylvia in forum Installing on a Linux/Unix Server
    Replies: 1
    Last Post: 17 Mar 2008, 06:57 AM
  5. can't change my configure.php
    By fantasy in forum Installing on a Linux/Unix Server
    Replies: 3
    Last Post: 14 Aug 2006, 08:37 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