Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
Hi upgraded my theme pixture_relaoded with 7.x-1.0 release version, and to upgrade this i uploaded it to sites/all/themes folder , but now when i browse the site it gives following message on the top
Notice: Undefined variable: hide_site_name in include() (line 14 of /home/abc/public_html/mywebsite.com/sites/all/themes/pixture_reloaded/templates/page.tpl.php).
can somebody help me please how to remove this message, i tried clearing cache from development in admin configurations but it doesn't work, this message is still displaying in my website header.
Hi, Is it OK to upgrade directly from Drupal 7.0-beta3 to Drupal-7,0 by uploading and installing the new full package over the old installation (I'll save my settings.php)?
I am trying to upgrade from version 6.20 to latest 7.x. I am using Lunarpages Windows hosting services with php5 with PDO enabled. The sites/default/settings.php file has permissions set for full access as I followed the instructions in http://drupal.org/node/550126
When I access ---site-info---\update.php, I get ERROR MESSAGE;
I'm building a site with Drupal 7 and want to emulate the flipped table view as provided by Views Hacks. I tried to reuse the code as showed in http://drupal.org/node/174578 but this doesn't run " as is" on Drupal 7.
I modified line 11 to show "print $classes" instead of "print $class" but still get errors on other lines
(eg: on line 21:
foreach($row['title'] as $title):
error message is :
undefined index: title in include()
Is there anyone who knows how to make this code work in Drupal 7?
I'm upgrading a drupal 5 site to drupal 6. There is a function theme_view in sites/all/mytheme/template.php file. The problem is that i could not find out the equivalent function for theme_view in views 2 (drupal 6)? I've tried google and also searched the forum but could not find a solution. If anybody can help me sort this out or point me to a solution, i will be greatly thankful to her/him. Its very urgent and i need it as soon as possible.