I was so stoked about how you can separate data from formatting in Drupal (spent some time just applying different themes to my exisitng site, starting to read/work with "Drupal 5 Themes" book, etc.)... I decided to go ahead and migrate to Drupal 6.0...

...and pretty much blew it. I'm pretty sure I neglected to disable any contributed/non-core modules first. I *probably* did have a default theme set, like Garland... I think. Now it's just hosed.

Anyway, as you can now see at http://www.justbradford.com , I now just have raw unformatted data of the homepage ("news/blog"), and links to other pages (like "Shows") get a 404 error. I'd certainly like to try to preserve my content, if possible! There are a good number of posts, show dates, pictures, etc. already contributed.

What I'd sure appreciate some help in figuring out what to do is:

1. ***Just get the site back to where it was in Drupal 5.x, with all the content I had added to that point!
-I have now backed downloaded a copy of the database (hopefully correctly...I used the default settings for .sql file export from MyPhpAdmin on www.bluehost.com ...in addition, the database *appears* to be intact on my bluehost server (I had a look at the .xls version of the db, and it does look like all my info is pretty much intact (whether I've done anything that could "lock me out" is maybe another matter...)
-I believe I have good local copies of all the files that were in the /public_html directory (the Drupal install directory, as far as I know...although it looks like the original developer may have some other basically duplicate directories scattered around, I think this is the important one)...including the custom version of the Zen theme for my site

***A key issue here...do I need to do a "clean" install of Drupal 5.x on the remote server (and what do I need to look for to make sure it's "clean"?); and is there anything I could have done with botching the attempted upgrade to 6.0 that could permanently hose the database and prevent me from administering and recovering the site as it was last working? As you can see, no way currently to even get to an "administration" page...

***Related: I don't see a way to do an new "install" and specifiy an existing database...I *did* see (and use) that option when trying to use upgrade.php to migrate to 6.x... but for trying to restore my existing site in *5.x* either locally or remotely, should I be thinking "install, then copy certain files," or "upgrade" (but to 5.x)

***Or, should I just try to go ahead and make the migration to 6.10 happen? I didn't have any crazy modules involved in my existing site (views, CCK, Gallery, Page, Story...something like that)...but I couldn't get back to an admin page. Frankly, I'm not sure now if the remote site has basically 6.10 or 5.x...Lame, I know...

2. as a bonus, I'd like to be able to locally edit and test revisions to the 5.x site, and upload successful revisions...also to test migration (on *local* machine) to 6.x, and then upgrade the remote site accordingly (I figure if I'm going to get into modifying my theme, I might as well get into 6.x at this point?)

Thanks so much! Hope that makes sense..I can elaborate on anything I haven't explained properly...I appreciate it!

Bradford

Comments

vm’s picture

Looks like you need to clear the cache tables in the database.

then visit administer -> themes and reset a theme.

important that contrib modules are disabled before upgrading from one major to another major ie: 5 - 6 as Drupal 5.x modules WILL NOT work with 6.x. If you've not disabled them, you may have to go into the system table of the database and manually set them to 0 so that the system doesn't try running them.

also of note, if you ran update.php, then your database is now Drupal 6.x. Drupal 5.x files won't work with it. Thus going backwards at this time (unless you have a backup of the database previous to running update.php) may be fruitless.

best practice:
before you update/upgrade ANYTHING. ie modules, and especially core. make backups of your database first

The broken internal links in your site, is a problem with clean urls. Are you sure you uploaded the .htaccess file from Drupal 6.x ?

you can't go to justbradford.com/user any longer to login, you have to use the dirty url justbradford.com/?q=user

once logged in use dirty urls to navigate to the admin screens justbradford/?q=admin so on so forth.

justbradford’s picture

Thanks so much... Yep, I'm an idiot. I thought I had been backing up the entire site (including the database)...but that definitely was not the case. Unfortunate byproduct of a musician trying to be a developer!

So, looks like I need to go into the remote copy of the database (since I have now backed it up to a local copy) and set the contrib modules (if any...there may only be some "non-core" modules, but not "contributed"...turn the non-core modules off too?)

How do I clear the cache tables in the database?

Thanks

Bradford

vm’s picture

non core modules are contributed modules. The only modules that should be left enabled are those that come with a core download.

clearing cache manually in the database requires phpmyadmin or like tool.

checkmark all tables with cache in their name.
navigate with drop downs to "EMPTY" ie: NOT "DROP"
press go.

the above are steps used in phpmyadmin which is what I use. I don't know what tools are available to you.

That said, you can navigate with dirty urls to yoursite.com/?q=admin/settings/performance and try clearing cache with the button at the bottom or visit : yoursite.com/?q=admin/build/themes and change themes.

justbradford’s picture

Great...will try; and sorry for the simultaneous emails...unable to log in with dirty urls (although I got the login screen itself now)...I suspect maybe due to not clearing the cache yet...trying to be more careful this time!

justbradford’s picture

Also, getting the message

"user warning: Table 'justbrad_bradford.menu' doesn't exist query: SELECT m.mid, m.* FROM menu m ORDER BY m.mid ASC in /home1/justbrad/public_html/includes/database.mysqli.inc on line 156."

on my homepage...and indeed, there is no table named simply "menu" in the database...there is "menu_custom," "menu_links," etc...

justbradford’s picture

Thanks again!

---So, cache tables would include not only the one named "cache," but also "cache-block," "cache-view," "cache-filter," etc.? And I just click on the little trash can ["empty"] icon for those tables in the phpMyAdmin interface?

---Also, I am looking at the "system" table...under the "info" field, I see entries like "NULL" or something like "a:10:{s:4:"name";s:6:"System";s:11:"description";s..."

Is this where I'd need to disable contrib modules? By entering "NULL?"

Here is the system table...I don't see any that are indicated as "Contrib", other than some emfield entries that I'm pretty sure were not enabled...

"themes/engines/phptemplate/phptemplate.engine";"phptemplate";"theme_engine";"1";"0";"0";"-1";"0";NULL;
"sites/all/modules/views/views.module";"views";"module";"0";"0";"0";"16";"10";NULL;"The views module creates customized views of node lists."
"modules/system/system.module";"system";"module";"1";"0";"0";"6049";"0";"a:10:{s:4:\"name\";s:6:\"System\";s:11:\"description\";s:54:\"Handles general site configuration for administrators.\";s:7:\"package\";s:15:\"Core - required\";s:7:\"version\";s:4:\"6.10\";s:4:\"core\";s:3:\"6.x\";s:7:\"project\";s:6:\"drupal\";s:9:\"datestamp\";s:10:\"1235596218\";s:12:\"dependencies\";a:0:{}s:10:\"dependents\";a:0:{}s:3:\"php\";s:5:\"4.3.5\";}";"Handles general site configuration for administrators."
"modules/aggregator/aggregator.module";"aggregator";"module";"0";"0";"0";"-1";"0";"a:10:{s:4:\"name\";s:10:\"Aggregator\";s:11:\"description\";s:57:\"Aggregates syndicated content (RSS, RDF, and Atom feeds).\";s:7:\"package\";s:15:\"Core - optional\";s:7:\"version\";s:4:\"6.10\";s:4:\"core\";s:3:\"6.x\";s:7:\"project\";s:6:\"drupal\";s:9:\"datestamp\";s:10:\"1235596218\";s:12:\"dependencies\";a:0:{}s:10:\"dependents\";a:0:{}s:3:\"php\";s:5:\"4.3.5\";}";"Aggregates syndicated content (RSS, RDF, and Atom feeds)."
"modules/block/block.module";"block";"module";"1";"0";"0";"0";"0";"a:10:{s:4:\"name\";s:5:\"Block\";s:11:\"description\";s:62:\"Controls the boxes that are displayed around the main content.\";s:7:\"package\";s:15:\"Core - required\";s:7:\"version\";s:4:\"6.10\";s:4:\"core\";s:3:\"6.x\";s:7:\"project\";s:6:\"drupal\";s:9:\"datestamp\";s:10:\"1235596218\";s:12:\"dependencies\";a:0:{}s:10:\"dependents\";a:0:{}s:3:\"php\";s:5:\"4.3.5\";}";"Controls the boxes that are displayed around the main content."
"modules/blog/blog.module";"blog";"module";"0";"0";"0";"-1";"0";"a:10:{s:4:\"name\";s:4:\"Blog\";s:11:\"description\";s:69:\"Enables keeping easily and regularly updated user web pages or blogs.\";s:7:\"package\";s:15:\"Core - optional\";s:7:\"version\";s:4:\"6.10\";s:4:\"core\";s:3:\"6.x\";s:7:\"project\";s:6:\"drupal\";s:9:\"datestamp\";s:10:\"1235596218\";s:12:\"dependencies\";a:0:{}s:10:\"dependents\";a:0:{}s:3:\"php\";s:5:\"4.3.5\";}";"Enables keeping easily and regularly updated user web pages or blogs."
"modules/blogapi/blogapi.module";"blogapi";"module";"0";"0";"0";"-1";"0";"a:10:{s:4:\"name\";s:8:\"Blog API\";s:11:\"description\";s:79:\"Allows users to post content using applications that support XML-RPC blog APIs.\";s:7:\"package\";s:15:\"Core - optional\";s:7:\"version\";s:4:\"6.10\";s:4:\"core\";s:3:\"6.x\";s:7:\"project\";s:6:\"drupal\";s:9:\"datestamp\";s:10:\"1235596218\";s:12:\"dependencies\";a:0:{}s:10:\"dependents\";a:0:{}s:3:\"php\";s:5:\"4.3.5\";}";"Allows users to post content using applications that support XML-RPC blog APIs."
"modules/book/book.module";"book";"module";"0";"0";"0";"-1";"0";"a:10:{s:4:\"name\";s:4:\"Book\";s:11:\"description\";s:63:\"Allows users to structure site pages in a hierarchy or outline.\";s:7:\"package\";s:15:\"Core - optional\";s:7:\"version\";s:4:\"6.10\";s:4:\"core\";s:3:\"6.x\";s:7:\"project\";s:6:\"drupal\";s:9:\"datestamp\";s:10:\"1235596218\";s:12:\"dependencies\";a:0:{}s:10:\"dependents\";a:0:{}s:3:\"php\";s:5:\"4.3.5\";}";"Allows users to collaboratively author a book."
"modules/color/color.module";"color";"module";"1";"0";"0";"0";"0";"a:10:{s:4:\"name\";s:5:\"Color\";s:11:\"description\";s:61:\"Allows the user to change the color scheme of certain themes.\";s:7:\"package\";s:15:\"Core - optional\";s:7:\"version\";s:4:\"6.10\";s:4:\"core\";s:3:\"6.x\";s:7:\"project\";s:6:\"drupal\";s:9:\"datestamp\";s:10:\"1235596218\";s:12:\"dependencies\";a:0:{}s:10:\"dependents\";a:0:{}s:3:\"php\";s:5:\"4.3.5\";}";"Allows the user to change the color scheme of certain themes."
"modules/comment/comment.module";"comment";"module";"1";"0";"0";"6003";"0";"a:10:{s:4:\"name\";s:7:\"Comment\";s:11:\"description\";s:57:\"Allows users to comment on and discuss published content.\";s:7:\"package\";s:15:\"Core - optional\";s:7:\"version\";s:4:\"6.10\";s:4:\"core\";s:3:\"6.x\";s:7:\"project\";s:6:\"drupal\";s:9:\"datestamp\";s:10:\"1235596218\";s:12:\"dependencies\";a:0:{}s:10:\"dependents\";a:0:{}s:3:\"php\";s:5:\"4.3.5\";}";"Allows users to comment on and discuss published content."
"modules/contact/contact.module";"contact";"module";"1";"0";"0";"0";"0";"a:10:{s:4:\"name\";s:7:\"Contact\";s:11:\"description\";s:61:\"Enables the use of both personal and site-wide contact forms.\";s:7:\"package\";s:15:\"Core - optional\";s:7:\"version\";s:4:\"6.10\";s:4:\"core\";s:3:\"6.x\";s:7:\"project\";s:6:\"drupal\";s:9:\"datestamp\";s:10:\"1235596218\";s:12:\"dependencies\";a:0:{}s:10:\"dependents\";a:0:{}s:3:\"php\";s:5:\"4.3.5\";}";"Enables the use of both personal and site-wide contact forms."
"modules/drupal/drupal.module";"drupal";"module";"0";"0";"0";"-1";"0";NULL;"Lets you register your site with a central server and improve ranking of Drupal projects by posting information on your installed modules and themes"
"modules/filter/filter.module";"filter";"module";"1";"0";"0";"0";"0";"a:10:{s:4:\"name\";s:6:\"Filter\";s:11:\"description\";s:60:\"Handles the filtering of content in preparation for display.\";s:7:\"package\";s:15:\"Core - required\";s:7:\"version\";s:4:\"6.10\";s:4:\"core\";s:3:\"6.x\";s:7:\"project\";s:6:\"drupal\";s:9:\"datestamp\";s:10:\"1235596218\";s:12:\"dependencies\";a:0:{}s:10:\"dependents\";a:0:{}s:3:\"php\";s:5:\"4.3.5\";}";"Handles the filtering of content in preparation for display."
"modules/forum/forum.module";"forum";"module";"0";"0";"0";"-1";"0";"a:10:{s:4:\"name\";s:5:\"Forum\";s:11:\"description\";s:50:\"Enables threaded discussions about general topics.\";s:12:\"dependencies\";a:2:{i:0;s:8:\"taxonomy\";i:1;s:7:\"comment\";}s:7:\"package\";s:15:\"Core - optional\";s:7:\"version\";s:4:\"6.10\";s:4:\"core\";s:3:\"6.x\";s:7:\"project\";s:6:\"drupal\";s:9:\"datestamp\";s:10:\"1235596218\";s:10:\"dependents\";a:0:{}s:3:\"php\";s:5:\"4.3.5\";}";"Enables threaded discussions about general topics."
"modules/help/help.module";"help";"module";"1";"0";"0";"0";"0";"a:10:{s:4:\"name\";s:4:\"Help\";s:11:\"description\";s:35:\"Manages the display of online help.\";s:7:\"package\";s:15:\"Core - optional\";s:7:\"version\";s:4:\"6.10\";s:4:\"core\";s:3:\"6.x\";s:7:\"project\";s:6:\"drupal\";s:9:\"datestamp\";s:10:\"1235596218\";s:12:\"dependencies\";a:0:{}s:10:\"dependents\";a:0:{}s:3:\"php\";s:5:\"4.3.5\";}";"Manages the display of online help."
"modules/legacy/legacy.module";"legacy";"module";"0";"0";"0";"-1";"0";NULL;"Provides legacy handlers for upgrades from older Drupal installations."
"modules/locale/locale.module";"locale";"module";"0";"0";"0";"-1";"0";"a:10:{s:4:\"name\";s:6:\"Locale\";s:11:\"description\";s:119:\"Adds language handling functionality and enables the translation of the user interface to languages other than English.\";s:7:\"package\";s:15:\"Core - optional\";s:7:\"version\";s:4:\"6.10\";s:4:\"core\";s:3:\"6.x\";s:7:\"project\";s:6:\"drupal\";s:9:\"datestamp\";s:10:\"1235596218\";s:12:\"dependencies\";a:0:{}s:10:\"dependents\";a:0:{}s:3:\"php\";s:5:\"4.3.5\";}";"Enables the translation of the user interface to languages other than English."
"modules/menu/menu.module";"menu";"module";"1";"0";"0";"0";"0";"a:10:{s:4:\"name\";s:4:\"Menu\";s:11:\"description\";s:60:\"Allows administrators to customize the site navigation menu.\";s:7:\"package\";s:15:\"Core - optional\";s:7:\"version\";s:4:\"6.10\";s:4:\"core\";s:3:\"6.x\";s:7:\"project\";s:6:\"drupal\";s:9:\"datestamp\";s:10:\"1235596218\";s:12:\"dependencies\";a:0:{}s:10:\"dependents\";a:0:{}s:3:\"php\";s:5:\"4.3.5\";}";"Allows administrators to customize the site navigation menu."
"modules/node/node.module";"node";"module";"1";"0";"0";"0";"0";"a:10:{s:4:\"name\";s:4:\"Node\";s:11:\"description\";s:66:\"Allows content to be submitted to the site and displayed on pages.\";s:7:\"package\";s:15:\"Core - required\";s:7:\"version\";s:4:\"6.10\";s:4:\"core\";s:3:\"6.x\";s:7:\"project\";s:6:\"drupal\";s:9:\"datestamp\";s:10:\"1235596218\";s:12:\"dependencies\";a:0:{}s:10:\"dependents\";a:0:{}s:3:\"php\";s:5:\"4.3.5\";}";"Allows content to be submitted to the site and displayed on pages."
"modules/path/path.module";"path";"module";"1";"0";"0";"0";"0";"a:10:{s:4:\"name\";s:4:\"Path\";s:11:\"description\";s:28:\"Allows users to rename URLs.\";s:7:\"package\";s:15:\"Core - optional\";s:7:\"version\";s:4:\"6.10\";s:4:\"core\";s:3:\"6.x\";s:7:\"project\";s:6:\"drupal\";s:9:\"datestamp\";s:10:\"1235596218\";s:12:\"dependencies\";a:0:{}s:10:\"dependents\";a:0:{}s:3:\"php\";s:5:\"4.3.5\";}";"Allows users to rename URLs."
"modules/ping/ping.module";"ping";"module";"1";"0";"0";"0";"0";"a:10:{s:4:\"name\";s:4:\"Ping\";s:11:\"description\";s:51:\"Alerts other sites when your site has been updated.\";s:7:\"package\";s:15:\"Core - optional\";s:7:\"version\";s:4:\"6.10\";s:4:\"core\";s:3:\"6.x\";s:7:\"project\";s:6:\"drupal\";s:9:\"datestamp\";s:10:\"1235596218\";s:12:\"dependencies\";a:0:{}s:10:\"dependents\";a:0:{}s:3:\"php\";s:5:\"4.3.5\";}";"Alerts other sites when your site has been updated."
"modules/poll/poll.module";"poll";"module";"0";"0";"0";"-1";"0";"a:10:{s:4:\"name\";s:4:\"Poll\";s:11:\"description\";s:95:\"Allows your site to capture votes on different topics in the form of multiple choice questions.\";s:7:\"package\";s:15:\"Core - optional\";s:7:\"version\";s:4:\"6.10\";s:4:\"core\";s:3:\"6.x\";s:7:\"project\";s:6:\"drupal\";s:9:\"datestamp\";s:10:\"1235596218\";s:12:\"dependencies\";a:0:{}s:10:\"dependents\";a:0:{}s:3:\"php\";s:5:\"4.3.5\";}";"Allows your site to capture votes on different topics in the form of multiple choice questions."
"modules/profile/profile.module";"profile";"module";"0";"0";"0";"-1";"0";"a:10:{s:4:\"name\";s:7:\"Profile\";s:11:\"description\";s:36:\"Supports configurable user profiles.\";s:7:\"package\";s:15:\"Core - optional\";s:7:\"version\";s:4:\"6.10\";s:4:\"core\";s:3:\"6.x\";s:7:\"project\";s:6:\"drupal\";s:9:\"datestamp\";s:10:\"1235596218\";s:12:\"dependencies\";a:0:{}s:10:\"dependents\";a:0:{}s:3:\"php\";s:5:\"4.3.5\";}";"Supports configurable user profiles."
"modules/search/search.module";"search";"module";"0";"0";"0";"0";"0";"a:10:{s:4:\"name\";s:6:\"Search\";s:11:\"description\";s:36:\"Enables site-wide keyword searching.\";s:7:\"package\";s:15:\"Core - optional\";s:7:\"version\";s:4:\"6.10\";s:4:\"core\";s:3:\"6.x\";s:7:\"project\";s:6:\"drupal\";s:9:\"datestamp\";s:10:\"1235596218\";s:12:\"dependencies\";a:0:{}s:10:\"dependents\";a:0:{}s:3:\"php\";s:5:\"4.3.5\";}";"Enables site-wide keyword searching."
"modules/statistics/statistics.module";"statistics";"module";"0";"0";"0";"-1";"0";"a:10:{s:4:\"name\";s:10:\"Statistics\";s:11:\"description\";s:37:\"Logs access statistics for your site.\";s:7:\"package\";s:15:\"Core - optional\";s:7:\"version\";s:4:\"6.10\";s:4:\"core\";s:3:\"6.x\";s:7:\"project\";s:6:\"drupal\";s:9:\"datestamp\";s:10:\"1235596218\";s:12:\"dependencies\";a:0:{}s:10:\"dependents\";a:0:{}s:3:\"php\";s:5:\"4.3.5\";}";"Logs access statistics for your site."
"modules/taxonomy/taxonomy.module";"taxonomy";"module";"1";"0";"0";"0";"0";"a:10:{s:4:\"name\";s:8:\"Taxonomy\";s:11:\"description\";s:38:\"Enables the categorization of content.\";s:7:\"package\";s:15:\"Core - optional\";s:7:\"version\";s:4:\"6.10\";s:4:\"core\";s:3:\"6.x\";s:7:\"project\";s:6:\"drupal\";s:9:\"datestamp\";s:10:\"1235596218\";s:12:\"dependencies\";a:0:{}s:10:\"dependents\";a:0:{}s:3:\"php\";s:5:\"4.3.5\";}";"Enables the categorization of content."
"modules/throttle/throttle.module";"throttle";"module";"0";"0";"0";"-1";"0";"a:10:{s:4:\"name\";s:8:\"Throttle\";s:11:\"description\";s:66:\"Handles the auto-throttling mechanism, to control site congestion.\";s:7:\"package\";s:15:\"Core - optional\";s:7:\"version\";s:4:\"6.10\";s:4:\"core\";s:3:\"6.x\";s:7:\"project\";s:6:\"drupal\";s:9:\"datestamp\";s:10:\"1235596218\";s:12:\"dependencies\";a:0:{}s:10:\"dependents\";a:0:{}s:3:\"php\";s:5:\"4.3.5\";}";"Handles the auto-throttling mechanism, to control site congestion."
"modules/tracker/tracker.module";"tracker";"module";"0";"0";"0";"0";"0";"a:10:{s:4:\"name\";s:7:\"Tracker\";s:11:\"description\";s:43:\"Enables tracking of recent posts for users.\";s:12:\"dependencies\";a:1:{i:0;s:7:\"comment\";}s:7:\"package\";s:15:\"Core - optional\";s:7:\"version\";s:4:\"6.10\";s:4:\"core\";s:3:\"6.x\";s:7:\"project\";s:6:\"drupal\";s:9:\"datestamp\";s:10:\"1235596218\";s:10:\"dependents\";a:0:{}s:3:\"php\";s:5:\"4.3.5\";}";"Enables tracking of recent posts for users."
"modules/upload/upload.module";"upload";"module";"0";"0";"0";"-1";"0";"a:10:{s:4:\"name\";s:6:\"Upload\";s:11:\"description\";s:51:\"Allows users to upload and attach files to content.\";s:7:\"package\";s:15:\"Core - optional\";s:7:\"version\";s:4:\"6.10\";s:4:\"core\";s:3:\"6.x\";s:7:\"project\";s:6:\"drupal\";s:9:\"datestamp\";s:10:\"1235596218\";s:12:\"dependencies\";a:0:{}s:10:\"dependents\";a:0:{}s:3:\"php\";s:5:\"4.3.5\";}";"Allows users to upload and attach files to content."
"modules/user/user.module";"user";"module";"1";"0";"0";"0";"0";"a:10:{s:4:\"name\";s:4:\"User\";s:11:\"description\";s:47:\"Manages the user registration and login system.\";s:7:\"package\";s:15:\"Core - required\";s:7:\"version\";s:4:\"6.10\";s:4:\"core\";s:3:\"6.x\";s:7:\"project\";s:6:\"drupal\";s:9:\"datestamp\";s:10:\"1235596218\";s:12:\"dependencies\";a:0:{}s:10:\"dependents\";a:0:{}s:3:\"php\";s:5:\"4.3.5\";}";"Manages the user registration and login system."
"modules/watchdog/watchdog.module";"watchdog";"module";"0";"0";"0";"0";"0";NULL;"Logs and records system events."
"sites/all/modules/pathauto/pathauto.module";"pathauto";"module";"0";"0";"0";"6";"1";NULL;"Provides a mechanism for modules to automatically generate aliases for the content they manage."
"sites/all/modules/views/views_rss.module";"views_rss";"module";"0";"0";"0";"0";"0";NULL;"RSS plugin for the views feed selector argument."
"sites/all/modules/views/views_theme_wizard.module";"views_theme_wizard";"module";"0";"0";"0";"0";"0";NULL;"The views theme wizard helps create stub theming for views."
"sites/all/modules/views/views_ui.module";"views_ui";"module";"0";"0";"0";"0";"0";NULL;"The Views UI module allows you to create and edit views."
"sites/all/modules/token/token.module";"token";"module";"0";"0";"0";"1";"10";NULL;"Provides a shared API for replacement of textual placeholders with actual data."
"sites/all/modules/captcha/captcha.module";"captcha";"module";"0";"0";"0";"2";"0";NULL;"Base CAPTCHA module for adding challenges to arbitrary forms."
"sites/all/modules/captcha/image_captcha/image_captcha.module";"image_captcha";"module";"0";"0";"0";"-1";"0";NULL;"Provides an image based CAPTCHA."
"sites/all/modules/recaptcha/recaptcha.module";"recaptcha";"module";"0";"0";"0";"0";"0";NULL;"Uses the reCAPTCHA web service to improve the CAPTCHA system."
"sites/all/modules/recaptcha/recaptcha_mailhide.module";"recaptcha_mailhide";"module";"0";"0";"0";"-1";"0";NULL;"Uses the reCAPTCHA web service to protect email addresses."
"sites/all/modules/captcha/text_captcha/text_captcha.module";"text_captcha";"module";"0";"0";"0";"-1";"0";NULL;"Provides a simple text based CAPTCHA."
"sites/all/modules/imageapi/imageapi.module";"imageapi";"module";"0";"0";"0";"0";"0";NULL;"ImageAPI supporting multiple toolkits."
"sites/all/modules/imageapi/imageapi_gd.module";"imageapi_gd";"module";"0";"0";"0";"0";"0";NULL;"Uses PHP's built-in GD2 image processing support."
"sites/all/modules/imageapi/imageapi_imagemagick.module";"imageapi_imagemagick";"module";"0";"0";"0";"-1";"0";NULL;"Command Line ImageMagick support."
"sites/all/modules/imagecache/imagecache.module";"imagecache";"module";"0";"0";"0";"4";"0";NULL;"Dynamic image manipulator and cache."
"sites/all/modules/imagecache/imagecache_ui.module";"imagecache_ui";"module";"0";"0";"0";"0";"0";NULL;"ImageCache User Interface."
"sites/all/modules/imagefield/imagefield.module";"imagefield";"module";"0";"0";"0";"2";"0";NULL;"Defines an image field type."
"sites/all/modules/thickbox/thickbox.module";"thickbox";"module";"0";"0";"0";"0";"0";NULL;"Enables Thickbox, a jQuery plugin."
"sites/all/modules/views_bonus/views_bonus_archive.module";"views_bonus_archive";"module";"0";"0";"0";"-1";"0";NULL;"Provides the classic monthly archive view as a default view. When activated, you will find the new view in administer >> views"
"sites/all/modules/views_bonus/views_bonus_audio_playlist.module";"views_bonus_audio_playlist";"module";"0";"0";"0";"-1";"0";NULL;"Displays a view of audio nodes in a flash player with playlist."
"sites/all/modules/views_bonus/views_bonus_bare.module";"views_bonus_bare";"module";"0";"0";"0";"-1";"0";NULL;"Outputs fields as they are; no fancy formatting."
"sites/all/modules/views_bonus/views_bonus_export.module";"views_bonus_export";"module";"0";"0";"0";"-1";"0";NULL;"Plugin to export views to Comma Separated Values (CSV, opens in spreadsheet programs), or Doc"
"sites/all/modules/views_bonus/views_bonus_grid.module";"views_bonus_grid";"module";"0";"0";"0";"0";"0";NULL;"View type that outputs a LIST view in a simple grid. In your PHP argument code, you can use <?php $view->gridcount = SOME_NUMBER; ?> to change the column count"
"sites/all/modules/views_bonus/views_bonus_lineage_tree.module";"views_bonus_lineage_tree";"module";"0";"0";"0";"-1";"0";NULL;"View type that displays summaries as nested taxonomy trees. Provides a new default view at administer >> views"
"sites/all/modules/views_bonus/views_bonus_panels.module";"views_bonus_panels";"module";"0";"0";"0";"-1";"0";NULL;"Various views style plugins to put views nodes in panels"
"sites/all/modules/views_bonus/views_bonus_sparkline.module";"views_bonus_sparkline";"module";"0";"0";"0";"-1";"0";NULL;"View type that outputs a each field as a sparkline graph, with one data point for each node. Each field MUST contain a numeric value, not a text value."
"sites/all/modules/views_bonus/views_bonus_summary_combo.module";"views_bonus_summary_combo";"module";"0";"0";"0";"-1";"0";NULL;"View type puts a summary on top and an argument below."
"sites/all/modules/cck/content.module";"content";"module";"0";"0";"1";"1008";"0";NULL;"Allows administrators to define new content types."
"sites/all/modules/cck/content_copy.module";"content_copy";"module";"0";"0";"0";"0";"0";NULL;"Enables ability to import/export field definitions."
"sites/all/modules/cck/fieldgroup.module";"fieldgroup";"module";"0";"0";"0";"-1";"0";NULL;"Create field groups for CCK fields."
"sites/all/modules/cck/nodereference.module";"nodereference";"module";"0";"0";"0";"-1";"0";NULL;"Defines a field type for referencing one node from another."
"sites/all/modules/cck/number.module";"number";"module";"0";"0";"0";"-1";"0";NULL;"Defines numeric field types."
"sites/all/modules/cck/optionwidgets.module";"optionwidgets";"module";"0";"0";"0";"-1";"0";NULL;"Defines selection, check box and radio button widgets for text and numeric fields."
"sites/all/modules/cck/text.module";"text";"module";"0";"0";"0";"5";"0";NULL;"Defines simple text field types."
"sites/all/modules/cck/userreference.module";"userreference";"module";"0";"0";"0";"-1";"0";NULL;"Defines a field type for referencing a user from a node."
"sites/all/modules/service_links/service_links.module";"service_links";"module";"0";"0";"0";"0";"0";NULL;"Add Digg, del.icio.us, reddit, Technorati etc. links to nodes."
"sites/all/modules/emfield/contrib/emaudio/emaudio.module";"emaudio";"module";"0";"0";"0";"-1";"0";NULL;"Defines a field type for displaying third party music, podcasts, and other audio, such as podOmatic and Odeo."
"sites/all/modules/emfield/emfield.module";"emfield";"module";"0";"0";"0";"0";"0";NULL;"Provides an engine for modules to integrate various 3rd party content providers, such as Video Neighborhood, Image Neighborhood, and Audio Neighborhood."
"sites/all/modules/emfield/contrib/emimport/emimport.module";"emimport";"module";"0";"0";"0";"-1";"0";NULL;"Imports media from certain third providers, such as FlickR."
"sites/all/modules/emfield/contrib/emthumb/emthumb.module";"emthumb";"module";"0";"0";"0";"0";"0";NULL;"Allows custom thumbnails for Embedded Media Fields."
"sites/all/modules/emfield/contrib/image_ncck/image_ncck.module";"image_ncck";"module";"0";"0";"0";"-1";"0";NULL;"Defines a field type for displaying images from third party providers, such as Flickr."
"sites/all/modules/emfield/contrib/video_cck/video_cck.module";"video_cck";"module";"0";"0";"0";"6";"0";NULL;"Defines a field type for displaying third party videos, such as YouTube and Google Video."
"modules/dblog/dblog.module";"dblog";"module";"1";"0";"0";"0";"0";"a:10:{s:4:\"name\";s:16:\"Database logging\";s:11:\"description\";s:47:\"Logs and records system events to the database.\";s:7:\"package\";s:15:\"Core - optional\";s:7:\"version\";s:4:\"6.10\";s:4:\"core\";s:3:\"6.x\";s:7:\"project\";s:6:\"drupal\";s:9:\"datestamp\";s:10:\"1235596218\";s:12:\"dependencies\";a:0:{}s:10:\"dependents\";a:0:{}s:3:\"php\";s:5:\"4.3.5\";}";
"modules/openid/openid.module";"openid";"module";"0";"0";"0";"-1";"0";"a:10:{s:4:\"name\";s:6:\"OpenID\";s:11:\"description\";s:48:\"Allows users to log into your site using OpenID.\";s:7:\"version\";s:4:\"6.10\";s:7:\"package\";s:15:\"Core - optional\";s:4:\"core\";s:3:\"6.x\";s:7:\"project\";s:6:\"drupal\";s:9:\"datestamp\";s:10:\"1235596218\";s:12:\"dependencies\";a:0:{}s:10:\"dependents\";a:0:{}s:3:\"php\";s:5:\"4.3.5\";}";
"modules/php/php.module";"php";"module";"1";"0";"0";"-1";"0";"a:10:{s:4:\"name\";s:10:\"PHP filter\";s:11:\"description\";s:50:\"Allows embedded PHP code/snippets to be evaluated.\";s:7:\"package\";s:15:\"Core - optional\";s:7:\"version\";s:4:\"6.10\";s:4:\"core\";s:3:\"6.x\";s:7:\"project\";s:6:\"drupal\";s:9:\"datestamp\";s:10:\"1235596218\";s:12:\"dependencies\";a:0:{}s:10:\"dependents\";a:0:{}s:3:\"php\";s:5:\"4.3.5\";}";
"modules/syslog/syslog.module";"syslog";"module";"0";"0";"0";"-1";"0";"a:10:{s:4:\"name\";s:6:\"Syslog\";s:11:\"description\";s:41:\"Logs and records system events to syslog.\";s:7:\"package\";s:15:\"Core - optional\";s:7:\"version\";s:4:\"6.10\";s:4:\"core\";s:3:\"6.x\";s:7:\"project\";s:6:\"drupal\";s:9:\"datestamp\";s:10:\"1235596218\";s:12:\"dependencies\";a:0:{}s:10:\"dependents\";a:0:{}s:3:\"php\";s:5:\"4.3.5\";}";
"modules/translation/translation.module";"translation";"module";"0";"0";"0";"-1";"0";"a:10:{s:4:\"name\";s:19:\"Content translation\";s:11:\"description\";s:57:\"Allows content to be translated into different languages.\";s:12:\"dependencies\";a:1:{i:0;s:6:\"locale\";}s:7:\"package\";s:15:\"Core - optional\";s:7:\"version\";s:4:\"6.10\";s:4:\"core\";s:3:\"6.x\";s:7:\"project\";s:6:\"drupal\";s:9:\"datestamp\";s:10:\"1235596218\";s:10:\"dependents\";a:0:{}s:3:\"php\";s:5:\"4.3.5\";}";
"modules/trigger/trigger.module";"trigger";"module";"0";"0";"0";"-1";"0";"a:10:{s:4:\"name\";s:7:\"Trigger\";s:11:\"description\";s:90:\"Enables actions to be fired on certain system events, such as when new content is created.\";s:7:\"package\";s:15:\"Core - optional\";s:7:\"version\";s:4:\"6.10\";s:4:\"core\";s:3:\"6.x\";s:7:\"project\";s:6:\"drupal\";s:9:\"datestamp\";s:10:\"1235596218\";s:12:\"dependencies\";a:0:{}s:10:\"dependents\";a:0:{}s:3:\"php\";s:5:\"4.3.5\";}";
"modules/update/update.module";"update";"module";"0";"0";"0";"-1";"0";"a:10:{s:4:\"name\";s:13:\"Update status\";s:11:\"description\";s:88:\"Checks the status of available updates for Drupal and your installed modules and themes.\";s:7:\"version\";s:4:\"6.10\";s:7:\"package\";s:15:\"Core - optional\";s:4:\"core\";s:3:\"6.x\";s:7:\"project\";s:6:\"drupal\";s:9:\"datestamp\";s:10:\"1235596218\";s:12:\"dependencies\";a:0:{}s:10:\"dependents\";a:0:{}s:3:\"php\";s:5:\"4.3.5\";}";
"themes/garland/garland.info";"garland";"theme";"0";"0";"0";"-1";"0";"a:13:{s:4:\"name\";s:7:\"Garland\";s:11:\"description\";s:66:\"Tableless, recolorable, multi-column, fluid width theme (default).\";s:7:\"version\";s:4:\"6.10\";s:4:\"core\";s:3:\"6.x\";s:6:\"engine\";s:11:\"phptemplate\";s:11:\"stylesheets\";a:2:{s:3:\"all\";a:1:{s:9:\"style.css\";s:24:\"themes/garland/style.css\";}s:5:\"print\";a:1:{s:9:\"print.css\";s:24:\"themes/garland/print.css\";}}s:7:\"project\";s:6:\"drupal\";s:9:\"datestamp\";s:10:\"1235596218\";s:7:\"regions\";a:5:{s:4:\"left\";s:12:\"Left sidebar\";s:5:\"right\";s:13:\"Right sidebar\";s:7:\"content\";s:7:\"Content\";s:6:\"header\";s:6:\"Header\";s:6:\"footer\";s:6:\"Footer\";}s:8:\"features\";a:10:{i:0;s:20:\"comment_user_picture\";i:1;s:7:\"favicon\";i:2;s:7:\"mission\";i:3;s:4:\"logo\";i:4;s:4:\"name\";i:5;s:17:\"node_user_picture\";i:6;s:6:\"search\";i:7;s:6:\"slogan\";i:8;s:13:\"primary_links\";i:9;s:15:\"secondary_links\";}s:7:\"scripts\";a:1:{s:9:\"script.js\";s:24:\"themes/garland/script.js\";}s:10:\"screenshot\";s:29:\"themes/garland/screenshot.png\";s:3:\"php\";s:5:\"4.3.5\";}";"themes/engines/phptemplate/phptemplate.engine"
"themes/garland/minnelli/minnelli.info";"minnelli";"theme";"0";"0";"0";"-1";"0";"a:14:{s:4:\"name\";s:8:\"Minnelli\";s:11:\"description\";s:56:\"Tableless, recolorable, multi-column, fixed width theme.\";s:7:\"version\";s:4:\"6.10\";s:4:\"core\";s:3:\"6.x\";s:10:\"base theme\";s:7:\"garland\";s:11:\"stylesheets\";a:1:{s:3:\"all\";a:1:{s:12:\"minnelli.css\";s:36:\"themes/garland/minnelli/minnelli.css\";}}s:7:\"project\";s:6:\"drupal\";s:9:\"datestamp\";s:10:\"1235596218\";s:7:\"regions\";a:5:{s:4:\"left\";s:12:\"Left sidebar\";s:5:\"right\";s:13:\"Right sidebar\";s:7:\"content\";s:7:\"Content\";s:6:\"header\";s:6:\"Header\";s:6:\"footer\";s:6:\"Footer\";}s:8:\"features\";a:10:{i:0;s:20:\"comment_user_picture\";i:1;s:7:\"favicon\";i:2;s:7:\"mission\";i:3;s:4:\"logo\";i:4;s:4:\"name\";i:5;s:17:\"node_user_picture\";i:6;s:6:\"search\";i:7;s:6:\"slogan\";i:8;s:13:\"primary_links\";i:9;s:15:\"secondary_links\";}s:7:\"scripts\";a:1:{s:9:\"script.js\";s:33:\"themes/garland/minnelli/script.js\";}s:10:\"screenshot\";s:38:\"themes/garland/minnelli/screenshot.png\";s:3:\"php\";s:5:\"4.3.5\";s:6:\"engine\";s:11:\"phptemplate\";}";"themes/engines/phptemplate/phptemplate.engine"
"themes/pushbutton/pushbutton.info";"pushbutton";"theme";"0";"0";"0";"-1";"0";"a:13:{s:4:\"name\";s:10:\"Pushbutton\";s:11:\"description\";s:52:\"Tabled, multi-column theme in blue and orange tones.\";s:7:\"version\";s:4:\"6.10\";s:4:\"core\";s:3:\"6.x\";s:6:\"engine\";s:11:\"phptemplate\";s:7:\"project\";s:6:\"drupal\";s:9:\"datestamp\";s:10:\"1235596218\";s:7:\"regions\";a:5:{s:4:\"left\";s:12:\"Left sidebar\";s:5:\"right\";s:13:\"Right sidebar\";s:7:\"content\";s:7:\"Content\";s:6:\"header\";s:6:\"Header\";s:6:\"footer\";s:6:\"Footer\";}s:8:\"features\";a:10:{i:0;s:20:\"comment_user_picture\";i:1;s:7:\"favicon\";i:2;s:7:\"mission\";i:3;s:4:\"logo\";i:4;s:4:\"name\";i:5;s:17:\"node_user_picture\";i:6;s:6:\"search\";i:7;s:6:\"slogan\";i:8;s:13:\"primary_links\";i:9;s:15:\"secondary_links\";}s:11:\"stylesheets\";a:1:{s:3:\"all\";a:1:{s:9:\"style.css\";s:27:\"themes/pushbutton/style.css\";}}s:7:\"scripts\";a:1:{s:9:\"script.js\";s:27:\"themes/pushbutton/script.js\";}s:10:\"screenshot\";s:32:\"themes/pushbutton/screenshot.png\";s:3:\"php\";s:5:\"4.3.5\";}";"themes/engines/phptemplate/phptemplate.engine"
"themes/bluemarine/bluemarine.info";"bluemarine";"theme";"0";"0";"0";"-1";"0";"a:13:{s:4:\"name\";s:10:\"Bluemarine\";s:11:\"description\";s:66:\"Table-based multi-column theme with a marine and ash color scheme.\";s:7:\"version\";s:4:\"6.10\";s:4:\"core\";s:3:\"6.x\";s:6:\"engine\";s:11:\"phptemplate\";s:7:\"project\";s:6:\"drupal\";s:9:\"datestamp\";s:10:\"1235596218\";s:7:\"regions\";a:5:{s:4:\"left\";s:12:\"Left sidebar\";s:5:\"right\";s:13:\"Right sidebar\";s:7:\"content\";s:7:\"Content\";s:6:\"header\";s:6:\"Header\";s:6:\"footer\";s:6:\"Footer\";}s:8:\"features\";a:10:{i:0;s:20:\"comment_user_picture\";i:1;s:7:\"favicon\";i:2;s:7:\"mission\";i:3;s:4:\"logo\";i:4;s:4:\"name\";i:5;s:17:\"node_user_picture\";i:6;s:6:\"search\";i:7;s:6:\"slogan\";i:8;s:13:\"primary_links\";i:9;s:15:\"secondary_links\";}s:11:\"stylesheets\";a:1:{s:3:\"all\";a:1:{s:9:\"style.css\";s:27:\"themes/bluemarine/style.css\";}}s:7:\"scripts\";a:1:{s:9:\"script.js\";s:27:\"themes/bluemarine/script.js\";}s:10:\"screenshot\";s:32:\"themes/bluemarine/screenshot.png\";s:3:\"php\";s:5:\"4.3.5\";}";"themes/engines/phptemplate/phptemplate.engine"
"themes/chameleon/marvin/marvin.info";"marvin";"theme";"0";"0";"0";"-1";"0";"a:13:{s:4:\"name\";s:6:\"Marvin\";s:11:\"description\";s:31:\"Boxy tabled theme in all grays.\";s:7:\"regions\";a:2:{s:4:\"left\";s:12:\"Left sidebar\";s:5:\"right\";s:13:\"Right sidebar\";}s:7:\"version\";s:4:\"6.10\";s:4:\"core\";s:3:\"6.x\";s:10:\"base theme\";s:9:\"chameleon\";s:7:\"project\";s:6:\"drupal\";s:9:\"datestamp\";s:10:\"1235596218\";s:8:\"features\";a:10:{i:0;s:20:\"comment_user_picture\";i:1;s:7:\"favicon\";i:2;s:7:\"mission\";i:3;s:4:\"logo\";i:4;s:4:\"name\";i:5;s:17:\"node_user_picture\";i:6;s:6:\"search\";i:7;s:6:\"slogan\";i:8;s:13:\"primary_links\";i:9;s:15:\"secondary_links\";}s:11:\"stylesheets\";a:1:{s:3:\"all\";a:1:{s:9:\"style.css\";s:33:\"themes/chameleon/marvin/style.css\";}}s:7:\"scripts\";a:1:{s:9:\"script.js\";s:33:\"themes/chameleon/marvin/script.js\";}s:10:\"screenshot\";s:38:\"themes/chameleon/marvin/screenshot.png\";s:3:\"php\";s:5:\"4.3.5\";}";
"themes/chameleon/chameleon.info";"chameleon";"theme";"0";"0";"0";"-1";"0";"a:12:{s:4:\"name\";s:9:\"Chameleon\";s:11:\"description\";s:42:\"Minimalist tabled theme with light colors.\";s:7:\"regions\";a:2:{s:4:\"left\";s:12:\"Left sidebar\";s:5:\"right\";s:13:\"Right sidebar\";}s:8:\"features\";a:4:{i:0;s:4:\"logo\";i:1;s:7:\"favicon\";i:2;s:4:\"name\";i:3;s:6:\"slogan\";}s:11:\"stylesheets\";a:1:{s:3:\"all\";a:2:{s:9:\"style.css\";s:26:\"themes/chameleon/style.css\";s:10:\"common.css\";s:27:\"themes/chameleon/common.css\";}}s:7:\"version\";s:4:\"6.10\";s:4:\"core\";s:3:\"6.x\";s:7:\"project\";s:6:\"drupal\";s:9:\"datestamp\";s:10:\"1235596218\";s:7:\"scripts\";a:1:{s:9:\"script.js\";s:26:\"themes/chameleon/script.js\";}s:10:\"screenshot\";s:31:\"themes/chameleon/screenshot.png\";s:3:\"php\";s:5:\"4.3.5\";}";"themes/chameleon/chameleon.theme"

vm’s picture

---Also, I am looking at the "system" table...under the "info" field, I see entries like "NULL" or something like "a:10:{s:4:"name";s:6:"System";s:11:"description";s..."

Is this where I'd need to disable contrib modules? By entering "NULL?"

yes, but not by setting them to NULL", you set the status to 0, and only the status

I'm @ work and don't have access to my databases from here (firewall). I can't do anything more until I get home if you need a step by step process with a screen capture or something.

I've answered this question myself multiple times on the forums, you may want to do a search for how to turn off modules manually in the mean time.

justbradford’s picture

I remember seeing it before...but can't find it anywhere on local hd, remote site, or the Drupal 6.x download.

vm’s picture

that would mean your system is hiding it. Are you on a mac ? if so, google how to expose hidden files on a mac.

It's definitely in the core download. In future when you have a long list of errors, its a benefit to paste them to drupalbin.com or pastebin.com and link to them here rather then pasting into a thread.

justbradford’s picture

Thanks again, VeryMisunderstood... I really appreciate the help. It looks like I've got most everything back except my image gallery (and the nav link to it) and the "News" page/node, which collected the homepage items marked as "news" vs "story" (also with its own nav link). And for some reason, I've got *two* "login" and "administer" links... Guess I may need to try to resurrect the 5.x site on my local machine (Mac OS 10.5 with MAMP) and see if I can get it to work as before, then reverse-engineer the settings and modules. I see what modules were in the directory for the 5.x install, and believe I've uploaded, enabled, and "update.php"d them. I guess either there are some 5.x-6.x migration issues for me still; or (more likely, maybe) I just need to re-create some of the module settings that I haven't yet...

justbradford’s picture

Thanks so much again for your help! I got a ton of errors (below); but I have some semblance of the site back with the Garland theme. Looks like I will need to install the 6.x versions of CCK, View, etc., to get things back to what they need to be. I will definitely get a local test server going!

--------------------------------------------

I followed the instructions to upgrade to 6.10, and I get the following errors...: (and it looks like I have enabled all database permissions available, so that should not be an issue, I wouldn't think...) ***I think running cron.php, and a couple of things suggested in the Status page, may have cleared some of this up...

The following queries were executed
[redacted for space]