This forum is for module development and code related questions, not general module support. For general support, use the Post installation forum.

What's the status on event.module for 4.6?

I notice that the event.module is no longer listed in the downloads section. From bits and pieces I've read on a search, it is apparently being replaced by a flexinode version. But I can't find out any other information. How do I get an event module feature working on a 4.6 site? And if it's going to flexinode, it seems to me the event.module would lose a lot of functionality, like the ability to show an event calendar.

Where can I find out what's going on with the event.module?

No CVS account?

Hi,

This modules http://drupal.org/node/20877 and http://drupal.org/node/20648 I created for Drupal. Plese test it.
For submit to http://drupal.org/project/Modules I need a CVS account or not?
But I can not create a CVS account.

Can you help me?

Thanks

Chris

Learning PHP

Hi all,

which book would you suggest for learning PHP ? I want to develop modules for Drupal/WP/Mambo in my free time. Should I start with PHP 4.x and then go to PHP 5 or should i start straightaway with PHP5 ? I am an intermediate level PERL and J2EE developer.

Regards
Nitin

My custom version of event.module for Drupal 4.5

For a customer I needed to add some functionality to the event.module for Drupal 4.5. I have put a patch for v 1.96.2.6 and a complete module file in my sandbox if anyone want to check it out.

http://cvs.drupal.org/viewcvs/drupal/contributions/sandbox/frjo/event/

Mailhandler and problems with imap_open() function with Gmail account

Hi all,

I'm having trouble accessing my gmail account through the Mailhandler module. I looked at the code, and I'm getting hung up on PHP's imap_open() function.

I'm trying to do the following

$mbox = imap_open("{pop.gmail.com:995/pop3/ssl/novalidate-cert}", "mobilelog@gmail.com", $password) or die("Failed with error: ".imap_last_error());

but all I get are the errors

Missing argument 4 for invite_user()

I'm trying to instal "invite". But when I log-out I get this error:

warning: Missing argument 4 for invite_user() in /home/blah/public_html/modules/invite.module on line 142.
warning: Cannot modify header information - headers already sent by (output started at /home/blah/public_html/includes/common.inc:384) in /home/blah/public_html/includes/common.inc on line 192.

I have searched the archives and bugs and found nothing. How can I fix this.

Thank-you and much positive-karma-in-advance for helping me.

Pages

Subscribe with RSS Subscribe to RSS - Module development and code questions