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
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
It is not through phpmyadmin - which accesses your databaseWere can i find this in php myadmin on justhost?
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
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
The fact that you can not log into your admin was not initially referencedi have no idea how to fix it and it is so frustrating i cant log in to admin
Can you get to the login page?
What happens when you enter you user & pass?
Zen-Venom Get Bitten
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.
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
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
Then your user will beDELETE FROM admin WHERE admin_name = 'Admin';
INSERT INTO admin (admin_name, admin_email, admin_pass, admin_level)
VALUES ('Admin', 'admin@localhost', '351683ea4e19efe34874b501fdbf9792:9b', 1);
Admin
& the pass
admin
Zen-Venom Get Bitten
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.