Full node display

Hi,

I do have a drupal 6 intranet site with 4 subdomains in domain access, i had to move the site form server and now the default content type teaser and full content is showing but my custom content type teaser content is showing but the full content is not showing,....totally empty on displaying, when i edit the node the body is there tough...
I did clear cache, rebuild permissions, make new content, rebuild path auto...nothing helps....

aaaaaaargh...

--------

YES, found it!!!

XSS Vulnerability

I was told by security department that they found an XSS vulnerability on our Drupal 6.28 site at:

http://www.example.com/sites/all/modules43c22">

alert(1)

/ac79dbf1815/views/css/views.css?Hoyt

using BURP proxy. Basically they had to trap the request in burp.

http://www.example.com/sites/all/modules43c22%22%3E%3Cscript%3Ealert(1)%3C/script%3E/ac79dbf1815/views/css/views.css?Hoyt

Html output show rogue character: "<". From the page.tpl.php but no extra tag I can see

In my page.tpl.php, I'm getting this output in the html:

<div id="main-wrapper">
  <div id="main" class="clearfix">
    <div id="content" class="column">
      <div class="panel-display panel-1col clear-block">
        <div class="panel-panel panel-col">
         <div>< </div>
        </div>
      </div>
  </div>
</div>

That last nested div has an rogue "<" character. I have been through the page.tpl.php template with a fine-tooth comb. I've grep searched various combo's like ">< <" and of course "

<

" and even just "<" to see all inclusions. And, I used an online php validator to check syntax as well.

I've been through the panels module templates, the node templates and I can't find where that symbol is being generated from. I've looked at most of my actual content but nope. Frustrating!

I made my first template from the base one in Zen and have gone from there. Can anyone else, with the html snippet above, suggest to me where else to look for that character?

The pages where it shows up are pages with variants, no views anywhere.

I know it's a different type of question but I thought perhaps there is another place I'm not thinking of because I would have guessed the tpl.php.

I'll include the page.tpl.php code here:
<?php
/**
* @file
* General utility variables:

export to html

hello,
i have a drupal installation with some static sites.
i only need the static sites as html to host them seperate the drupal installation i want to shut down.

the html export module is defective.

NEWBIE: How do i move an option up to top level of the 'Administration Menu'

Hi,

This has already happened on one site, but cannot replicate on a site i'm currently setting up.

Basically i want the 'Order Management' option of the Ubercart Store menu to be at the top level of the Administration menu. So instead of having to click 'Store Administration' and then 'Order Management' I can just click straight on 'Order Management'.

I have moved it's position in the Navigation menu to be under 'Administer' but the change doesn't replicate in the Top bar across the screen when logged in as Admin.

Is there any Youtube Clone already built and ready to download?

is there any youtube clone already built on drupal, that i just need to download and ready to work?

I want to have some youtube clone for me University, and a lot of ppl recommend to me to use Drupal, im a web developer, but not experience with Drupal 7, the idea is the user can upload a video, and has a main page with all the videos , when you click play, jump to the video player, a ppl can leave comments too , i dont want to spent to much time developing this, because is more a favor for a friend

what do you recommend to me ?

Pages

Subscribe with RSS Subscribe to RSS - Drupal 6.x