1
Hi to all the experts out there again
Got another small problem with some modules install on my site. When I login to the site I get:
Notice: Uninitialized string offset: 0 in /home/fhlinux193/i/mysite.co.uk/user/htdocs/modules/spotlight/include/functions.php on line 445
Notice: Array to string conversion in /home/fhlinux193/i/mysite.co.uk/user/htdocs/modules/spotlight/include/functions.php on line 448 Line 445:
if (!in_array($word, $lower_exceptions))$word[0] = strtoupper($word[0]); Line 448:
$text = join(" ", $newwords);Site was working ok, till I added another news item
Can anyone point me in the direction of what could be wrong or what I need to check
Thanks for your time..