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.
Hi
I recently upgraded my website to drupal version 7.18 from version 7.14. However, after I ran update.php for DB updates and accessed the site, the UI appeared broken, for example, the top black admin bar had displaced menu items, the search bar on the site's homepage was vertically shifted, etc.
I recently have completed an upgrade from D6 to D7 (D6:www.pflogging.com, D7:test.pflogging.com). I needed to move the resulting of this conversion to a new shared host, and so I selected Bluehost as my provider, and created a new domain (thrivingonsystems.com). Bluehost supports scripted creation of a new site, which I used to build a template of the required sites/default/settings.php file. That site operates correctly (thrivingsystems.com/thrivingsystems). I then transferred all modules and themes from the D7 site into the sites/all folders on the new site, and exported my existing site's database (using the backup migrate module), created a new database on the Bluehost site, and imported the mysql into that new database. I then made a copy of the settings.php generated by the working drupal site, and modified it to point to the new database.
Unfortunately, I get the following error:
The website encountered an unexpected error. Please try again later.
Error messagePDOException: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'thrivip7_prod.dpl_semaphore' doesn't exist: SELECT expire, value FROM {semaphore} WHERE name = :name; Array ( [:name] => variable_init ) in lock_may_be_available() (line 167 of /home3/thrivip7/public_html/thrivingonsystems/includes/lock.inc).
I have just upgraded my site to Drupal 7. Today I created a new contenttype and I wanted to connect it to a vocabulary. In drupal 6 I go to the vocabulary and make a choice that it should be usable in a certain contenttype. In Drupal 7 I can't find any such possibility. Anyone who can tell me where to find it???
My workflow involves a development server, staging server, and production server (fairly common). Content is constantly being maintained on the production server.