I'm using PHP5.
The patch from http://drupal.org/node/142624 does not helps (it helps, but new errors have arise).
Before patch:
[Tue May 22 14:41:05 2007] [error] [client 195.208.123.181] PHP Fatal error: Cannot use string offset as an array in /home/webadmin/ncgames.ru/html/sites/all/modules/captcha/captcha.module on line 169, referer: http://ncgames.ru/
After patch:
[Tue May 22 14:59:44 2007] [error] [client 195.208.123.181] PHP Fatal error: Cannot use string offset as an array in /home/webadmin/ncgames.ru/html/sites/all/modules/captcha/captcha.module on line 200, referer: http://ncgames.ru/
After commenting line 200:
[Tue May 22 15:05:59 2007] [error] [client 195.208.123.181] PHP Fatal error: Cannot use string offset as an array in /home/webadmin/ncgames.ru/html/sites/all/modules/captcha/captcha.module on line 201, referer: http://ncgames.ru/
Comments
Comment #1
eean commentedI have the same issue, I had to revert to 5.x-1.1
I haven't tried the patch though.
I'm using PHP 5.1.6-pl11-gentoo and Drupal 5.1.
Comment #2
mfer commentedSame issue. Captcha is important enough of a module that we really need to get this fixed and running.
Comment #3
stella commentedduplicate of #142830