Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • magicbag Friend
    #118493

    I had a similar problem before on a different site and it got solved from this thread: http://www.joomlart.com/forums/topic/does-not-valadate-for-xhtml-1-0/

    I check the same php file and it has the fix already.

    Here is just two of the errors:

    Error Line 116 column 78: general entity “task” not defined and no default entity.

    …ews.com/index.php?option=com_content&task=archivecategory&id=1&Itemid=56″ id

    This is usually a cascading error caused by a an undefined entity reference or use of an unencoded ampersand (&) in an URL or body text. See the previous message for further details.

    # Error Line 116 column 82: reference to entity “task” for which no system identifier could be generated.

    …com/index.php?option=com_content&task=archivecategory&id=1&Itemid=56″ id=”me

    This is usually a cascading error caused by a an undefined entity reference or use of an unencoded ampersand (&) in an URL or body text. See the previous message for further details.

    The site is: http://www.buildingtradesnews.com/index.php

    FYI: I’m using the Suckerfish Menu

    ha le-viet Developer
    #213694

    Hi magicbag,

    Can you tell me what SEF component you are using?

    Regards,
    Ha Le-Viet.

    magicbag Friend
    #213908

    Sorry for the delay.

    ARTIO JoomSEF – v 1.3.3

    ha le-viet Developer
    #214335

    Hi magicbag,

    It seems ARTIO JoomSEF doesn’t handle links well as other SEF and Joomla!’s default links are validated with CSS Menu.

    I can give you a fix with this but as I see your site have some invalidated HTML code else where. Go to ja-cssmenu.php under ja_cssmenu folder, find this code
    if ( strcasecmp( substr( $row->link,0,4 ), 'http' ) ) {
    $row->link = sefRelToAbs( $row->link );
    }

    and add before
    $row->link = ampReplace( $row->link );

    It might help.

    Regards,
    Ha Le-Viet.

    joarvat1 Friend
    #231147

    Hi, did this work? I have the same problems with my links not being validated because of Itemid. I am also using Artio JoomSEF and need to know whether I should try this fix or ditch it in favour of sh404SEF.

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

This topic contains 5 replies, has 3 voices, and was last updated by  joarvat1 16 years, 6 months ago.

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