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.

DATABASE errors

upgrading from 4.7 to 5.1 I have this :

Update #12

* Failed: ALTER TABLE {view_view} ADD is_cacheable int(1)
* Failed: ALTER TABLE {view_view} DROP query
* Failed: ALTER TABLE {view_view} DROP countquery

Update #15

* Failed: ALTER TABLE {view_view} ADD menu_tab_default_parent_type varchar(10)
* Failed: ALTER TABLE {view_view} ADD menu_parent_title varchar(255)
* Failed: ALTER TABLE {view_view} ADD menu_parent_tab_weight int(4)

could help ?

thanks

error in taxonomy after upgrade

When I run cron I get following error.

Type php
Date Thursday, May 31, 2007 - 11:19
User user
Location http://www.mysite.com/admin/logs/status/run-cron
Referrer http://www.mysite.com/admin/logs/status/
Message Invalid argument supplied for foreach() in /www/modules/taxonomy/taxonomy.module on line 1305.
Severity error
Hostname xx.xx.xx.xxx

I have recently upgraded site to 5.1 from 4.7.

Poster and date and time details missing after update

I updated my site from 4.7 through 5.0 and up to 5.1 this weekend and I've come across a really strange problem where, where the Username Date and Time of Postings which (using Marvin as my theme) used to be under all content that was posted, is now not there.

Anyone got any clues as to why this has happened? Is it something to do with the different views method that I have to configure myself this version or something maybe in Marvin that has changed?

Many thanks in advance.

Adam.

Uploaded modules not listed

Hi everybody. I am new to drupal and am having trouble adding new modules. I upload them as instructed, go to admin. site building, modules but the uploaded modules aren't listed. Or at least some of them aren't - one was ok, nodeworks but others I try just don't appear. As far as I'm aware I'm following the instructions to the letter. Can anyone help? Thank you

Problem with charsets while upgrading from 4.6.3 to 4.7.6

Hi,

I am upgrading from 4.6 to 4.7 (and then to 5.3, obviously...).

I am having trouble altering the users table;

The incriminated command in update #169, which at one point does:

ALTER TABLE {comments} CHANGE `subject` `subject` varbinary(64) DEFAULT '' NOT NULL, CHANGE `comment` `comment` longblob DEFAULT '' NOT NULL, CHANGE `hostname` `hostname` varbinary(128) DEFAULT '' NOT NULL, CHANGE `thread` `thread` varbinary(255) DEFAULT '' NOT NULL, CHANGE `users` `users` longblob DEFAULT '' NULL, CHANGE `name` `name` varbinary(60) DEFAULT '' NULL, CHANGE `mail` `mail` varbinary(64) DEFAULT '' NULL, CHANGE `homepage` `homepage` varbinary(255) DEFAULT '' NULL

The warning message is:

'***dbname***.node_revisions' doesn't exist error after successful update.php execution.

Upgrading from 4.6.10. I installed the 4.7.6 tar file into a clean directory on my server. I edited the sites/default/settings file to reflect the location and access of the db and set the url. I ran the update and there were no error messages. There were two links, one to the admin pages and one to the main page. I attempted to navigate to the admin page and got the node_revisions error message. I then attempted to navigate to the main page with the same error message received.

Pages

Subscribe with RSS Subscribe to RSS - Upgrading Drupal