Hi

I want to try your module, (the latest version, May 30th) but after I enabled module Teaser management, the blank page is showing to me instead Post settings page.

When I disabled Teaser management module, Post settings page is showing ok.
I am using drupal 5.1, and Advanced cache module too (this module does some patches, I don't know if it can be reason of it)

thanks
Igor
somvprahe.sk

Comments

acp’s picture

Assigned: Unassigned » acp

Hello,

indeed, I messed up my CVS operations and forgot to bring the 5-x branch up-to-date. Done now though... If you want to fix this without waiting for the release to come, simply open teaser_management.module and do the following modification on line 48:

change

$content_type_list = node_get_types();

to

$content_type_list = node_get_types('names');

I will be marking this as fixed as soon as the new release comes up...

acp’s picture

Status: Active » Fixed
acp’s picture

Status: Fixed » Closed (fixed)