Closed (fixed)
Project:
Node Checkout Scheduler
Version:
6.x-1.0-alpha3
Component:
Miscellaneous
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
1 Feb 2011 at 15:49 UTC
Updated:
7 Nov 2011 at 05:20 UTC
from the README.txt
- Install uc_node_checkout_scheduler... done
- Set up your content type .... done
- Create the product that ... done
- Map the node to the product... done
- Set a content type on for scheduler... done
- Since the start and expire times... done
- Edit a content type that has ... ???
There isn't a tab 'Node Scheduler' in my content type
My Drupal Configuration :
Drupal core 6.20
Node Checkout 6.x-2.x-dev
Node Checkout Scheduler 6.x-1.0-alpha2
Node published 6.x-1.0-rc4
Ubercart 6.x-2.4
Views 6.x-2.12
Comments
Comment #1
rovos commentedThe upgrade from Scheduler 6.x-1.7 to 6.x-1.8 is the problem
Comment #2
vonfracas commentedSo, is there a solution short of downgrading from Scheduler 6.x-1.8 to Scheduler 6.x-1.7.
Comment #3
ycimlynn commentedsubscribe
Comment #4
SchwebDesign commentedsubscribing. So in summary... this module is not compatible with Scheduler 1.8 or later. Is that correct?
Comment #5
gabrielu commentedYou should change uc_node_checkout_scheduler.module:462 to
So the function uc_node_checkout_scheduler_get_types() should look like this:
Comment #6
gabrielu commentedComment #7
NewZeal commentedFix added to release alpha3.
Comment #8
gabrielu commentedSounds great,
Thanks,
Gabriel Ungureanu
Comment #9
seanenroute commentedI just did a fresh install using 6.x-1.0-alpha3 with Scheduler 1.8 and I'm still not getting a tab 'Node Scheduler' in my content type.
I set up the Node type with: Enable scheduled publishing (check) and Enable scheduled unpublishing (checked) but no tab.
http://awesomescreenshot.com/0cbk2bca5
Comment #10
NewZeal commentedWhat version of scheduler are you using? Someone posted a fix for a more recent version which I have added to the latest upload.
Comment #11
seanenroute commentedHere's the full list of modules and versions. Let me know if you need screenshot of anything else.
It's on a test site that I could open up to you if you felt adventurous.
http://awesomescreenshot.com/098k2cc1a
Comment #12
NewZeal commentedThat's strange your printout says you have scheduler 1.11 yet the most recent version is 1.8 so I don't know what is happening there. I am using 1.7 and it works for me. The tab display is only dependent on scheduler settings. Edit the content type. Under workflow settings check the box: Enable scheduled (un)publishing.
Comment #13
seanenroute commentedAhh figured it out, the fix hasn't been added to the alpha 3 release. I cracked open the module and line 462 doesn't have the fix from post #5. Once I changed the code and uploaded the module the tab showed up right away. Happiness :)
Comment #14
NewZeal commentedOk so that looks like git again, or my inability to use git correctly. The module shows fully updated on my PC yet obviously it is not. Git is really putting me off being a module maintainer. This is not the only project I am having difficulty with.
Comment #15
seanenroute commentedOn a side note, thank you soooooo much for this module. I, like a lot of others, have been waiting a very long time for an easy way to set up node renewals for classifieds.
Comment #16
NewZeal commented