I have this problem and maybe it's something really obvious, but I have not been able to figure it out.
I'm working on a form api form on Drupal 6, and for some reason on my development machine (my local computer), on which I'm using xampp, the $form_state['storage'] NEVER persists. On the rebuild of a form (e.g. going to the second page), the key is just not there and I lose key information from the first page (and from elsewhere). Does anyone have any insight into this? It seems to persist into the submit handler from the first page, but doesn't make it to the rebuild.
Im facing a problem with a webshop build in drupal and the ubercart module.
I was trying to work on a different problem and empty the cache but then the product filter and the calculating price of shipping stopped working and the CSS file was no longer included. I really cannot find out what the problem is. As days got by i did my best to find out what was going on.
Ok guys, I have a website with a lot of custom made modules and theme. I need to upgrade the site from D6 to D7.
The theme and modules make heavy use of the convention $node->field_my_custom_field[0]['value'] to access CCK values. I know in D7, you need to add an additional ['und']..... I have some questions:
Is there a module that can tell you if a core file,module or third module has been modified/patched? I have tried the module "hacked" but it fails in checking the modules. (It just display "unchecked" with no reason why it cannot check the modules)