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.

Copy nodes

I have just upgraded to 4.7
My old edit-as-new module doesn't work
Any suggestions how I could easily copy / replicate existing nodes where I only want to change a small part of the content?
Thanks

Strange upgrade experience

I successfully upgraded a small site from 4.7.0-rc3 to 4.7 stable and didn't have any problems with the upgrade process. Everything was reported as having succeeded. I then upgraded the image module in similar fashion.

However, when I type in www.mydomain.com/CHANGELOG.txt, it still shows Drupal x.x.x, xxxx-xx-xx (development version)

Now, I am not at all sure if the site has actually upgraded. Any suggestions?

password reset not working after upgrade

i just tried to upgrade from 4.6 to 4.7 and when i try to reset my password i get the error:

The e-mail address cullen@myemail.com is already taken.

has anyone run into this one before? a search didnt return any fix

Image Module not working after upgrade

I upgraded from 4.6 to 4.7. once done I upgraded TinyMce BB code and they are working fine.

My problem is the image module...

I ran the update-image.php after the upgrade.

Enabled the module, went into settings and I got this....

4.7 rss - node/feed is now rss.xml

Just wanted to add this someplace where search engines will find it, as I see people asking the question and not getting an answer elsewhere.
And I just spent 10 minutes finding the answer for a new site I set up.

Question (for search engine juice):
Help, my node feed isn't working. node/feed returns the main page with html, and not a valid rss feed. What's wrong?
What's the problem? Why was it changed in 4.7 ?

Update script failes

I'm at a loss here, I tried to update my 4.6.x site to 4.7 but it doesn't
work and I know too little to even understand what's wrong.

When I run the update script I get a lot of error messages, it starts
like this (I've deleted the messages that were OK)

Update #110
DROP TABLE {search_index}
Failed: CREATE TABLE {search_total} ( word varchar(50) NOT NULL default '', count int(10) unsigned default NULL,
Failed: ALTER TABLE {blocks} DROP path
Failed: ALTER TABLE {blocks} ADD visibility tinyint(1) NOT NULL
Failed: ALTER TABLE {blocks} ADD pages text NOT NULL

Update #111
Failed: ALTER TABLE {sessions} ADD PRIMARY KEY sid (sid)

Update #112
Failed: CREATE TABLE {flood} ( event varchar(64) NOT NULL default '', hostname varchar(128) NOT NULL default '',
timestamp int(11) NOT NULL default '0' );

Update #113
Failed: ALTER TABLE {accesslog} ADD aid int(10) NOT NULL auto_increment, ADD PRIMARY KEY (aid)

Update #114
Failed: CREATE TABLE {queue} ( nid int(10) unsigned NOT NULL, uid int(10) unsigned NOT NULL, vote int(3) NOT
NULL default '0', PRIMARY KEY (nid, uid) )
Failed: ALTER TABLE {node} DROP votes
Failed: ALTER TABLE {node} DROP score
Failed: ALTER TABLE {node} DROP users

and it continues like this until update #128 which gives the last error message. After that everything seems to be OK.

Does anyone understand what's wrong and

Pages

Subscribe with RSS Subscribe to RSS - Upgrading Drupal