Conversation
Notices
-
upgrading !drupal from 6 to 7, at last! :)
-
@jstitch Worked for me well. Good luck.
-
@0leg thanks, I'm having an issue with a menu (primary-links) I think, I'll what to do...
-
@jstitch what is the issue exactly? I might be able to help
-
@0leg first, at update.php DatabaseSchemaObjectExistsException: Table system_update_7061 already exists
-
@0leg next Notice: Undefined index: primary-links in menu_block_view() line 462 of modules/menu/menu.module , everywhere in my site
-
@jstitch second one looks like this http://drupal.org/node/1232998
-
@0leg thanks! taking a look at it!
-
@0leg wow seems like update.php has a bug, couldn't finish the update :( the menú error isn't even important against the update.php one :-/
-
@jstitch is there an output error message?
-
@0leg the thrown message is: Failed: PDOException: SQLSTATE[23000]: Integrity constraint violation: 1062 Duplicate entry...
-
@0leg 'public://versioning.png' for key 'uri': (thats a file attached to some contents I have), then the query INSERT INTO {file_managed}...
-
@0leg (I ommit the query) and finnaly in system_update_7061() (line 2811 of modules/system/system.install)... what goes? :-/
-
@0leg and so, I get the site migrated, but with no contents!
-
@0leg also I activate the Toolbar module but get no adm menu! (but I think this have to do with the other error, the one about menus...)
-
@jstitch wow, sounds bad. Do you have a DB backup?
-
@0leg yes I have ;) I've tried a lot of times from that but no good result for me. and i REALLY wish yo change my D6 to D7!!
-
@jstitch have you had views module? Used any custom views for content?
-
@jstitch check this thread http://drupal.org/node/1140746
-
@0leg I have views module but it's disabled for the upgrade. I don't have any custom view, just use it for a dependency with other module
-
@0leg why would that matter, any way? ... checking the link you just gave me, thanks!
-