Drupal is up and running but how do I ...?

Mailhandler "Couldn't open Stream"

Hello.
I have just installed Mailhandler and everytiem I try to retrieve Mails uit says:
Mailhandler POP3 connection failed: moblog.1405@vienna360.net

in the Headline it says:
warning: imap_open(): Couldn't open stream {mail.mailserver.com:110/pop3} in /home/.sites/site4/web/drup/modules/mailhandler.module on line 17.

Why is there "imap open"? I have said that it is an Pop-Mailbox.

I have tried the notls-bugfix I have found here but the result is this:

Possible bug in 4.4.0 search module

After several day of struggling with search.module (v1.74 2004/02/15 20:09:46 dries), I found the problem and fixed it. I don't know if this is a 'bug' or not. It's probably just something I've screwed up LOL
My setup:
Drupal 4.4.0 running on an Apache web server and MySQL database.
When I run cron, from mywebsite/drupal/cron.php, I get the following errors:

warning: Unknown modifier ''' in /drupal/modules/search.module on line 249.
warning: Unknown modifier ''' in /drupal/modules/search.module on line 249.
warning: Unknown modifier ''' in /drupal/modules/search.module on line 249.
warning: Unknown modifier 'r' in /drupal/modules/search.module on line 249.

These lines repeat about 50 times.
The cron is working because I can search for users and get results and my xml feeds update perfectly, but no index is being created (search_index is empty). According to the logs, "cron completed successfully", but no results are returned when I search for content.

In the search.module, under the search_save function is this code:

function search_save($edit) {
variable_set("minimum_word_size", $edit["minimum_word_size"]);

$data = strtr($edit["noisewords"], "\n\r\t", " ");
$data = str_replace(" ", "", $data);
variable_set("noisewords", $data);
variable_set("help_pos", $edit["help_pos"]);
variable_set("remove_short", $edit["remove_short"]);
}

I edited the

domain name for url's

Regarding the following from the handbook:

node pagination

I know this issue has been visited several times in the features forums, but I'm wondering if node pagination is available in 4.4 If not, is it possible top extend the pager include file to include stories? Any other solutions?

Thanks.

Cron hourly blank email

Does anyone have any idea why Drupal has decided to start sending me hourly blank email when the cron job runs? Everything else is working, and I get separate notify emails for content. The email message subject is Cron /usr/bin/lynx -source http://domain/cron.php, and everything else is blank. My watchdog logs don't provide any hints.

I'm running the CVS versions of the code on my site.

taxonomy question

Hello people.
I have a vocabulary with a term (news) which contains two child terms. Is it possible to show the nodes from both child terms on a page? I tried with ?q=taxonomy/page/or/1 and other numbers but it doesn't work.
Thanks.

Pages

Subscribe with RSS Subscribe to RSS - Post installation