Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • Todd Hanover Friend
    #160753

    Hi all,
    I am having an issue with a domain I am currently working on where the url appears before the page loads. It also appears at the top of the page source code.

    Example of page source:
    —-
    http://jimhayek.com/shop/
    <!DOCTYPE html PUBLIC “-//W3C//DTD XHTML 1.0 Transitional//EN” “http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd”>
    —-

    I am having problems locating where the echo is originating from, and could use some assistance as my php knowledge is limited.

    The domain where the issue resides is:
    http://www.jimhayek.com/shop

    Thanks in advance for any assistance!

    gray Friend
    #378597

    the T3 plugin has a declaration at the beginning of jat3base-themesdefaultpagedefault.php

    [php]
    ?>
    <?php if ($this->isIE() && ($this->isRTL())) { ?>
    <!DOCTYPE HTML PUBLIC “-//W3C//DTD HTML 4.01//EN” “http://www.w3.org/TR/html4/strict.dtd”>
    <?php } else { ?>
    <!DOCTYPE html PUBLIC “-//W3C//DTD XHTML 1.0 Transitional//EN” “http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd”>
    <?php } ?>
    [/php]

    Check there.

    Todd Hanover Friend
    #378601

    Thank you for the reply, I will keep that in mind for future reference.

    I decided to just do a clean install and copy the db contents, everything is fine now!

Viewing 3 posts - 1 through 3 (of 3 total)

This topic contains 3 replies, has 2 voices, and was last updated by  Todd Hanover 13 years, 3 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum