warning: Illegal offset type in /home/xiosweb/public_html/dru/modules/taxonomy/taxonomy.module on line 1162.
warning: Illegal offset type in /home/xiosweb/public_html/dru/modules/taxonomy/taxonomy.module on line 1163.
warning: Illegal offset type in /home/xiosweb/public_html/dru/modules/taxonomy/taxonomy.module on line 1166.
warning: Illegal offset type in /home/xiosweb/public_html/dru/modules/taxonomy/taxonomy.module on line 1162.
warning: Illegal offset type in /home/xiosweb/public_html/dru/modules/taxonomy/taxonomy.module on line 1163.
warning: Illegal offset type in /home/xiosweb/public_html/dru/modules/taxonomy/taxonomy.module on line 1166.

this is the link
node/add/property/localizernode/19/el

I have pathauto enabled on drupal 5.1

if I just disable "pathauto" and try again none of the warnings appear

Comments

giorgosk’s picture

Status: Active » Closed (fixed)

I found that the issue is with pathauto and installing the latest dev package solves all the warnings

the issue is http://drupal.org/node/92900

giorgosk’s picture

Status: Closed (fixed) » Active

I spoke too soon

the problem is still there,

when I click on "create translation" > node/add/property/localizernode/42/en

    * warning: Illegal offset type in /home/xiosweb/public_html/dru/modules/taxonomy/taxonomy.module on line 1162.
    * warning: Illegal offset type in /home/xiosweb/public_html/dru/modules/taxonomy/taxonomy.module on line 1163.
    * warning: Illegal offset type in /home/xiosweb/public_html/dru/modules/taxonomy/taxonomy.module on line 1166.
    * warning: Illegal offset type in /home/xiosweb/public_html/dru/modules/taxonomy/taxonomy.module on line 1162.
    * warning: Illegal offset type in /home/xiosweb/public_html/dru/modules/taxonomy/taxonomy.module on line 1163.
   * warning: Illegal offset type in /home/xiosweb/public_html/dru/modules/taxonomy/taxonomy.module on line 1166.

It could be the Localizer actually,

How can I help ?
I have the devel module installed !!

greggles’s picture

And that's with the latest version of pathauto?

Can you confirm the version values from the top line of pathauto.module and pathauto_node.inc?

Also - I'd really like to keep this conversation out of that other issue...since the other issue since so many people are on that other issue and most seem to agree that it's fixed.

giorgosk’s picture

// $Id: pathauto_node.inc,v 1.29.2.3 2007/02/05 18:31:41 greggles Exp $
// $Id: pathauto.module,v 1.44.2.5 2007/01/20 23:26:24 greggles Exp $

I believe they are the latest

----
I was not planning to continue that issue in any case, I just thought that people put some time looking at that issue maybe they can offer some great advice on this one, since it sounds so similar ....

greggles: I appreciate the your effort ... looking at this one.

giorgosk’s picture

take a note that taxonomy.module file has been patched by the localizer module
so
1162-1166 lines correspond to function "taxonomy_get_term"

giorgosk’s picture

Have discovered that this is happening only on CCK created nodes and documented everything in a pathauto issue
(which does not necessarily mean that its a pathauto issue, under investigation)
http://drupal.org/node/124280

giorgosk’s picture

Roberto please take a look at look at comment
#3 > http://drupal.org/node/124280#comment-207643

I think I have found the reason the warnings come up, but don't want to copy and paste the whole thing

thanks