Page 1 of 6 123 ... LastLast
Results 1 to 10 of 57
  1. #1
    Join Date
    Jul 2010
    Posts
    66
    Plugin Contributions
    0

    Default Missing catagory after creation

    I am having an issue that is very disturbing.
    I am attempting to add a new category to my site, and I am able to do so in the Admin section, then add product, however, even though it is displayed on the main page, when you click on the link, it takes you to a blank page, no errors, no warning, nothing at all just a blank white page.
    This is the one link that I am talking about --> http://oaktreeseed.com/index.php?mai...index&cPath=84
    When on the home page, if clicking the link, nothing but white follows.
    Initially I just deleted the new category, and then tried it again, but with the same results.

    Thanks,

    Jeff

    Site: www.oaktreeseed.com
    Zen Cart: v1.3.9b (Clean install, no upgrade, only template added.)
    Host: GoDaddy.com
    Addons: No addons other than what came out of the box (GoDaddy) and the EZPopulate that I am asking about
    Customization: Nothing more than the template, some box sizing, and standard changes for esthetics.
    Started: Immediately following the installation of EZ Populate v1.2.5.4

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

    Default Re: Missing catagory after creation

    Check the /cache and see if you are getting any debug log files ...

    You also have some extra characters in the top left of your screen ...
    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. #3
    Join Date
    Jul 2010
    Posts
    66
    Plugin Contributions
    0

    Default Re: Missing catagory after creation

    Last debug was on 2010-09-09.I don't see the characters you are mentioning. (Checked the home page as well as the blank one.)
    Thanks,
    Jeff

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

    Default Re: Missing catagory after creation

    Go to your Home page and search for:
    
    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. #5
    Join Date
    Jul 2010
    Posts
    66
    Plugin Contributions
    0

    Default Re: Missing catagory after creation

    Just checked on 2 different machines, both have IE 8 and Chrome, and did not find .
    I also checked the Source on both machines, and was not able to find that.
    (Even just tired searching for singles characters from that string, and no luck.)
    I don't have FireFox or Opera installed, don't care for them. Might that showme what you are seeing?
    Thanks,
    Jeff

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

    Default Re: Missing catagory after creation

    I see it in FireFox and SeaMonkey but not in IE 6.x or Opera ...
    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!

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

    Default Re: Missing catagory after creation

    I also checked the Source on both machines, and was not able to find that.
    With Firefox viewing source it is there
    As I recall, it might be a leading blank line ???
    Code:
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml" dir="ltr" lang="en">
    <head>
    Zen-Venom Get Bitten

  8. #8
    Join Date
    Jul 2010
    Posts
    66
    Plugin Contributions
    0

    Default Re: Missing catagory after creation

    Installed FF and I see the extras that you see on the source view.
    However, when I go to the FTP program and view the index.php, or look at it in my design program, I am unable to locate the same.

    HTML Code:
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml" dir="ltr" lang="en">
    <head>
    Now, to find a way to locate it, kill it, and see if that is the issue.
    Thanks,
    Jeff

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

    Default Re: Missing catagory after creation

    Depending on how these are in your file(s) ... you can try the Tools ... Developers Tool Kit ... and in the bottom input box do a search on:
    

    and select Catalog ... then click Search ...
    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!

  10. #10
    Join Date
    Jul 2010
    Posts
    66
    Plugin Contributions
    0

    Default Re: Missing catagory after creation

    I did a Google search for the items and I am finding that it has something to do with the encoding:

    Well,  is a Byte Order Mark (BOM) of the UTF-8 unicode standard, which on your system appears to be misinterpreted as ISO-8859-1 text instead of UTF-8.

    Found this at: http://forums.phplist.com/viewtopic.php?f=6&t=29602

    I am going to look into it when I get back and see if there is a config file that is set incorrectly or something else.

    Do you think I ma on the right path?

    Thanks,

    Jeff

 

 
Page 1 of 6 123 ... LastLast

Similar Threads

  1. Newsletter Creation: Missing Rich Text Box
    By SodaJim in forum General Questions
    Replies: 5
    Last Post: 30 Apr 2007, 09:31 PM
  2. missing email addr. in confirm acct. creation
    By Sunabac in forum General Questions
    Replies: 0
    Last Post: 6 Feb 2007, 03:47 AM

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