I want to send an array from drupal page to another page which I code entire page.
And I think session can do this, but it seems like drupal has specific session_id or something that make session in the new page (created by session_start()) is not the same as one created in the drupal page.
Hi guys, I'm currently transferring my existing site to another web hosting. I was successful on deploying my site on the current web hosting i have. But on this new web hosting it fails. The error was this:
Notice: Undefined index: module in _field_info_prepare_instance_widget() (line 382 of /home/sites/public_html/modules/field/field.info.inc).
Notice: Undefined index: module in _field_info_prepare_instance_display() (line 350 of /home/sites/public_html/modules/field/field.info.inc).
Notice: Undefined index: module in _field_info_prepare_instance_widget() (line 382 of /home/sites/public_html/modules/field/field.info.inc).
Notice: Undefined index: module in _field_info_prepare_instance_display() (line 350 of /home/sites/public_html/modules/field/field.info.inc).
Notice: Undefined index: module in _field_info_prepare_instance_widget() (line 382 of /home/sites/public_html/modules/field/field.info.inc).
Notice: Undefined index: module in _field_info_prepare_instance_display() (line 350 of /home/sites/public_html/modules/field/field.info.inc).
Notice: Undefined index: module in _field_info_prepare_instance_widget() (line 382 of /home/sites/public_html/modules/field/field.info.inc).
Notice: Undefined index: module in _field_info_prepare_instance_display() (line 350 of /home/sites/public_html/modules/field/field.info.inc).
I've been messing around with this for a couple of days, and I'm missing something. I have a specific purpose I want to achieve, but this applies to other things as well.
What I want to do is a my own css only menu. The menu itself is from Stu Nicholls, and it is the Drop Everything menu. I'm using this menu for a particular purpose. Not so much for site navigation, but as a way to provide information. This menu can hold other things besides links, such as photos and text.