Closed (cannot reproduce)
Project:
Views (for Drupal 7)
Version:
6.x-2.6
Component:
block displays
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
13 Aug 2010 at 05:39 UTC
Updated:
12 Sep 2010 at 18:12 UTC
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 »</a></div>';
$viewName = 'latest';
echo views_embed_view($viewName);
Comments
Comment #1
merlinofchaos commentedI'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.
Comment #2
esmerel commented