Results 1 to 5 of 5

Hybrid View

  1. #1
    Join Date
    Oct 2008
    Posts
    15
    Plugin Contributions
    0

    Default  Why are these characters showing in top left of Page?

    

    Why are these characters showing in top left of Page?


    Anyone help?

    http://www.doorstops.site90.net

    Its on a temp server

    I have edited the index.php file but I did it with notepad


    Thanks

    Andy

  2. #2
    Join Date
    Oct 2006
    Location
    Alberta, Canada
    Posts
    4,571
    Plugin Contributions
    1

    Default Re:  Why are these characters showing in top left of Page?

    Probably an upload that went bad.

    Delete your current Zen Cart 'index.php' file in your Hosting account then upload it again.

    As nothing gets changed or editted in the 'index.php' file, it is safe to use the default one.

  3. #3
    Join Date
    Jan 2008
    Location
    EGYPT
    Posts
    74
    Plugin Contributions
    0

    Default Re:  Why are these characters showing in top left of Page?

    or

    go to admin/Developers Tool Kit and search for this char
    you will find in which file they are. just clean it

  4. #4
    Join Date
    Oct 2008
    Posts
    15
    Plugin Contributions
    0

    Default Re:  Why are these characters showing in top left of Page?

    Sorted now- Thanks

    It was because I used an HTML editor to edit the Meta Tags file

    As soon as I used PHP editor I was able to strip out the characters


    Cheers

  5. #5
    Join Date
    Oct 2007
    Posts
    3
    Plugin Contributions
    0

    Default Re:  Why are these characters showing in top left of Page?

    I had the same problem and finally figured out what it was...so here is all the information...

    My MySQL charset: UTF-8 Unicode (utf8)

    so I had to change 2 lines in 2 files and it works perfectly now.

    /includes/languages/english.php
    /admin/includes/languages/english.php

    look for
    setlocale(LC_TIME, 'en_US.ISO_8859-1');

    and change it to
    setlocale(LC_TIME, 'en_US.utf8');

    then look for
    define('CHARSET', 'iso-8859-1');

    and change it to
    define('CHARSET', 'uft-8');

    Do this in both files, and those error characters will not show up any more. :-)

    I hope this helps someone!!!

 

 

Similar Threads

  1. Why are accented characters missing after saving in Notepad++?
    By notageek in forum Addon Language Packs
    Replies: 2
    Last Post: 3 Nov 2010, 04:05 PM
  2. Why are my ez-page edits not showing to customers? (v1.3.6)
    By nzman30 in forum Basic Configuration
    Replies: 3
    Last Post: 30 Jul 2010, 12:50 PM
  3. Why are these whites different?
    By plymgary1 in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 4 Apr 2009, 11:36 AM
  4. Odd characters at the top left corner
    By dealbyethan.com in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 21 Aug 2006, 12:19 AM

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