Sometimes i obtain errors like these on peges of my website:

* warning: strpos() [function.strpos]: Empty delimiter in /home/toscanae/public_html/modules/nodewords/nodewords.module on line 942.
* warning: strpos() [function.strpos]: Empty delimiter in /home/toscanae/public_html/modules/nodewords/nodewords.module on line 942.
* warning: strpos() [function.strpos]: Empty delimiter in /home/toscanae/public_html/modules/nodewords/nodewords.module on line 942.
* warning: strpos() [function.strpos]: Empty delimiter in /home/toscanae/public_html/modules/nodewords/nodewords.module on line 942.
* warning: strpos() [function.strpos]: Empty delimiter in /home/toscanae/public_html/modules/nodewords/nodewords.module on line 942.
* warning: strpos() [function.strpos]: Empty delimiter in /home/toscanae/public_html/modules/nodewords/nodewords.module on line 942.
* warning: strpos() [function.strpos]: Empty delimiter in /home/toscanae/public_html/modules/nodewords/nodewords.module on line 942.
* warning: strpos() [function.strpos]: Empty delimiter in /home/toscanae/public_html/modules/nodewords/nodewords.module on line 942.
* warning: strpos() [function.strpos]: Empty delimiter in /home/toscanae/public_html/modules/nodewords/nodewords.module on line 942.
* warning: strpos() [function.strpos]: Empty delimiter in /home/toscanae/public_html/modules/nodewords/nodewords.module on line 942.

These errors are due to upgrade from version 1.9

This is the log:
Tipo php
Data Mercoledì, 13 Agosto, 2008 - 18:30
Utente Anonimo
Luogo http://www.toscanaetirreno.com/favicon.ico
Referrer
Messaggio strpos() [function.strpos]: Empty delimiter in /home/toscanae/public_html/modules/nodewords/nodewords.module nella riga 942.
Rilevanza errore

Comments

mwille’s picture

I've got the same problem after upgrading to 1.10

Robrecht Jacques’s picture

Assigned: Unassigned » Robrecht Jacques
Status: Active » Postponed (maintainer needs more info)

Do you also have the array_flip error (see http://drupal.org/node/294475). If you do, can you follow the instructions on http://drupal.org/node/294475 to help me fix this error?

Can you tell me what version of views you use? What version of PHP (see admin/logs/status on your site)?

Thanks.

mader’s picture

No, i don't Have the array_flip error.
I have the following version of PHP/MySQL

Apache 2.2.9 (Unix)
MySQL 5.0.51a-community-log
PHP 5.2.6

And installed this version of views:

Views 5.x-1.6
Views UI 5.x-1.6

Is it possible that it is connected with the lack of favicon.ico?

Robrecht Jacques’s picture

Status: Postponed (maintainer needs more info) » Fixed

Yes! Any page that does not exist (Page not found) will get this error.

Fixed in 5.x-1.12 by checking whether $_GET['q'] is an empty string (in which case it can't be a view anyway).

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.