Page 8 of 23 FirstFirst ... 67891018 ... LastLast
Results 71 to 80 of 225
  1. #71

    Default Re: HTML tags show after upgrade to 1.3.9g

    Just to let anyone know who is also struggling with source HTML in the news and article manager i added to the suggested file in this thread two inputs from this mod so my file reads as follows:

    PHP Code:
    <?php
    $global_xss_whitelist 
    = isset($global_xss_whitelist) ? $global_xss_whitelist : array();
    $my_whitelist  = array('file_contents''banners_html_text''pages_title''message_html','news_article_text','news_article_shorttext');
    $global_xss_whitelist array_merge($my_whitelist$global_xss_whitelist);
    This appears to have resolved the issue with this mod. I will also post this in the news and article mod thread as well for assistance there.
    Last edited by DVDTitan; 4 Oct 2010 at 08:52 AM.

  2. #72
    Join Date
    Aug 2009
    Posts
    25
    Plugin Contributions
    0

    Default Re: HTML tags show after upgrade to 1.3.9g

    After applying the code mention before, there is still a problem on EZpages address.

    When I put:
    index.php?main_page=product_info&cPath=1&products_id=3

    It changed into:
    index.php?main_page=product_info&amp;cPath=1&amp;products_id=3

    on the address bar.

    Thanks

  3. #73
    Join Date
    May 2010
    Location
    London
    Posts
    237
    Plugin Contributions
    0

    Default Re: HTML tags show after upgrade to 1.3.9g

    Same with me I am afraid. All the ezpage internal links are broken.
    /index.php?main_page=product_info&amp;cPath=65&amp;products_id=180

    I don't know how to fix this?

  4. #74
    Join Date
    May 2009
    Posts
    68
    Plugin Contributions
    0

    Default Re: HTML tags show after upgrade to 1.3.9g

    i experience the error for the shopping cart if attributes have special chars in them, how can i put that on the xss whitelist?

  5. #75
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    69,402
    Plugin Contributions
    6

    Default Re: HTML tags show after upgrade to 1.3.9g

    For the EZPages Internal Links see the current settings at:
    http://www.zen-cart.com/forum/showth...839#post941839
    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!

  6. #76
    Join Date
    Jul 2007
    Posts
    2,169
    Plugin Contributions
    16

    Default Re: HTML tags show after upgrade to 1.3.9g

    Ajeh I have a question for you. I uploaded the /admin/includes/extra_configures/extra_white_list.php but still it shows like this when updating or submitting a new item. Any idea what I did wrong or is there something else I need to do. Shows ok on the catalog side. Thank you
    <p><font face="VERDANA, HELVETICA, ARIAL" color="#000000" size="2" style="font-weight: bold;"> Hefty 28-oz. stein is banded all around by vintage John Deere advertising images, then tastefully trimmed in gleaming gold. A majestic mug that's a joy to behold, and a stately symbol of Heartland pride! </font><font face="VERDANA, HELVETICA, ARIAL" color="#000000" size="2" style="font-weight: bold;">Ceramic. Dishwasher safe; do not microwave. 4 1/2&quot; diameter x 6 1/8&quot; high.</font></p>
    Is your site Upgraded to the current version 1.5.4 Yet?
    zencart-upgrades-website-installation

  7. #77
    Join Date
    Feb 2010
    Posts
    154
    Plugin Contributions
    0

    Default Re: HTML tags show after upgrade to 1.3.9g

    Thankfully I haven't done the upgrade to 'g' yet.

    As this 'theoretical' xss fix is causing so many 'real' problems, could we have a thread that shows comprehensively how to fix this problem please. Trying to navigate all the comments and XTS's (cross thread solutions) in here is a nightmare.

    Could I also suggest posting a 'fix' that removes this 'theoretical' xss feature completely rather than having to enter various random names into an override file? This seems the best solution until this is tested properly.

    Thanks for your attempt at this feature, but better luck next time.

  8. #78
    Join Date
    May 2006
    Location
    Gardiner, Maine
    Posts
    2,360
    Plugin Contributions
    23

    Default Re: HTML tags show after upgrade to 1.3.9g

    Quote Originally Posted by DrByte View Post
    Folks, the PRODUCT PREVIEW page display issue is NOT a bug.
    While you may dislike the way the preview shows, it is unfortunately necessary in order to protect YOU against XSS attacks on your admin area.
    Clicking Save on the product-preview screen SAVES IT PROPERLY.
    Doesn't this make the preview screen obsolete for most cart owners? They no longer can preview the product.

    My apologies if I"ve missed anything else about this.
    The full-time Zen Cart Guru. WizTech4ZC.com
    New template for 2.0 viewable here: 2.0 Demo

  9. #79
    Join Date
    May 2006
    Location
    Gardiner, Maine
    Posts
    2,360
    Plugin Contributions
    23

    Default Re: HTML tags show after upgrade to 1.3.9g

    Quote Originally Posted by Celtic View Post
    Thankfully I haven't done the upgrade to 'g' yet.

    As this 'theoretical' xss fix is causing so many 'real' problems, could we have a thread that shows comprehensively how to fix this problem please. Trying to navigate all the comments and XTS's (cross thread solutions) in here is a nightmare.

    Could I also suggest posting a 'fix' that removes this 'theoretical' xss feature completely rather than having to enter various random names into an override file? This seems the best solution until this is tested properly.

    Thanks for your attempt at this feature, but better luck next time.
    I am in total agreement. This is causing nightmares for me and has cost me money.

    I'm about ready to back up to f and hold there.
    The full-time Zen Cart Guru. WizTech4ZC.com
    New template for 2.0 viewable here: 2.0 Demo

  10. #80
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    69,402
    Plugin Contributions
    6

    Default Re: HTML tags show after upgrade to 1.3.9g

    Quote Originally Posted by countrycharm View Post
    Ajeh I have a question for you. I uploaded the /admin/includes/extra_configures/extra_white_list.php but still it shows like this when updating or submitting a new item. Any idea what I did wrong or is there something else I need to do. Shows ok on the catalog side. Thank you
    If you mean in the Preview, that will be that way until v1.3.9h comes out ...

    We are working on this issue and do not want a bazillion patch works made for things ...

    As long as the Catalog looks good you should be fine ...
    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!

 

 
Page 8 of 23 FirstFirst ... 67891018 ... LastLast

Similar Threads

  1. Replies: 25
    Last Post: 15 May 2010, 06:20 AM
  2. Replies: 11
    Last Post: 23 Nov 2009, 02:57 AM
  3. Replies: 5
    Last Post: 22 Jan 2009, 10:23 AM
  4. Replies: 4
    Last Post: 7 Jul 2008, 12:04 AM
  5. No HTML Editor after 1.3.6 upgrade
    By KADesign in forum Upgrading from 1.3.x to 1.3.9
    Replies: 13
    Last Post: 8 Nov 2006, 04:24 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR