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
Comment #1
mwille commentedI've got the same problem after upgrading to 1.10
Comment #2
Robrecht Jacques commentedDo you also have the
array_fliperror (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.
Comment #3
mader commentedNo, 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?
Comment #4
Robrecht Jacques commentedYes! 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).
Comment #5
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.