I have to say I don't understand what's wrong. Well, your pb is pretty clear, but I don't have a clue what this happens...
Are you working on PHP4?
I'd like to ask you to wait for next release because I made a few fixes for PHP4... but it's going to be released in a few days (and I must admit I've been saying that for a bit of time now!)
Please, try to have the chance to test it on PHP5 (like with using wampserver?)
Olivier
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Thanks for the reply. I am using PHP5.1.2, not PHP 4, so that isn't the reason. I have tried it in two different browsers (IE 6 and Opera 8.5), just in case it was somehow a browser problem, but it happens in both cases. Can you duplicate the error? Or does it only happen to me? :)
Thanks,
Michael.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Yeah, line 1196 looks the same for me too. Hmm, it's weird.
Anyway, don't worry too much about it as I'm the only one that's affected, I've obviously messed something up at this end :) I'll let you know if I work out what it is.
Thanks again,
Michael.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi all,
Not sure if this is a bug, or if I just have the wrong configuration somewhere, but:
If I am logged in, and the currently active project is one with isolated user stories, then clicking on the "calendar" link gives this error:
Fatal error: Call to undefined method XPCalendarControler::addStory() in C:\SimplePHP\root\XPWeb\Controler\Planning_controler.inc.php on line 1196
This error does not occur if the current project has no stories; the calendar displays correctly in that case. I'm using XPWeb 3.2.1.
Thanks
Michael.
Hi Machael,
I have to say I don't understand what's wrong. Well, your pb is pretty clear, but I don't have a clue what this happens...
Are you working on PHP4?
I'd like to ask you to wait for next release because I made a few fixes for PHP4... but it's going to be released in a few days (and I must admit I've been saying that for a bit of time now!)
Please, try to have the chance to test it on PHP5 (like with using wampserver?)
Olivier
Hi Olivier,
Thanks for the reply. I am using PHP5.1.2, not PHP 4, so that isn't the reason. I have tried it in two different browsers (IE 6 and Opera 8.5), just in case it was somehow a browser problem, but it happens in both cases. Can you duplicate the error? Or does it only happen to me? :)
Thanks,
Michael.
If only I could see the error as well...
Nobody ever saw this error, neither did I...
I'm affraid you're unlucky ;-)
No, really... I don't get it. I tried to reproduce by creating a new project with only isolated stories (no task, no iteration)... and I don't get it.
The thing is, based on the error message, I have no clue on how this can happen...
Does your file also look like this (Planning_controler.inc.php on line 1196):
$this->item->addStory($storyToAdd);
??
Sorry for talking technically, but there is no way this points to XPCalendarControler class...
Anybody help?
Olivier
Hi Olivier,
Thanks for the reply.
Yeah, line 1196 looks the same for me too. Hmm, it's weird.
Anyway, don't worry too much about it as I'm the only one that's affected, I've obviously messed something up at this end :) I'll let you know if I work out what it is.
Thanks again,
Michael.