can anyone help please![]()
can anyone help please![]()
Did you customize / change "any" .htaccess file within your site?
Error msg. looks like a Server msg., not one from Zen Cart.
customers cant add items to shopping cart Access Denied
and customers cant sing in to there account Access Denied
http://rosers.net/shop/index.php?mai...on=add_product
http://rosers.net/shop/index.php?mai...action=process
Will someone please help![]()
rob i am not sure i was in the php files trying to change the top part of the zen cart
You have probably installed an addon or altered something in the core code which breaks the security built in to prevent hackers from accessing bits of code incorrectly.
Namely, you are triggering the if(IS_ADMIN_FLAG) logic in the code. To fix, DO NOT remove that logic. Instead, undo whatever you changed that has caused IS_ADMIN_FLAG to not be set properly.
You do have backups from various stages of things you've changed, right?
.
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.
You might need to follow this approach:
http://www.zen-cart.com/wiki/index.p...Obscure_Issues
.
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.
Backup hmm i would have to say no
i remember changing well deleteing somthing that said you have installed zencart and i changed the first part to welcome
When all else fails... PUNT!
Time to reupload all files except these:
- the 'zc_install' dir.
- includes/configure.php
- admin/includes/configure.php
If you are using a custom Template and the override system, your custom files will not be overwritten.
ok i have redone the files that i could think of that i changed and no luck still the same thing !! if i upload will i loose the product that i have installed already ?
Re-uploading PHP files won't affect your products, since they are stored in your database.
However, it's always good to be in the habit of making good backups of your database (FAQ: https://www.zen-cart.com/tutorials/i...hp?article=103 ) and your PHP files (via FTP).
.
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.