Originally on installation of drupal 4.5 and ecommerce, purchasers must create a user account before purchasing a product. Originally, account creation worked including during an eccomerce transaction. Now when they attempt to do buy a product and create an account during that process, you get the error: 'Unable to send mail. Please contact the site admin. ' When I go just to create a new account without a transaction, I get the message like 'your account information has been sent to your email address...' but I check the account and no email is received.
Just place directory 'install' to unpacked drupal. And go to http://yoursite.com/install
Don't forget to delete directory 'install' after installation.
It works only for mySQL now, but I think it's not a problem to add postgres install.
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?