Hi,
I have upgraded drupal5 to drupal6, and in D5 term_node(nid,tid) while in D6 term_node(nid,tid,vid). Now problem is when I migrate data from D5 term_node table , it dump into table and vid is null because there was no concept of vid in term_node in D5. But side effect comes when I am in D6 code and taxonomy function read from term_node in vid column. So what should I do in that case? should I write a manual script to equalize node=vid in table? kindly let me know if any one know good work around.
I am a novice at Drupal, but I have considerable background in Application Development.
After attempting to upgrade to 7.2 following the rather simple instructions, everhting worked fine UNTIL
I tried to turn off Maintenance mode.
I was unable to login as UID 1 and after pursuing several "solutions" offered in this foruem, I was never able to get anything
more than 500 errors after finally being able to login (set DB variable and flushed cache table)
I have since reverted back to 7.0 and everything appears to be back to normal.
I just read that Drupal 7.2 came out recently. I'd like to find a complete list of changes that have been made in this release, but the CHANGELOG.txt that comes with the files sounds a bit generic (e.g. "Numerous critical performance improvements" etc.) and the page about version 7.2 - http://drupal.org/node/1168946 - lists all the changes committed since version 7.0.
Is there a place where I can read *in detail* about changes that have been made *exclusively* in Drupal 7.2 (like with any other software)?
Upgraded to Drupal 7.2 from 6.22 and seem to have most things working now EXCEPT my menu items that had url queries in them now no longer work - the query is stripped out of the menu - also if I try and list/edit my menu I get
Fatal error: Unsupported operand types in E:\domains\p\philsnelson.co.uk\user\htdocs\includes\common.inc on line 2174
Today, I have upgraded tot Drupal 6.22 and was advised by Drupal to update the database. I tried to, but I got the message: "An HTTP error 501 occurred. [www.mydomain.com]/update.php?id=12&op=do". I don't know how to solve this problem.
The only possible answer I found in the forum, is to be found at drupal.org/node/320530. It lookes like a good answer, but I haven't got enough (technical) knowledge to know what to with this information.
Hi, was anybody able to migrate already existing(created) triggered rules from Drupal 6 to Drupal 7? The normal migration doesn't migrate the rules. Is there a way to export/import them from 6 to 7?