-
AuthorPosts
-
wan fadli Developer
wan fadli
- Join date:
- January 2011
- Posts:
- 98
- Downloads:
- 2
- Uploads:
- 28
- Thanks:
- 31
- Thanked:
- 2 times in 1 posts
September 8, 2011 at 1:40 am #168294Dear JA;
After i finished my designed. I founded weird code appeared in my website at the top of the website. When i view page sourced, i founded this code:
<link href=”/0″ <=”<” />
<link href=”/1″ <=”<” />
<link href=”/2″ <=”<” />but the problem is i can’t find the sourced of the problem and don’t know how to remove this code. I hope anybody can give me the solution to fixes this problem.
demo live site : http://demo-htar.biossdcongress.com/
template: JA Portfolioview the page sourced code and you will find the code..
thanks..
jooservices Friendjooservices
- Join date:
- October 2014
- Posts:
- 8556
- Downloads:
- 0
- Uploads:
- 130
- Thanked:
- 1245 times in 1121 posts
September 8, 2011 at 1:43 am #411361Hi
Please update me your FTP account. I’ll try to find out this .
Thank you
Viet Vuwan fadli Developerwan fadli
- Join date:
- January 2011
- Posts:
- 98
- Downloads:
- 2
- Uploads:
- 28
- Thanks:
- 31
- Thanked:
- 2 times in 1 posts
September 8, 2011 at 2:35 am #411370<em>@jooservices 266091 wrote:</em><blockquote>Hi
Please update me your FTP account. I’ll try to find out this .
Thank you
Viet Vu</blockquote>I already PM you the details.. I really hope that you can help me this time..
thank you.
OR
If anybody get the the solutions. Please reply my post
thank you.
jooservices Friendjooservices
- Join date:
- October 2014
- Posts:
- 8556
- Downloads:
- 0
- Uploads:
- 130
- Thanked:
- 1245 times in 1121 posts
September 8, 2011 at 2:51 am #411371Hi
I’m sorry but possible with back-end access provide please ?
Thank you
Viet Vuwan fadli Developerwan fadli
- Join date:
- January 2011
- Posts:
- 98
- Downloads:
- 2
- Uploads:
- 28
- Thanks:
- 31
- Thanked:
- 2 times in 1 posts
September 8, 2011 at 2:59 am #411373<em>@jooservices 266103 wrote:</em><blockquote>Hi
I’m sorry but possible with back-end access provide please ?
Thank you
Viet Vu</blockquote>Dear jooservice;
i PM you the backend access..
thank you.
jooservices Friendjooservices
- Join date:
- October 2014
- Posts:
- 8556
- Downloads:
- 0
- Uploads:
- 130
- Thanked:
- 1245 times in 1121 posts
September 8, 2011 at 7:25 am #411424<em>@wan fadli 266105 wrote:</em><blockquote>Dear jooservice;
i PM you the backend access..
thank you.</blockquote>
Hi
I’m here. Sorry actually i’ve not yet find out which error line code. But as far i can see, some thing used JDocument for adding and missed attributes.
JDocumentRendererHead render head but w/o catched this case so they have trouble.
$buffer .= $tab.'<link href="'.$link.'" '.$linkAtrr['relType'].'="'.$linkAtrr['relation'].'"';
if ($temp = JArrayHelper::toString($linkAtrr['attribs'])) {
$buffer .= ' '.$temp;
}
$buffer .= ' />'.$lnEnd;
Actually i think this should be Joomla bug. They should catch a case missing attribs before render.
If you allow i’ll make patch this for your site.
This’s my patch
if ( is_array($linkAtrr) ) {
$buffer .= $tab.'<link href="'.$link.'" '.$linkAtrr['relType'].'="'.$linkAtrr['relation'].'"';
if ($temp = JArrayHelper::toString($linkAtrr['attribs'])) {
$buffer .= ' '.$temp;
}
$buffer .= ' />'.$lnEnd;
}
Thank you
Viet Vu1 user says Thank You to jooservices for this useful post
wan fadli Developerwan fadli
- Join date:
- January 2011
- Posts:
- 98
- Downloads:
- 2
- Uploads:
- 28
- Thanks:
- 31
- Thanked:
- 2 times in 1 posts
September 8, 2011 at 2:44 pm #411482<em>@jooservices 266167 wrote:</em><blockquote>Hi
I’m here. Sorry actually i’ve not yet find out which error line code. But as far i can see, some thing used JDocument for adding and missed attributes.
JDocumentRendererHead render head but w/o catched this case so they have trouble.
$buffer .= $tab.'<link href="'.$link.'" '.$linkAtrr['relType'].'="'.$linkAtrr['relation'].'"';
if ($temp = JArrayHelper::toString($linkAtrr['attribs'])) {
$buffer .= ' '.$temp;
}
$buffer .= ' />'.$lnEnd;
Actually i think this should be Joomla bug. They should catch a case missing attribs before render.
If you allow i’ll make patch this for your site.
This’s my patch
if ( is_array($linkAtrr) ) {
$buffer .= $tab.'<link href="'.$link.'" '.$linkAtrr['relType'].'="'.$linkAtrr['relation'].'"';
if ($temp = JArrayHelper::toString($linkAtrr['attribs'])) {
$buffer .= ' '.$temp;
}
$buffer .= ' />'.$lnEnd;
}
Thank you
Viet Vu</blockquote>Dear Jooservice;
thanks for your answer.. can i know which files and lines should i patch this code. ?
thank you..
jooservices Friendjooservices
- Join date:
- October 2014
- Posts:
- 8556
- Downloads:
- 0
- Uploads:
- 130
- Thanked:
- 1245 times in 1121 posts
n6rej Friendn6rej
- Join date:
- November 2006
- Posts:
- 1040
- Downloads:
- 0
- Uploads:
- 63
- Thanks:
- 79
- Thanked:
- 145 times in 90 posts
jooservices Friendjooservices
- Join date:
- October 2014
- Posts:
- 8556
- Downloads:
- 0
- Uploads:
- 130
- Thanked:
- 1245 times in 1121 posts
September 9, 2011 at 5:34 am #411633<em>@n6rej 266368 wrote:</em><blockquote>joo go file this with your diff patch in J! tracker plz.
include test instruction on how to replicate and verify its fixed.</blockquote>
I hope i know how to report lol
I’ll post it into my own site 🙂1 user says Thank You to jooservices for this useful post
wan fadli Developerwan fadli
- Join date:
- January 2011
- Posts:
- 98
- Downloads:
- 2
- Uploads:
- 28
- Thanks:
- 31
- Thanked:
- 2 times in 1 posts
September 9, 2011 at 6:55 am #411652Dear Jooservice and support team!
problem solved..
thank for the help… 😉
jooservices Friendjooservices
- Join date:
- October 2014
- Posts:
- 8556
- Downloads:
- 0
- Uploads:
- 130
- Thanked:
- 1245 times in 1121 posts
September 9, 2011 at 7:25 am #411657Glad to hear that.
Thank you
Viet Vu -
AuthorPosts
This topic contains 12 replies, has 3 voices, and was last updated by jooservices 13 years, 2 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum