Menu

undefined method vcalend

Help
2011-09-21
2012-12-09
  • juliendangers

    juliendangers - 2011-09-21

    Hi,
    I'm using icalcreator (i love it :p), but I have an error :s

    when I'm trying to do

    $vevent = & $v->newComponent( 'vevent' ); (from the howto)
    

    I'm getting
    Fatal error: Call to undefined method vcalendar::newComponent() …

    But if I do

    $vevent = new vevent();
    $v->setComponent($vevent);
    

    there is no problem

    I'm running php 5.3.2

     
  • juliendangers

    juliendangers - 2011-09-24

    feel so ashamed… Thought extraction of the new version override the older one but it didn't oO everything is going on smoothly now ;)

     

Log in to post a comment.