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
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.
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 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?
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?