Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
Ive recently updated my website from drupal 4.6 to 4.7. The update script worked fine on the backup of my db and the website started to run with 4.7. I re-enabled the necessary modules and got problems with page_title.
When I create new content or edit existing content, upon submitting the form. I see the error on two queries i.e delete from page_title...... and insert into page_title.............
after installing killes infinite_loop patch, everything ran tickety-boo, except the following errors were reported. In the midst of a mass of sucessful scripts, they look fairly insubstantial - but I don't have any idea whether they are or are not. Can anyone confirm / interpret?
update #131
user warning: Can't DROP 'title'; check that column/key exists query: ALTER TABLE boxes DROP INDEX title in /home/sites/eternalpurpose.org.uk/public_html/includes/database.mysql.inc on line 120.
user warning: Duplicate entry 'rss.xml' for key 2 query: INSERT INTO url_alias (src, dst) VALUES ('node/feed', 'rss.xml') in /home/sites/eternalpurpose.org.uk/public_html/includes/database.mysql.inc on line 120.
user warning: Duplicate key name 'nid' query: ALTER TABLE book ADD KEY nid (nid) in /home/sites/eternalpurpose.org.uk/public_html/includes/database.mysql.inc on line 120.
user warning: Column 'name' cannot be part of FULLTEXT index query: ALTER TABLE users CHANGE `name` `name` varbinary(60) DEFAULT '' NOT NULL, CHANGE `pass` `pass` varbinary(32) DEFAULT '' NOT NULL, CHANGE `mail` `mail` varbinary(64) DEFAULT '' NULL, CHANGE `theme` `theme` varbinary(255) DEFAULT '' NOT NULL, CHANGE `signature` `signature` varbinary(255) DEFAULT '' NOT NULL, CHANGE `timezone` `timezone` varbinary(8) DEFAULT '' NULL, CHANGE `language` `language` varbinary(12) DEFAULT '' NOT NULL, CHANGE `init` `init` varbinary(64) DEFAULT '' NULL, CHANGE `data` `data` longblob DEFAULT '' NULL, CHANGE `picture` `picture` varbinary(255) DEFAULT '' NOT NULL in /home/sites/eternalpurpose.org.uk/public_html/includes/database.mysql.inc on line 120
There wasn't an answer given in the previous forum question about the login problems after upgrading.
I upgraded from 4.6 to 4.7 tonight. Everything went smoothe. Not one problem. I put the site in "off-line" mode to work and now I can't log in as an admin.
Anybody got a suggestion about what I can do? This is very frustrating?
i had drupal 4.6.
ive uploaded the 4.7, overwriting the existing files, and changing sites/default/settings.php for the appropiate.
ive gone to http://www.myweb.com/update.php, ive done the update, all correct.
and when i went to http://www.myweb.com, it doesnt work. its totally white, there's just nothing.
I just upgraded from 4.6.6 to 4.7.0. I followed the upgrade video, and scoured the handbook and forums before doing so. Everything seemed to go as planned during the upgrade; I got no errors when running update.php, etc. All my content from the database is still in place, and still accessible via my site.