I just updated my drupal site and all has gone well except I get this error at the top of my modules page:
Notice: Undefined index: distribution_name in drupal_install_profile_distribution_name() (line 202 of /home/truebug1/public_html/includes/install.inc).
How can I fix this?
Thanks in advance for your help. I'm rather new to drupal so still fumbling my way around.
I have a 7.2 installation with ckeditor and kcfinder.
I'm able to upload files with kcfinder to /sites/default/files/kcfinder/[images|files]
When I edit a block and want to add a link (or an image), I can select "Browse server", I see all the files that I uploaded, but when I select one of the files and go back to the previous window, the path is wrong.
I have been using node_load to retrieve one field for one node, but would like to know if there is a function that can be used to retrieve a single field for a specific node in Drupal 7. While node_load works, it seems to be far more resource intensive then is necessary.
Hi, Im a little confused with how to make custom layouts for my panels in D7. Ive read the documentation and it says that ctools takes care of all of this. After reading the ctools documentation about where to put my custom layouts, Im confused about where I need to put the code in to tell ctools where to look. Also, i am assuming that this will be the same thing if I decide to do some custom theming for my views. Please, can some one help me out and give me a step by step? Thank you.