Page 18 of 23 FirstFirst ... 81617181920 ... LastLast
Results 171 to 180 of 225
  1. #171
    Join Date
    May 2010
    Posts
    5
    Plugin Contributions
    0

    Default Re: HTML tags show after upgrade to 1.3.9g

    Quote Originally Posted by Ajeh View Post
    Try using for the extra_white_list.php file:
    /admin/includes/extra_configures/extra_white_list.php

    and put into that file the code:
    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', 'manufacturers_name', 'symbol_left', 'symbol_right');
    $global_xss_whitelist = array_merge($my_whitelist, $global_xss_whitelist);
    and then try to edit the Define Page or Banner HTML or EZPage Title or Send Email once more and save it to see if this displays correctly ...

    NOTE: the file
    /admin/includes/extra_configures/extra_white_list.php

    is a file that you create for this code ...

    NOTE: Updated for Manufactuers Name, Currencies Left Symbol and Currencies Right Symbols
    did not recover my euro or gbp symbol. just so you know. :)

  2. #172
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    69,402
    Plugin Contributions
    6

    Default Re: HTML tags show after upgrade to 1.3.9g

    Did you go back and edit the currencies and put back the proper settings and save them?
    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!

  3. #173
    Join Date
    Oct 2010
    Posts
    3
    Plugin Contributions
    0

    Default Re: HTML tags show after upgrade to 1.3.9g

    The extra_white page you said in post #52 doesnt exist on my server, when i go to edit the main page it shows html, here is the link (http://www.epsonto711.com/shop/) any help would be appreciated

  4. #174
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    69,402
    Plugin Contributions
    6

    Default Re: HTML tags show after upgrade to 1.3.9g

    You have to make a file called:
    /includes/extra_configures/extra_white_list.php

    Paste into that file the code posted in post #52 ...

    Load that file to your server ...

    Now edit the things that are broken and save them ...

    NOTE: on occaision you may need to clean up the content before saving, but usually just saving the information again will fix it ...
    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!

  5. #175
    Join Date
    May 2010
    Posts
    5
    Plugin Contributions
    0

    Default Re: HTML tags show after upgrade to 1.3.9g

    Quote Originally Posted by Ajeh View Post
    You have to make a file called:
    /includes/extra_configures/extra_white_list.php

    Paste into that file the code posted in post #52 ...

    Load that file to your server ...

    Now edit the things that are broken and save them ...

    NOTE: on occasion you may need to clean up the content before saving, but usually just saving the information again will fix it ...
    I found out what I did wrong after all that with the currencies, it was more of a not enough sleep type of misunderstanding (missing info in instructions and not enough will power to think it through)

    You must go to admin>Localization>Currencies
    Edit the currency you are having the problem with. Change Euro which should appear now as"&amp;euro;" to just "&euro;" without quotes of course .

  6. #176
    Join Date
    Oct 2010
    Posts
    3
    Plugin Contributions
    0

    Default Re: HTML tags show after upgrade to 1.3.9g

    Quote Originally Posted by Ajeh View Post
    You have to make a file called:
    /includes/extra_configures/extra_white_list.php

    Paste into that file the code posted in post #52 ...

    Load that file to your server ...

    Now edit the things that are broken and save them ...

    NOTE: on occaision you may need to clean up the content before saving, but usually just saving the information again will fix it ...
    Hi thanks for the quick response, i am a bit of a noob when it comes to thsi, i created a new php file in dreamweaver and entered the code as you have posted in #52, saved the file and uploaded it into , includes/extra_configures/file name.php (being extra_white of course), then gone to the define pages editor and entered my text in the main page, clicked save and it still shows the html, have i done something wrong? please do speak to me as if im stupid also btw, as im really lost with this.

  7. #177
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,755
    Plugin Contributions
    9

    Default Re: HTML tags show after upgrade to 1.3.9g

    Quote Originally Posted by ashjones86
    created a new php file in dreamweaver and entered the code as you have posted in #52, saved the file and uploaded it
    NEVER use dreamweaver to create or edit a php file

    Use a PLAIN text editor like notepad, or a code editor

    Some Free ones
    ConText
    Crimson editor
    Notepad++

    Upload with a good FTP client
    Zen-Venom Get Bitten

  8. #178
    Join Date
    Aug 2009
    Posts
    2
    Plugin Contributions
    0

    Default Re: HTML tags show after upgrade to 1.3.9g


    Brilliant - how come this is missing from the upgrade to 1.3.9g?

  9. #179
    Join Date
    Jul 2007
    Posts
    2,169
    Plugin Contributions
    16

    Default Re: HTML tags show after upgrade to 1.3.9g

    Quote Originally Posted by brianinhungerford View Post

    Brilliant - how come this is missing from the upgrade to 1.3.9g?
    It will be updated in 1.3.9h version to come.
    Is your site Upgraded to the current version 1.5.4 Yet?
    zencart-upgrades-website-installation

  10. #180
    Join Date
    Jul 2010
    Posts
    243
    Plugin Contributions
    5

    Default Re: HTML tags show after upgrade to 1.3.9g

    Quote Originally Posted by kobra View Post
    NEVER use dreamweaver to create or edit a php file
    Why? What's wrong with Dreamweaver?

 

 
Page 18 of 23 FirstFirst ... 81617181920 ... 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