When upgrading from a Drupal 6.19 site with generated devel content, I ran into this problem on my WAMP server:

An AJAX HTTP error occurred. HTTP Result Code: 500 Debugging information follows. Path: http://localhost/pw/update.php?id=503&op=do StatusText: Service unavailable (with message) ResponseText: Recoverable fatal error: Argument 2 passed to db_query() must be an array, string given, called in F:\wamp\www\pw\sites\all\modules\cck\content.module on line 596 and defined in db_query() (line 2208 of F:\wamp\www\pw\includes\database\database.inc).

Upon further investigation, this gives me the error page information of: The update process was aborted prematurely while running update #7027 in system.module. All errors have been logged. You may need to check the watchdog database table manually.

Trying to run update.php again shows that I am still missing 57 changes to the my site, and attempting to hit the front page of the site reports this error:PDOException: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'pw.block_node_type' doesn't exist: SELECT module, delta, type FROM {block_node_type}; Array ( ) in node_block_list_alter() (line 2310 of F:\wamp\www\pw\modules\node\node.module).

This is my first attempt at contributing to testing, apologies if I reported this wrong.

CommentFileSizeAuthor
#6 1.png124.87 KBvindesh
#6 2.png49.65 KBvindesh
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

Vidus’s picture

Title: Upgrade Issue: » Upgrade Issue: from 6.19 to 7 alpha 7
marcvangend’s picture

Status: Active » Postponed (maintainer needs more info)

Vidus, thanks for contributing. I think your issue has remained unnoticed (or at least unanswered) because you filed it against the Alpha7 version. Developers work with the 7.x-dev version, so that's where core contributors look for bugs to fix.

What you can do, is download the latest dev version (http://ftp.drupal.org/files/projects/drupal-7.x-dev.tar.gz) and see if the problem still occurs. If it does, add a new comment below, changing the version of this issue to '7.x-dev' and the status back to 'active'. Also, provide as much information as you possibly can (PHP version, Apache version, operating system, enabled modules and their versions, etc. etc.).

bonobo’s picture

Priority: Critical » Normal

Vidus - thanks for reporting this issue -

Until this can be replicated with more predictability, though, this should be set to "normal" priority.

You should also test this against the beta release; if this issue persists, reporting back with additional info (as marcvangend suggests in his response, above) would be helpful.

Also, a breakdown of the modules on your 6.19 site would be good to see as well.

bonobo’s picture

Version: 7.0-alpha7 » 7.x-dev
vindesh’s picture

Component: update system » ajax system
Assigned: Unassigned » vindesh
Priority: Normal » Major
Issue tags: +6x upgrade to 7x
FileSize
49.65 KB
124.87 KB

Any one help to upgrade drupal 6 to drupal 7.

After run update.php below error generate-
The following updates returned messages
node module
Update #7006

* Failed: DatabaseSchemaObjectExistsException: Table field_data_body already exists. in DatabaseSchema->createTable() (line 630 of /opt/lampp/htdocs/texenergo_demo/includes/database/schema.inc).

I have attach the screenshot of error message please see it.

please help me.

Thanks & Regards
Vindesh Mohariya

marcvangend’s picture

Component: ajax system » database update system
Assigned: vindesh » Unassigned
Priority: Major » Normal

Vindesh, apart from occurring during an upgrade, your problem seems unrelated to the problem this issue started with. Please do not hijack other people's issues, but join issues that describe the same problem (http://www.google.com/search?hl=en&q=+site:drupal.org+%22Table+field_dat... maybe) or create a new issue.

marcvangend’s picture

-tagging-

Anonymous’s picture

Status: Postponed (maintainer needs more info) » Closed (cannot reproduce)

No response from OP, closing.