Also, store database sessions? Yes or no?
And the cache method. What do I do there?
Also, store database sessions? Yes or no?
And the cache method. What do I do there?
prefix is up to you,
this is there on the chance that you may want to use the same DB for more than one program
as for sessions,
what we do is
1 create a folder above the root called cache
2 set permissions on it to 755
3 modify the path in the installation ( example for c-panel server would be /home/username/cache the public_html was removed )
Zen cart PCI compliant Hosting
So this
would become this?/home/jbecher/swatoffroad.com/cart/cache
or this?/home/jbecher/swatoffroad.com/cache
/home/jbecher/cache
Success, problem has been solved, and I am able to log in now.
Thank you for all the help guys (and girls?)!!!