Hi!
I just wanna know if it is possible to register new user without having a smtp on my computer. I suppose Dupal is a great portal system but I can't register as an admin so I can' really use it.
If anybody knows the answer I would appreciate your help very much.
I want to use Drupal in a small community of trusted users, so i want to completely turn off moderation. Articles should not go to the submission queue, but directly appear wherever they belong. Is this possible without giving all users more or less full administration rights?
I just installed drupal.
The following error appears at every page:
Warning: Can't connect to MySQL server on 'localhost' (111) in /blah/blah/websites/drupal/includes/database.mysql.inc on line 47
Warning: MySQL Connection Failed: Can't connect to MySQL server on 'localhost' (111) in /blah/blah/websites/drupal/includes/database.mysql.inc on line 47
Warning: MySQL: A link to the server could not be established in /blah/blah/websites/drupal/includes/database.mysql.inc on line 47
The documentation is kinda spoty on how it works, but I think I got a handel on it.
Only show on node pages: ^/node.php
Easy enough.
It has a ^ wild card (0-inf any chars)
a _ specific charichter (exactly one)
an | or operator.
perenthesse () grouping control.
Only it doesnt work. I tried all sorts of things. Nothing worked. Cut and paste, custom combos, even full URLs. What does it take to make this work?
I'm trying to set up Drupal, and it's going great except for one thing: I have no SMTP server that is accessible to php. I was wondering where to get one, or how to bypass this. Thanks in advance.