Page 1 of 2 12 LastLast
Results 1 to 10 of 18
  1. #1
    Join Date
    Sep 2008
    Posts
    6
    Plugin Contributions
    0

    red flag Admin log in (and storefront) in constant loop

    Have trawlled the forums for an answer but no joy

    my admin log in page wont let me log in
    i type my correct user name and password and it just represents the log in page, with no error message..... i have tried deleting and re-installing the whole zencart thing but no joy. I have cleared my cache and cookies and restarted but all the thing does is present the log in page again. im on a linux hosting.

    if i type the wrong user name it pops the right error, if i type the wrong password it pops the right error. If i ask for the password to be re-set it does it but i still can log in.

    any ideas anyone? its driving me nuts!

    thanks

    andy

  2. #2
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    69,402
    Plugin Contributions
    6

    Default Re: Admin log in page in constant loop

    Could you post, from the server, without your username and password, the file:
    /admin/includes/configure.php

    Are you able to login to the Catalog?

    If so, could you post, from the server, without the username and password, the file:
    /includes/configure.php
    Linda McGrath
    If you have to think ... you haven't been zenned ...

    Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!

    Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today: v1.5.5]
    Officially PayPal-Certified! Just click here

    Try our Zen Cart Recommended Services - Hosting, Payment and more ...
    Signup for our Announcements Forums to stay up to date on important changes and updates!

  3. #3
    Join Date
    Sep 2008
    Posts
    6
    Plugin Contributions
    0

    Default Re: Admin log in page in constant loop

    Hi

    Thanks for your reply. I am not sure what you mean by can i log into the catalog, do you mean as a shopper? Sorry to sound thick!

    here is a copy of the two files you mention anyway (in one file)

    many thanks again for any help.

    Andy
    Attached Files Attached Files

  4. #4
    Join Date
    Sep 2008
    Posts
    6
    Plugin Contributions
    0

    Default Re: Admin log in page in constant loop

    Hi - a quick update..

    No i cannot log in as a customer. It let me create the customer but i cant then log in as that customer later.

    thanks

    andy

  5. #5
    Join Date
    Jan 2004
    Posts
    66,391
    Blog Entries
    7
    Plugin Contributions
    81

    Default Re: Admin log in page in constant loop

    It means you have a problem with PHP sessions not working.
    What version of PHP?
    What version of Zen Cart?
    Who's your host?
    When did it last work properly?
    Is your /cache folder writable?
    Posted via Mobile Device

  6. #6
    Join Date
    Sep 2008
    Posts
    6
    Plugin Contributions
    0

    Default Re: Admin log in page in constant loop

    Hiya info below

    my hosts are looking at it but have now ***** up my live actinic installation and left it over nite... sooooper!!! they may not be my hosts much longer!

    [QUOTE=DrByte;605549]It means you have a problem with PHP sessions not working.
    What version of PHP? 4.3.2
    What version of Zen Cart? 1.3.8
    Who's your host? netsecrets.co.uk
    When did it last work properly? on this installtion, never
    Is your /cache folder writable? yes

    is there anything i can say to these people to get them looking in the right place as they seem beyond hopeless!

    thanks
    andy

  7. #7
    Join Date
    Jan 2004
    Posts
    66,391
    Blog Entries
    7
    Plugin Contributions
    81

    Default Re: Admin log in page in constant loop

    Is this a new install of Zen Cart or an upgrade? From which version?

    When you did your install of Zen Cart, did you use the Zen Cart installer? Or some other method?
    If you used the Zen Cart installer (zc_install folder), it would have done some System Inspection work and showed you the status of several factors, including PHP sessions issues. Were there any red warning symbols on any of the entries?

    Given that PHP 4 is essentially obsolete and in a couple months will no longer be supported by the people who wrote it, maybe it's worth asking your host to put you on a server running PHP 5?

    Have you installed any mods? Which ones?

    Have you created/added a .htaccess file to your Zen Cart folder? If so, what and why? What happens if you rename it to htaccess_OFF temporarily?
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

  8. #8
    Join Date
    Sep 2008
    Posts
    22
    Plugin Contributions
    0

    Default Re: Admin log in (and storefront) in constant loop

    I am having the same problem. In my case, it was working yesterday (on a different install), but I didn't install the demo data on my first install, so I deleted my database (nothing in it anyway) and reinstalled. After my re-install, I clicked to go to Admin and encountered this problem. (At first, I thought I had the wrong username or password, but when I changed these, I got the correct error message.) So on this installation, this problem popped up on my first attempt to log in as admin.

    I'm wondering if it's because I clicked on secure connection for admin in setup. (I don't think I did when I installed the first time a couple days ago.)

    PHP version: 5.2.6
    ZenCart version: 1.3.8
    host: pair.com
    Is your /cache folder writable? yes

  9. #9
    Join Date
    Sep 2008
    Posts
    22
    Plugin Contributions
    0

    Default Re: Admin log in (and storefront) in constant loop

    including the two config files and answering questions I didn't see before:

    I used zc_install; no concerns noted with php sessions.

    I've installed no mods.

    I've installed no .htaccess file and there is none in the store's root directory. I notice there are a few of these around: in the includes directory, cache directory, download directory, etc., but I didn't (intentionally) put them there. Do you want me to rename these?
    Attached Files Attached Files

  10. #10
    Join Date
    Jan 2004
    Posts
    66,391
    Blog Entries
    7
    Plugin Contributions
    81

    Default Re: Admin log in (and storefront) in constant loop

    If you choose not to use SSL, does the problem continue?

    Quote Originally Posted by chopbox View Post
    I've installed no .htaccess file and there is none in the store's root directory. I notice there are a few of these around: in the includes directory, cache directory, download directory, etc., but I didn't (intentionally) put them there. Do you want me to rename these?
    No
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

 

 
Page 1 of 2 12 LastLast

Similar Threads

  1. v154 crashed database, missing products on storefront and admin
    By buildingblocks in forum General Questions
    Replies: 6
    Last Post: 10 May 2016, 11:55 AM
  2. v154 Admin and ssl constant logging in
    By Annie_zaz in forum General Questions
    Replies: 3
    Last Post: 22 Jan 2016, 01:16 PM
  3. Clicking an order leaves admin and goes to Storefront
    By Tapper in forum Managing Customers and Orders
    Replies: 1
    Last Post: 9 Jan 2008, 04:04 PM
  4. have managed to botch the page title in both admin and storefront
    By schwimwastaken in forum General Questions
    Replies: 1
    Last Post: 4 Jul 2007, 04:08 AM

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