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.

Skip to main content Area

Dear Team,

I have an site which is running on drupal 6.26 version,I create own theme using fusion,
Now i want to upgrade the drupal site to 7.14, After changes it display the "Skip to Main Content Area"
Nothing else

Please help me how to solve this Problem.
Thanks in advance.
Awaiting for your response.

register_argc_argv Drupal 7

Upgrading from D6.26 to D 7.14
Tested OK on local machine with Apache
Crashed on live with Notice: Undefined index: argc in /home/mysite/includes/bootstrap.inc on line 3290 as soon as upgrade.php run.
Discovered register_argc_argv is OFF on live, server is nginx.
Comments in php.ini (5.2) suggest this should be off on a production server.
Trying to change the register_argc_argv setting in .htaccess and settings.php fail.
Questions:
Does D7 require register_argc_argv ON?
Is it only necessary during upgrade?

Upgrade 7.12 completed but system still reports 7.12 is installed!

This one really has me stumped. I have done minor version updates before without any problem but this one seems to have gone a bit wierd. I have followed the update instructions and checked all file versions are definitely the 7.14 ones, however the site still claims to be running 7.12 and keeps telling me I need to upgrade.

Any thoughts anyone? The site seems to be working just fine.

Upgrading webform from drupal 6 to drupal 7

Hello,

I was using webforms under drupal 6 to register participants to events. I need to o some processing after the form is submitted. I was using the "confirmation message box" to recuperate the data in the submitted form with the following code:

// e_mail
if(isset($form_values['submitted_tree']['e_mail'])) {
$email = $form_values['submitted_tree']['e_mail'];
}

I saw some info that in drupal 7 the variable $form_values did not exist any longer. But I did not find any pointer to a replacement.

How to Upgrade or Install Drupal with Git, on a Windows platform

It's taken me ages to work this out - and I know the instructions are patchy, and really are aimed at someone who is already familiar with setting up systems.
However - to tell the story.

I have tracked all over the many many pages already devoted to git, but could find nothing that told me definitively and simply how to update an existing site using git, or even create a new one using git, that I could then maintain with a simple
$ git pull
and will never be updating code or modifying modules etc. that I have to send anywhere else.

Finally - this is what I have
I have Git installed on my Windows XP machine. I don't use the GUI, just the Bash interface, which is almost the same as a normal Unix bash interface. cool.

I was already running a downloaded version of Drupal, but wanted to be able to maintain it with git, not doing the download, unpack, delete, overwrite, upgrade thing each time. Just for kicks really, and wanted to see if it could be done.

so here goes.
My existing install was in a directory called a-drupal, and my apache web server pointed to that.
My new install is in dru-project and now the apache web server points to that.
The users don't see any of that of course. Call your's what you like.

Upgrading or installing Drupal using git on Windows.

PDOException when upgrading

I get this error after upgrading Drupal from 6.x to 7.x

PDOException: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'DATABASE_mainsite.d_languages' doesn't exist: SELECT * FROM {languages} ORDER BY weight ASC, name ASC; Array ( ) in language_list() (line 2636 of /home/USER/DOMAIN/includes/bootstrap.inc).

Any ideas?

Thanks
Aaron

Pages

Subscribe with RSS Subscribe to RSS - Upgrading Drupal