Noticed that there are difference between a new and clean installation of D7 and a D7 that has been upgraded from D6 (6.20). Among other when adding Page (which is called Basic Page in new D7 inst.) in the D7 upgraded installation version, there is no possibility of adding meny link; the option is clearly missing?!
Also the Bartik template has the Main Menu where the D7 upgrade inst is missing the Main Menu both in the list of menus and as well when using the Bartik template.
No content will appear, and it won't let me see any of my admin pages? The installation process goes fine though - doesn't show any errors while installing.
I've just tried to upgrade from 5.23 to 6.x. I knew there'd be a bit of work, given that I had a few problems with going from 4.x to 5.x. So I spent a lot of time planning for this upgrade, read all the instructions, tutorials, etc.
The upgrade failed completely. Database updates didn't happen (missing columns in cache and url_alias tables). Fixed those, and now WSOD.
hi, nice menus for my drupal 6 site (on a development server) is displaying sub-menu list items (beneath the menu parent item) all smashed together on the same line. I would prefer if each sub-menu list item was on a separate line.
Does anyone know where in the CSS i can tell nice menus to put each sub-menu list item on a separate line?
Someone built my customer a custom Drupal site in late 2009 using Drupal 6.14 it needs to be updated or upgraded
He just bailed and left it to me with no Drupal experience. I've searched and read a good bit, but am having some issues.
There are many updates that need to be done for security reasons.
The site functions ok as is and because it has custom modules, it seems easy to break when trying to update.
To help with updating or upgrading the site, I have
-copied the complete site to a subdomain,
-made a new db and changed the setting.php to match the new db
-changed the pw and email address in the db under 'users' for the number 1 user, but left the user name the same
When going to the subdomain the home page shows up, but there is no login link
I was able to login using http://www.article.mysite.com/?q=user/login
Clicking on any link for navigation at the top of the page or on left side for admin purposes
-give a '500 Internal Server Error'
1) tried htaccess fix http://drupal.org/node/121834
-got
Fatal error: Cannot redeclare _views_theme_functions() (previously declared in
sites/all/modules/zzholdnew/views/theme/theme.inc:21) in
sites/all/modules/zzholdold/views/theme/theme.inc on line 36
restored htaccess to original
2) tried clearing db cache and sessions using empty method
-still get 500 error