Hi,
I have installed drupal 6.10 and installed webform module version webform-6.x-2.6.tar.gz in linux fedora 6 version.

While I create the Form Components and while submitting the form with the values entered, I have got the following warning messages. Please help me.

* warning: Illegal offset type in /var/www/html/Janakiraman/zeuscart/includes/path.inc on line 65.
* warning: Illegal offset type in /var/www/html/Janakiraman/zeuscart/includes/path.inc on line 70.

Instead I have checked the path.inc file at the line number 65 and changed the coding isset($map[$path_language][$path]) in to $map[$path_language][$path]!="". But still I got the same warning messages.

Kindly help me.

Comments

david1409’s picture

I'm getting a very similar error messages.....

•warning: Illegal offset type in isset or empty in /mnt/local/home/xxxxxxxxx/xxxxxxxxx.com/includes/path.inc on line 65.
•warning: Illegal offset type in /mnt/local/home/xxxxxxxxx/xxxxxxxxx.com/includes/path.inc on line 70.

I have version 6.x-2.7 and have translation enabled, using with Drupal 6.12. This is happening everytime I "submit" the form and has been happening during the creation of the form but I cannot reliably reproduce the creation error.

Thanks

Dave

quicksketch’s picture

Status: Active » Closed (fixed)

Unless this can be reliably be reproduced, I won't be able to fix the issue. Please reopen if instructions can be provided to cause this issue from clean Drupal install.