Add this code just before the the mentioned line and it should work
if (strlen($text) <= $maxlen) $maxlen = strlen($text);
I get this same error.
Warning: strpos() [function.strpos]: Offset not contained in string in ...components/com_joodb/helpers/joodb.php on line 124
I looked at the line...
$len = strpos($text," ",$maxlen);
How should I fix it?
Hi - I get the following error from a new database link: Warning: strpos() [function.strpos]: Offset not contained in string in C:\xampp\htdocs\joomla15\components\com_joodb\helpers\joodb.php on line 124
A second link I have works fine. I'm new to Joodb and would appreciate any suggestions. The database looks fine in MySQL - just two fields - C_Id & Country