Using your FTP check your files for "0" byte size/corrupt files
Using your FTP check your files for "0" byte size/corrupt files
Zen-Venom Get Bitten
Solved it!!!!!!!!!
If anyone else is having the same problem:
Open includes/functions/sessions.php (NOT in the admin folder)
Copy this code (found it here on the forum)
Search for "session_regenerate_id();". Paste the code right after that. First it did'nt work, but in the file there are 4 lines of code with "session_regenerate_id();"PHP Code:if(!version_compare(phpversion(),"4.3.3",">=")){
setcookie(
session_name(),
session_id(),
ini_get("session.cookie_lifetime"),
"/"
);
}
Paste the code after every session_regenerate_id();.
Close your browser, empty the cache and delete cookies. Then try again![]()
What version Zen Cart are you running and what version php that you had to touch the code?
Are you sure it wasn't just clearing your cache and cookies that fixed this?![]()
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!]
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!
I would like to know this too... My admin worked the first time I logged in and then it started saying my login info was wrong. I have tried to resend the password a few times, and it never works.
I have tried checking for 0 byte files, and i have looked at my config files. I would just like to know if this code way would actually help my situation.
Thanks!
I have had this problem for 6 months, posted here a fair few times, cant get into the site...
I am fed up with this! ahhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhh
I have version 1.3.7 on one site, and 1.3.8 on another, is it something to do with login into them both???
Understand your frustration but piggybacking/hijacking another thread is not the way to obtain assistance nor a solution.Originally Posted by phil99
Keep it to one thread and add to that instead of posting to every thread you find
Zen-Venom Get Bitten