I attempted to update from b10 to b12 by:
1) downloading b12 in a new directory
2) copying over /sites/default/settings.php from b10 installation
3) reconfiguring settings.php to use a copy of the b10 database
4) copying over /sites/default/files from b10 installation
5) running /update.php - which reported the following failure errors (in addition to numerous warnings):
cp module
Update #6002
Failed: Spaces Overrdide table does not exist, aborting till spaces updates are run.
scholar_biocv module
Update #6001
Failed: Spaces Overrdide table does not exist, aborting till spaces updates are run.
scholar_book module
Update #6001
Failed: Spaces Overrdide table does not exist, aborting till spaces updates are run.
scholar_dvn module
Update #6001
Failed: Spaces Override table does not exist, aborting until Spaces is updated to version 3.
scholar_front module
Update #6001
Failed: Spaces Overrdide table does not exist, aborting till spaces updates are run.
scholar_publications module
Update #6006
Failed: Spaces Overrdide table does not exist, aborting till spaces updates are run.
scholar_reader module
Update #6001
Failed: Spaces Overrdide table does not exist, aborting till spaces updates are run.
at this point, all clicking on any front page 'featured' links to user sites:
(such as http://www.server.com/node/3 which redirects to http://www.server.com/user/node/3)
...results in a "page not found" error. (regardless of which URL variant is used.)
Attempting to (re)run the database updates from the Status Report page (by using the "You should run the database update script immediately." link) results in considerably fewer warnings and no failure errors, but the result is the same - the user-site links (featured on the front page) result in "Page not found" errors.
Should the b12 updater work on a b10 database, or is it necessary to upgrade b10 -> b11 before attempting to upgrade to b12? Thanks for any assistance or suggestions. (I've also tried downloading and installing the latest Spaces as listed in Available Updates (and re-running /update.php) however this seems to have no effect on the issue)
Comments
Hi, I too experienced the
Hi,
I too experienced the issues you describe, not only when upgrading to b12 but also (some of them) to b11. I opened an entry in the issue queue on the OpenScholar project page at http://drupal.org/node/1265712 but so far I got no reply. I got some good help on IRC's #openscholar channel though, but still I couldn't get pass the URL and the
site layout problems.
Rolando
Updating from Beta10 > 12 should work
Updating from Beta10 > 12 should work but I can say that I havn't tested that. The Beta11 update is unique in that updates must be run twice in a row due to dependencies. Weight etc. does not factor in the order of updates run (only their name).
If you upgrade to Beta11 then 12 do you experience the same issues?
-Richard
Hi Richard, in my case, there
Hi Richard,
in my case, there were always issues between upgrades, whether I jumped from b10 to b12 or going from b10 to b11 to b12.
One thing I noticed which might help is that the problems only occurred on the scholars profile as I performed upgrades on two setups with the projects profile and everything went smooth.
Rolando
Thanks for the help Richard,
Thanks for the help Richard, but the b11 upgrade would not even work on my b10 installation. I will try again, but the last time I tried that I ran into an error with update.php. (http://groups.drupal.org/node/162709). I'll give it another try and see if it makes a difference.
Using the same steps as above
Using the same steps as above (and running update.php twice), I was able to update from b10 to b11 however clicking on any front page 'featured' links to user sites (such as http://www.server.com/node/3 which redirects to http://www.server.com/user/node/3) results in a "page not found" error as with the attempted b10 to b12 upgrade.
I also downloaded (and copied into /all/modules/contrib/) the recommended Spaces upgrade in an attempt to solve the "Failed: Spaces Overrdide table does not exist, aborting till spaces updates are run." error - could this be related? Thanks again for any suggestions.