Hi,
I installed cvs download. After I enabled comments. But when I try to post comments, it throws the below error:
warning: array_merge() [function.array-merge]: Argument #1 is not an array in c:\wamp\www\includes\menu.inc on line 351.
warning: Missing argument 1 for comment_reply() in c:\wamp\www\modules\comment.module on line 374.
warning: Invalid argument supplied for foreach() in c:\wamp\www\modules\node.module on line 363.
warning: implode() [function.implode]: Bad arguments. in c:\wamp\www\modules\node.module on line 366.
Is there any way to override the blocks in each different sub-site. I Got the sub sites working nicely all using the same database but i want the sites to use different block configerations?
I have applied for CVS access, and as best i can tell, been granted it.
However, i lost email for over a week, due to a misconfigured sendmail config (my fault!)
Now, I have read everything i can put my hands on, but trying to login via the User/Pass
i registered w/ i get 'no such user cainan in CVSROOT/passwd'.
If i tryt to re-register, Drupal informs me i have already registered for access.
Dreis is a busy guy, so i am hoping someone else who helps administer CVS can help me.
I am looking for a way to set access/edit permission for singe albums in the image gallery module, (i.e. I create an album and want some roles to be able to only see it and other roles to be able to upload pictures etc., and then I create another album and want different permissions for that one)
but can't find a way to do this.
Any help on this?
And if it's not possible, is there another gallery module where this is possible?
Maybe I've missed a step on this one but here goes.
I have a Drupal installation that ultimately contains a Flash application. That Flash application needs to interface, to a small degree, with Drupal. So, instead of reinventing the wheel, I thought I'd piggyback off of Flash Remoting and XMLRPC. (This may be my fundamental flaw here.)