having a very strange issue, 1 variable in the data is 'null' when called from windows, and has the proper value on mac
I thought this was not possible, but it happened somehow...
all the other data is totally correct, except the 'path' variable (called thru the ViewsService)
I traced it further in the services_node_load and isolated that one variable where it filters the nodes, when I do a strlen() on the $node->{$field} there, on mac it returns the proper length, but on windows it is always 0, so as if the data is not there :/
the only difference I see is (with charles) that windows does not add the 'Accept-Charset' in the header as on mac, could this be the issue? anyone any clues, or pointers for this??
(I tried all combinations of $gateway->setCharsetHandler("iconv", "UTF-8", "UTF-8"); already, but w/o success, the string it should return is a simple path generated from pathauto eg. 'lang/product/sub-category')
Comments
Comment #1
g10 commentedok, kinda solved it, issue with permissions of the path module
appearently when allowing anonymous users to 'administer url aliases' then the variable gets passed !?
(as I cannot delete this tread, will post a patch and move this issue to the proper module once I figured out in detail which is one is causing this)
Comment #2
g10 commentedthe solution is here:
http://drupal.org/node/66642
or
http://drupal.org/node/87223
Comment #3
robloachIt's actually a bug in Drupal core that was just recently fixed:
http://drupal.org/node/216404
Comment #4
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.