Fatal error when i create a new pdf display in views

I have installed drupal in my local server in Xampp.
based on the documentation given I have configured Views PDF Module.
But when i create a new view and try to create a new pdf display i get this fatal error report.

Fatal error: Call-time pass-by-reference has been removed in F:\xampp\htdocs\mysite\sites\all\modules\views_pdf\views_pdf_plugin_display.inc on line 523

Printing a View within custom html content

I can't seem to get this to work. I've used the below in tpl.php and it works fine, however this is the first time I've tried to use it to output a view.

<?php $block = module_invoke('views', 'block', 'view', 'sc_file_view-block_4');
               print $block['content']; ?>

The "sc_file_view-block_4' is the Block ID/ what shows up when I hover over the block in the block admin page. I get no errors generated but no output either.

I've also tried:

Remove all content based on value of CCK field

I have a need to occasionally remove all content of a specified content type and a specified value in a CCK field. Some content in that content type will not be removed, only if it matches on a certain CCK field value. Is there a ‘Drupal’ way to do this?

Install issue with setting up an identical install

Hello everyone,

I have a local Drupal 6 install and I'd like to create an identical version that sits next to it that differs only in URL, for example

Hidden Redirect in Drupal Site. How to Find it?

Our website is redirecting to some adult sites (kind of advertisements) when a user visits few pages on his first visit. We don't have any such advertisements installed on the site and it looks some kind of hidden code in modules. I am not sure how to find where such code is located. Could anyone help me or any suggestions to find out the problem?

How to create landing page that redirects to the homepage?

Hi,

I'm working on a drupal site for my client http://www.sprdlx.nl

But i've never worked with drupal before. Most of the time i use joomla or wordpress. But this is really different!

How do i make a landing page that redirects to the homepage?

As i've said, I've never worked with this before so can somebody please help me out en tell me how to this in easy words?

THANKSS:D

Pages

Subscribe with RSS Subscribe to RSS - Drupal 6.x