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).
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 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
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]