Re: All Business template Support Thread
I came across an error quite by accident while trying to sign in as customer and getting a fatal error ..just a red banner across the top saying
There was a security error when trying to login.
it wouldn't accept any password even retrieving password failed
So not sure if anyone else has this problem or not might be worth checking your site
but here is the fix
https://www.zen-cart.com/tutorials/i...hp?article=312
.rondajane yours is doing it too ..best sort asap
Re: All Business template Support Thread
Quote:
I came across an error quite by accident while trying to sign in as customer and getting a fatal error ..just a red banner across the top saying
There was a security error when trying to login.
it wouldn't accept any password even retrieving password failed
So not sure if anyone else has this problem or not might be worth checking your site
but here is the fix
https://www.zen-cart.com/tutorials/i...hp?article=312
.rondajane yours is doing it too ..best sort asap
This is not an error with the template :smile: but with the zen cart core files.
Re: All Business template Support Thread
yeah I know ..was just trying to help some people who had it
If you look at rondajane site and enter any email and password you get the same message I was getting instead of the usual wrong pass etc etc
Re: All Business template Support Thread
OMG - so glad you mentioned it. I had no idea. Thanks for the heads up and for posting the fix. Saves me tons of time looking.
Love this forum!
Ronda
www.Rondajane.com
Re: All Business template Support Thread
I did not find the files mentioned in the fix in the All Business template. Here are the files:
- /includes/templates/YOUR_TEMPLATE/templates/tpl_login_default.php
- /includes/templates/YOUR_TEMPLATE/templates/tpl_timeout_default.php
Do I need to make a copy of them from the default template and put them in all business?
Thanks for your help.
Ronda
www.RondaJane.com
Re: All Business template Support Thread
Quote:
I did not find the files mentioned in the fix in the All Business template. Here are the files:
- /includes/templates/YOUR_TEMPLATE/templates/tpl_login_default.php
- /includes/templates/YOUR_TEMPLATE/templates/tpl_timeout_default.php
Do I need to make a copy of them from the default template and put them in all business?
Thanks for your help.
I did not modify these files so they are not in the template package. Please see this article:
https://www.zen-cart.com/tutorials/i...hp?article=230
1 Attachment(s)
Re: All Business template Support Thread
Quote:
Originally Posted by
ShirleyUJest
I did not find the files mentioned in the fix in the All Business template. Here are the files:
- /includes/templates/YOUR_TEMPLATE/templates/tpl_login_default.php
- /includes/templates/YOUR_TEMPLATE/templates/tpl_timeout_default.php
Do I need to make a copy of them from the default template and put them in all business?
Thanks for your help.
Ronda
www.RondaJane.com
they should be .Unless I have installed them with something
Re: All Business template Support Thread
Hi
Just 1 small request in the header under the logo I have written a small message and although in the notepad the letters are capital they appear in lower case on the page ....is there any way around this please
thanks
Re: All Business template Support Thread
Quote:
Just 1 small request in the header under the logo I have written a small message and although in the notepad the letters are capital they appear in lower case on the page ....is there any way around this please
Remove the:
Code:
text-transform:lowercase;
from the selector #tagline in the includes/templates/all_business/css/stylesheet.css
Re: All Business template Support Thread