kobra, Dr Byte: thanks, got it.
kobra, Dr Byte: thanks, got it.
I've been through this thread and I can't find the answer to this question.
I am upgrading my site to version g and when I tried to enter info to my main page define pages, it just shows the html.
Here is the site link:
http://www.kanawhaplayers.org/groupieg/
It doesn't matter if I copy code from dreamweaver or use zen's editor.
If this problem has been solved and posted, please point me to the post.
Thanks in advance.
Look at this post #52 in this thread:
http://www.zen-cart.com/forum/showth...839#post941839
and see if that doesn't resolve the problem ...
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: v1.5.5]
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!
For ma part I have a problem that this extra-white-list.php couldn't resolve.
For exemple I have a problem with the "Shipping & returns" file, then I created extra_white_list.php in /admin/includes/extra_configures/ and it didn't work.
Inside i wrote:
$my_whitelist = array('shippinginfo'); -> didn't work
I tried with:
$my_whitelist = array('shippinginfo.php'); -> didn't work
then tried with:
$my_whitelist = array('define_shippinginfo.php'); -> didn't work
tried with:
$my_whitelist = array('define_shippinginfo'); -> didn't work
Then I read to do this with xss_whitelist.php instead of extra-white-list.php -> didn't work
Sorry, may be I missed something?
Could somebody help me?
Create the file as in post #52 ...
This line:
Hold the things that are "white listed" so that they work with the issues that are currently being cleaned by the security methods so that they do NOT get cleaned ...Code:$my_whitelist = array('file_contents', 'banners_html_text', 'pages_title', 'message_html');
You cannot just make up things for this white list ... they have to be the proper values and the code has to be written properly for the white list to work ...
First, try making the exact file listed in post #52 and then try to Edit the Shipping & Returns as you normally would and save it ... see if that doesn't correct the problem ...
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: v1.5.5]
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 wrote before but have been away for the weekend. And I didn't see that you asked me a question.
My note was about this also have problem in Install SQL Patching.
Frank also have that problem and DrByte has notice it.
So can you update the fix to include the install sql patching?
(I fix it by upload it in phpmyadmin but it's good for others before the 1.3.9h is ready).
The newsletters are also showing the HTML tags.
Will the fix also fix that.
Yes it will. That was discussed earlier in the thread.
.
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.
Adding 'comments' to the white list for me fixed the problems with order updates showing on the order screen, and the emails that these send :)
Bookmarks