Since this problem started right after an upgrade, I thought this was the right forum to ask.
I inherited admin of a drupal site, running 4.7.4. A few days ago I tried to upgrade directly to 5.5, had a crash during upgrade, after several restore efforts have the site back as it was.
Except for a few odd things - when I create or edit a page, as user1, the links for "publishing options" "authoring information" are broken. the text is there, but the hyperlink isn't working.
I updated several modules on my website. Now I cannot promote content to the front page. More... the content does not show up in the 'Organic Groups' group to which it belongs, nor does the content show up in the blogs (i.e. www.catholicsfordemocracy.org/blog). The content does show up in the block that lists recent blog posts, though.
I am confidently certain that this is a problem created by updating the modules, but I cannot figure out which module update caused this or how to undo it.
I am running two sites in separate servers:
- the testing site
- the production site
as recommended in the good practices section.
While I am adding new content to the testing site, the internet users keep adding content to the production site at the same exact time. The problem arises when it is time to merge the two databases. There are rows in the two node tables which are showing the same identifier (nid column)! That makes impossible to merge the rows in a straighforward way.
Has anyone developed the appropiate SQL scripts to achieve that?