This forum is for questions about upgrading an existing Drupal site. Don't forget to read the UPGRADE.txt file that comes with every Drupal download.

pixture_reloaded these issue - Notice: Undefined variable: hide_site_name in include() (line 14

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.

Updraded to Drupal 6 to 1.2.3.3 and now webforms will not work

I was running drupal 6 and decided to go ahead and download the latest update.

Now that i did my webform page i had previously designed is gone.

Tried redownloading the webform module and reinstalling and it still doesnt work

Under "Content Managment" there is a webforms option, but no other sub-options listed.

Any ideas?

Site supposed to go live any day now and i cant seem to get any version of a webform to work!

Thanks!

upgrade directly from Drupal 7.0-beta3 to Drupal-7,0?

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)?

Thanks in advance!

failed to open stream: Permission denied in update_fix_d7_requirements()

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;

Flipped tables in Drupal 7, port from Drupal 6

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?

Full Drupal6 working code from previous post:( http://drupal.org/node/174578 )

  $row = array();
  foreach ($rows as $col){
    foreach ($col as $ltr => $value){
      $row[$ltr][] = $value;
    }
  }
  $first = TRUE;
  $element = 'odd';
print $class; ">
if (!empty($title)) :

endif;

if ($first):

">

foreach($row['title'] as $title):

endforeach;

  $first = FALSE;
        endif; //$first
        $element = 'even';
  if (!$first): 
foreach ($row as $cck_field => $rowname):
if ($cck_field != title):
print $title;
echo $title;

equivalent function for theme_view in drupal 6 views 2...

Hello all,

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.

Pages

Subscribe with RSS Subscribe to RSS - Upgrading Drupal