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

Events and node privacy by role are clashing!

Aaarrgh!

I have a site going live on Tuesday for a large non-profit and the events and privacy_by_role have started clashing. This has happened on another site I'm working on, but I could turn privacy off for that. However, the non-profit site needs privacy.

Someone at civicspace suggested (for the other site): 'My guess is that you recently upgraded (or your host did) to a new version of MySQL or changed into a stricter mode in MySQL.' That strikes me as pretty likely as I know they've just been upgrading (to PHP 5, etc.).

Here's the specific error message:

podcast.module

I'm trying to create a podcast server for our school.

I installed a fresh 4.7.rc2 on a test server and downloaded the audio.module, getid3 files and they are all inside modules/audio/.

I can upload mp3 files and the nodes are created but I get this error after hitting submit:

* warning: mkdir() [function.mkdir]: Permission denied in /var/www/html/drupal47/includes/file.inc on line 91.
* warning: implode() [function.implode]: Bad arguments. in /var/www/html/drupal47/modules/audio/getid3/getid3/write.php on line 473.

Working on a list of which CVS modules have been updated to be compatible with Drupal 4.7 HEAD and which need work.

I was just wondering if anyone else thought this was a good idea, and if so if they wanted to help, and also where we should put the data. Perhaps we should create a page in the handbook, and edit it wiki style?

I'd like to test this out and see which modules from CVS are updated for 4.7 and which aren't. Perhaps after we compile the list a new filter can be arranged via the modules download? Although even just a list would be good.
There are just quite a few modules which haven't been updated for FormAPI such as image_import and aggregator2.

Review of current Image handling modules

I'm currently experimenting with the different options for hosting images and creating galleries within Drupal in order to make a decision as to what the best direction to head is.

There are currently many different options available each with their own potential benefits and drawbacks.

Option 1 - Image.module
This module works very simply. It creates a node that holds an image, creates a thumbnail, and creates albums based upon the taxonomy of the image node. The benefits of this approach are its simplicity. The drawbacks are users can't create their own albums, unless they have permission to modify taxonomy. There is also no easy option for bulk uploading that is current with 4.7 in the CVS. Image_import is not updated to work with the latest 4.7 codebase. Also interesting about image is the potential of shazamgallery to augment and add features to image module, but it currently isn't stable or very functional.

Option 2 - Upload to Node Attachment + Inline Module
This option doesn't lend itself well to an image gallery but does add basic functionality which could be useful in terms of adding photos to stories. What would happen is you write a story, then upload whatever media to it and then the inline module will automatically create a thumbnail for use on the front page and add the image to your story. This is very simple but lacks functionality in terms of viewing all of the images or grouping them based upon album to a gallery or even based upon category or freetag.

Weird corner case updating to forms api

Hi! I have a module I wrote which has a weird need for its settings page. I want to create a table looking something like this:

Show     Order
[ X ]    [__1__]       Item 1
[   ]    [_____]       Item 2
[ X ]    [__3__]       Item 3
[ X ]    [__2__]       Item 4
...

Ideas with New Auth Module

I am building a setup where there will be multiple servers and I would like them to share the same auth. I will have server 1 hosting sub1.site.com and server 2 hosting sub2.site.com. I am going to write a module that allows it so if you are logged into one, then you are also logged into the other when you go there.

Any helpful ideas would be appreciated.

Pages

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