strange flaw in the core ?? [solved]

For questions and problems with the CMS core. This board is NOT for any 3rd party modules, addons, PHP scripts or anything NOT distributed with the CMS made simple package itself.
Djunity
Forum Members
Forum Members
Posts: 44
Joined: Fri Apr 18, 2008 6:33 pm

strange flaw in the core ?? [solved]

Post by Djunity »

Hi all,

Last week i noticed a strange thing.
On some pages it happens and on some pages it doesnt even with old pages that havent been changed for a while.

On the very bottum of the window on the left side you see a < sign i have looked every where but can't find the sign anywhere

Image

When i view the source code from the browser in the very last row the sign is also there on some pages and some pages it doesn't

Image

Anyone have a clue how to fix this ??
Last edited by Djunity on Thu Nov 19, 2009 10:56 am, edited 1 time in total.
Jeff
Power Poster
Power Poster
Posts: 961
Joined: Mon Jan 21, 2008 5:51 pm

Re: strange flaw in the core ??

Post by Jeff »

Trace thru your pages, GCB, UDTS, and templates, you have a stray '<' somewhere.
User avatar
Dr.CSS
Moderator
Moderator
Posts: 12711
Joined: Thu Mar 09, 2006 5:32 am

Re: strange flaw in the core ??

Post by Dr.CSS »

What version of CMS Made Simple, it looks like it is in your index.php in root...
Jeff
Power Poster
Power Poster
Posts: 961
Joined: Mon Jan 21, 2008 5:51 pm

Re: strange flaw in the core ??

Post by Jeff »

Dr. CSS wrote: What version of CMS Made Simple, it looks like it is in your index.php in root...
It isn't in any of the core files, if it was it would be on all the pages.
Djunity
Forum Members
Forum Members
Posts: 44
Joined: Fri Apr 18, 2008 6:33 pm

Re: strange flaw in the core ??

Post by Djunity »

Dr. CSS wrote: What version of CMS Made Simple, it looks like it is in your index.php in root...
Allready checked index.php that looks ok only 1 < in the code for the last row.

dubbel checked the css and template and the things i changed last week and cant find anything.

Regards Djunity
RonnyK
Support Guru
Support Guru
Posts: 4962
Joined: Wed Oct 25, 2006 8:29 pm

Re: strange flaw in the core ??

Post by RonnyK »

Have a link?

Ronny
Djunity
Forum Members
Forum Members
Posts: 44
Joined: Fri Apr 18, 2008 6:33 pm

Re: strange flaw in the core ??

Post by Djunity »

RonnyK wrote: Have a link?

Ronny
www.123hostingservice.nl

Regards Djunity
User avatar
Rolf
Power Poster
Power Poster
Posts: 7825
Joined: Wed Apr 23, 2008 7:53 am
Contact:

Re: strange flaw in the core ??

Post by Rolf »

Try to validate your site first
http://validator.w3.org/check?verbose=1 ... e%3DNieuws

Rolf
- + - + - + - + - + - + -
LATEST TUTORIAL AT CMS CAN BE SIMPLE:
Migrating Company Directory module to LISE
- + - + - + - + - + - + -
Image
Djunity
Forum Members
Forum Members
Posts: 44
Joined: Fri Apr 18, 2008 6:33 pm

Re: strange flaw in the core ??

Post by Djunity »

Most errors are in the included support script so that has nothing to do with the cms

i do see several error's on the bottum but cant seem to find where to look as it looks like a rondom thing it aint in the template.
User avatar
Rolf
Power Poster
Power Poster
Posts: 7825
Joined: Wed Apr 23, 2008 7:53 am
Contact:

Re: strange flaw in the core ??

Post by Rolf »

i do see several error's on the bottum but cant seem to find where to look as it looks like a rondom thing it aint in the template.
I don't think it is a random thing here. It is popping up everytime you visit some pages, f.e.

- Zakelijke-offerte-aanvragen
- Bestellen-zakelijke-hosting
- Dedicated-hosting-Offerte-aanvragen
- Dedicated-server-bestellen
- Offerte-aanvragen
- Bestellen
- Nieuws

What have these pages in common? Same html template, same included GCBs, same UDTs, same used add-ons or modules...
Most errors are in the included support script so that has nothing to do with the cms
Problem could be here thought and not in cmsms...

Grtz. Rolf
- + - + - + - + - + - + -
LATEST TUTORIAL AT CMS CAN BE SIMPLE:
Migrating Company Directory module to LISE
- + - + - + - + - + - + -
Image
User avatar
Rolf
Power Poster
Power Poster
Posts: 7825
Joined: Wed Apr 23, 2008 7:53 am
Contact:

Re: strange flaw in the core ??

Post by Rolf »

I noticed a <--- in some forms, see attached screenshot.
Is this something you put in there yourself or...

Code: Select all

<tr>
<td valign="top" class="required">E-mail*</td>
</tr>
<tr>
<td align="left" valign="top">
<input type="text" name="m9fbrp__145" id="m9fbrp__145" value="" size="25" maxlength="80" />
<--- 
</td>
</tr>
®
- + - + - + - + - + - + -
LATEST TUTORIAL AT CMS CAN BE SIMPLE:
Migrating Company Directory module to LISE
- + - + - + - + - + - + -
Image
Djunity
Forum Members
Forum Members
Posts: 44
Joined: Fri Apr 18, 2008 6:33 pm

Re: strange flaw in the core ??

Post by Djunity »

Rolf wrote: I noticed a <--- in some forms, see attached screenshot.
Is this something you put in there yourself or...

Code: Select all

<tr>
<td valign="top" class="required">E-mail*</td>
</tr>
<tr>
<td align="left" valign="top">
<input type="text" name="m9fbrp__145" id="m9fbrp__145" value="" size="25" maxlength="80" />
<--- 
</td>
</tr>
®
No that came with the install when i use vialidate true e-mail adres and make it a required field
Djunity
Forum Members
Forum Members
Posts: 44
Joined: Fri Apr 18, 2008 6:33 pm

Re: strange flaw in the core ??

Post by Djunity »

Rolf wrote:
i do see several error's on the bottum but cant seem to find where to look as it looks like a rondom thing it aint in the template.
I don't think it is a random thing here. It is popping up everytime you visit some pages, f.e.

- Zakelijke-offerte-aanvragen
- Bestellen-zakelijke-hosting
- Dedicated-hosting-Offerte-aanvragen
- Dedicated-server-bestellen
- Offerte-aanvragen
- Bestellen
- Nieuws

What have these pages in common? Same html template, same included GCBs, same UDTs, same used add-ons or modules...
Most errors are in the included support script so that has nothing to do with the cms
Problem could be here thought and not in cmsms...

Grtz. Rolf
Those pages havent been changed for a few months and do not have a special setup all pages have same css and template

order pages have an iframe tag check here no problem
Price quotte pages use form builder no problem as far as i can see
Nieuws page uses news module

I also disabled the include support script and rescaned true w3 but that only took out the errors from the support script it self
User avatar
Rolf
Power Poster
Power Poster
Posts: 7825
Joined: Wed Apr 23, 2008 7:53 am
Contact:

Re: strange flaw in the core ??

Post by Rolf »

Those pages havent been changed for a few months and do not have a special setup all pages have same css and template
But there has to be something, somewhere...
Under the tab Options, page specific metadata for instance...  ???

Put a copy of your template here.

Did you made changes to the default index.php file?

Attached an image of Firebug.

®olf



<
- + - + - + - + - + - + -
LATEST TUTORIAL AT CMS CAN BE SIMPLE:
Migrating Company Directory module to LISE
- + - + - + - + - + - + -
Image
Djunity
Forum Members
Forum Members
Posts: 44
Joined: Fri Apr 18, 2008 6:33 pm

Re: strange flaw in the core ??

Post by Djunity »

Rolf wrote:
Those pages havent been changed for a few months and do not have a special setup all pages have same css and template
But there has to be something, somewhere...
Under the tab Options, page specific metadata for instance...  ???

Put a copy of your template here.

Did you made changes to the default index.php file?

Attached an image of Firebug.

®olf



<
Meta tag i checked thats ok
no changes have been made to the core index.php file
http://www.123hostingservice.nl/images/template.tmp
Last edited by Djunity on Thu Oct 29, 2009 9:02 am, edited 1 time in total.
Post Reply

Return to “CMSMS Core”