I have a site running on Drupal 6.19 and CCK update version.

Well, I cannot upgrade Views module because my views previously created doesn't work on Views version above 6.x-2.6.

So, I have to stay with Views 6.x-2.6 and cannot upgrade it. The following code generates a blank page on Views newer than 6.x-2.6 and is working normally on 6.x-2.6.

Any one give a hint on this?

echo '<div class="sectionSubject"><a class="index_list_4" href="/?page=1">XXXX&nbsp;&nbsp;&#187;</a></div>';
$viewName = 'latest';
echo views_embed_view($viewName);

Comments

merlinofchaos’s picture

Priority: Critical » Normal
Status: Active » Postponed (maintainer needs more info)

I'm downgrading this from critical. It's your PHP code that's crashing. That's not really critical to me.

If you get a blank page, there should be an error in your apache/php/watchdog logs that goes with it. Hard to guess what might be wrong without that.

esmerel’s picture

Status: Postponed (maintainer needs more info) » Closed (cannot reproduce)