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.

Upgrading from 6.13 to 7 - Fatal error

I just tried upgrading my site from 6.13 to 7 and I got this error:

PDOException: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'sebkazco_tremwars.profile_field' doesn't exist: SELECT f.name, f.type, v.uid, v.value FROM {profile_field} f INNER JOIN {profile_value} v ON f.fid = v.fid WHERE uid IN (:uids_0); Array ( [:uids_0] => 1 ) in profile_user_load() (line 265 of /home/sebkazco/public_html/tremwars.test/modules/profile/profile.module).

Setting default values in CCK

Have upgrade from Drupal 6.10 to 6.12 and my default value setting of CCK fields has broken.

Used to be able to do something like:

// snippet from hook_alter_form

$form['#node']->field_XXXX[0]['value'] = "fubar";

This no longer works, and the documentation from CCK on setting defaults using PHP has me simply confused.

A simple example would be great.

thx.

Updated non core modules, but update.php says no updates available

Hi, just started learning to update modules.

Earlier today, I disabled a non core module (user relations), uploaded the newer version of the module, and ran update.php. Update.php found an update for the module, and everything was fine.

Just now, I tried updating some other modules (CTools, Panels), but when I run update.php, it says "No updates available" for all the modules. Is this fine? Is it because there were no changes in the database, so no need for running update.php?

Status reports say everything is up to date. Will there be trouble further down the road?

I have move a drupal from local to a vh and it gime me some warnings.

I have upload my site to a virtual host and it gives me this mistakes:

D5 > 6 upgrade database error message

I have upgraded to Drupal 6.13 and get the following error, repeated 16 time, on the vast majority of book nodes...

user warning: Unknown column 'parent' in 'field list' query: SELECT parent FROM drupal_book WHERE nid = 245 in D:\xampp\htdocs\drupal\includes\common.inc(1645) : eval()'d code on line 6.

I am no expert with MySql, but a quick look at the table drupal_book revealed three fields: mlid, nid, bid

Any suggestions please?

Drupal sucks!

And if version 7 is anything close to the current version, it will continue to SUCK!

[This thread has been locked; flaming won't lead to anything productive. For specific issues, consider posting feature requests or bug reports. To review your support options, visit http://drupal.org/support - Heine]

Pages

Subscribe with RSS Subscribe to RSS - Upgrading Drupal