Hi

I enabled your module yesterday, patched node,module, disabled statistics module.
Today I found this error in my watchdog, and I have no idea what's going on.
I disabled aggregator and leech module temporarily 2 days ago.

Typ php
Date Wensday, 22 August, 2007 - 09:59
User Aninymnous
Place http://www.somvprahe.sk/node/feed
Odkazovač
Message strpos() [function.strpos]: Empty delimiter. in /home/somvprahe.sk/somvprahe.sk/www/sites/all/modules/quickstats/quickstats.module on line 14.
State error
Host 82.208.36.11

Thanks
Igor
somvprahe.sk

Comments

Mgccl’s picture

well.
to fix it, I believe add this line before line 14 would be useful

  if(!$useragent){
$useragent = 'nothing';
  }
FiReaNGeL’s picture

Fixed, should be in the next version, thanks!

FiReaNGeL’s picture

Status: Active » Closed (fixed)

Fixed in both 5.x and 6.x

mckeen_greg’s picture

Version: 5.x-1.3 » 6.x-1.0

This error persisits, as I get this message from Drush.

warning: strpos(): Empty delimiter in /path/to/module/quickstats/quickstats.module on line 14.