No valid conference days were found.
public
eric_h - Mon, 2007-08-20 19:17
I am doing a fresh install (with the head version of the module - from 8/19/2007) I have created a new conference. When I go to the schedule I get a "No valid conference days were found" I can add sessions, but I cannot see the schedule. It seems that there is some structure or node that has the schedule for one day.
How do I add that.
p.s. I did check the dates on the conference and they are two consecutive days.


Hey Eric
Can you tell me:
expanded the conference to see if that worked
The conference is Oct 18 and 19 and I think I had sessions on each day (It has been awhile since I bailed on doing it this way). Today I went back to my skeleton and changed the start date to Oct 17 and then scheduled something on the 18th (to make it definitely not an edge case). If I go to the schedule link from all the links I have tried. I get the title "Conference Schedule" and then "No valid conference days were found."
I then thought maybe I need to not only propose a session I need to lock it into the schedule. So I did that and got this error:
Fatal error: Only variables can be passed by reference in /home/whscadan/public_html/sites/all/modules/conference_organizing/conference_organizing.module on line 2244
I hope this is helpful
Same problem
I've got a similar problem on my end, but I think I'm a bit further along.
Conference: Nov 26-30
Schedule Session: Nov 28, 11:30 AM - 12:30 PM. LOCKED.
When viewing the conference schedule, I also see the "No sessions have been scheduled."
I have a second conference with no proposed or scheduled sessions yet, and viewing that conference schedule, I see the message "No valid conference days were found."
I'm trying to look into the view definition. Is that the right place to look?
Thanks for the info guys
We will be working on solving this problem in the next week. Will post back here when the bug is squashed.
error
Hi, very interesting project!
I tried to install, seems to work and I get to the screen to submit the first conference, on submit I get:
Fatal error: Call to undefined function nasa_custom_toggle() in
..../conference_organizing.module on line 1711
However, I can see in /admin/build/moduls that there is a requirement for the Links module, in the install info there is a reference to "link" module - which also exists!
So when I reinstall with "Links" module, that error does not occur, maybe other errors that were reported here are connected to this.
Well, with that I get another error on the first conference creation form:
warning: Invalid argument supplied for foreach() in ....conference_organizing.module on line 891.
I could not determine why this error happens, sorry.
Update: sorry, I get the nasa_custom_toggle error always on conference submit - I can not find a definition for nasa_custom_toggle in the whole cod tree, so there must be some code missing...
me too - nasa_custom_toggle()
Hi,
I'm getting the same problem, when I create my first conference:
Fatal error: Call to undefined function nasa_custom_toggle() in
..../conference_organizing.module on line 1711
Has anyone figured out a workaround?
Also, just for info - I had the install problems relating to pathauto and og that Aaron reported. Using older versions of those modules enabled my install to complete.
Thanks,
George
Which Module Set?
Could someone post a set of module versions that work? When I tried with all the most current set the install failed. It would be nice to have a working version before digging into problems!
I just commented out the
I just commented out the line in question (1711) like this:
// $mission = $show_mission ? nasa_custom_toggle(check_markup($group->og_description), check_markup($group->body)) : '';And it works fine now, as far as I can tell.
show_mission
Thanks, I had put in a hard-coded value, which solved that problem but then I got the 'no sessions are scheduled' issue and couldn't see a way to add sessions. So I gave up. Do you have 'everything' working?
Module set
I successfully installed today with the following set of module versions, after some trial and error. As I mentioned the current versions of og and pathauto aren't compatible.
akismet-5.x-1.3.tar
bio-5.x-1.0.tar.gz
cck-5.x-1.6-1.tar.gz
chatroom-5.x-1.9.tar.gz
conference_organizing-5.x-1.x-dev.tar.gz
date-5.x-1.7.tar.gz
imagefield-5.x-1.1.tar.gz
jstools-5.x-0.8.tar.gz
link-5.x-2.1.tar.gz
location-5.x-2.4.tar.gz
logintoboggan-5.x-1.0.tar.gz
moduleweight-5.x-1.x-dev.tar.gz
og-5.x-3.1.tar.gz
pathauto-5.x-1.2.tar.gz
pearwiki_filter-5.x-1.1.tar.gz
tagadelic-5.x-1.x-dev.tar.gz
tagadelic_views-5.x-1.x-dev.tar.gz
update_status-5.x-2.0.tar.gz
views-5.x-1.6.tar.gz
views_fastsearch-5.x-1.1.tar.gz
vote_up_down-5.x-1.x-dev.tar.gz
votingapi-5.x-1.5.tar.gz
webform-5.x-1.7.tar.gz
wikitools-5.x-1.0.tar.gz
Many thanks!
Many thanks!
Bug destroyed
I found and destroyed this evil bug in the date API - http://drupal.org/node/203366