Closed (fixed)
Project:
Classified Ads
Version:
5.x-1.5
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
1 Mar 2007 at 18:55 UTC
Updated:
15 Jul 2011 at 22:22 UTC
Node content is rendered twice in full node view. This is due to erroneous implementation of hook_view().
Opening a new issue per http://drupal.org/node/122260#comment-206064 and http://drupal.org/node/122260#comment-206149
Comments
Comment #1
mcurry commentedFixed in Drupal-5-1.5-4 release and later. Please download and install a newer release and report results.
Comment #2
smith85 commentedI just installed the new Drupal from scratch and added only the ed_classifieds. I still get the double content. Is there another fix?
Comment #3
mcurry commentedNo, that's the latest version, and should have the corrected code. Would you mind copying the $Id$ line from the top of the ed_classified.module file into this issue thread?
Comment #4
mcurry commentedClarifying title subject - this is a Drupal-5 only issue at present.
Comment #5
smith85 commented// $Id: ed_classified.module,v 1.1.4.18 2007/02/28 07:25:26 inactivist Exp $
and I did install the newest Drupal 5.
Comment #6
mcurry commentedYou should download the latest 5.x release. The fix is in Drupal-5-1.5-4, and you are using the version prior to tge fuxes (Drupal-5-1.5-1)
Here's the $Id header from the one with all the fixes:
// $Id: ed_classified.module,v 1.1.4.22 2007/03/01 18:39:02 inactivist Exp $
Please download, install, and test the latest ed_classified module (Drupal-5-1.5-4 or later)
Comment #7
mcurry commentedYou should download the latest 5.x release. The fix is in Drupal-5-1.5-4, and you are using the version prior to the fixes (Drupal-5-1.5-1)
Here's the $Id header from the one with all the fixes:
// $Id: ed_classified.module,v 1.1.4.22 2007/03/01 18:39:02 inactivist Exp $
Please download, install, and test the latest ed_classified module (Drupal-5-1.5-4 or later)
Comment #8
mcurry commentedIn case I haven't been very clear on this, I'm talking about downloading the latest Drupal-5 compatible release package of the ed_classified module.
It's available from the "Official Releases" link - if you download the "Development Snapshot", you might get something that is up to 23 hours and 59 minutes out of date, as the development snapshots are built nightly, whereas the Official Releases are built within 5 minutes of making the official release available.
Here's the Drupal-5-1.5-4 ed_classified release link: http://drupal.org/node/123890
(note that you should always check for a later release, don't rely on this link for very long.)
Comment #9
(not verified) commentedComment #10
mcurry commented