how do i cleanup my database from unwanted tables(fields) after i upgraded my Drupal 5 to 6. most of the unwanted tables are from modules, that are no longer available(remove) in the system.
Recently I updated to D5.20 and that went great. I ran update php and of course there were 0 database updates. I then installed my new poorman's cron and ubercart and ran update.php again and got the following error.
array_merge() [function.array-merge]: Argument #2 is not an array in /private/var/www/wisdomconnection.biz/update.php on line 309.
great. I have no idea what this is or what to do with it. can someone please point me in the right direction?
Excuse me , i'm a fresh in drupal, i wanna ask could anyone can tell me how to updated the a contribute module like link or admin_menu or others ..thinx
I'm trying to upgrade from Drupal 5.20 to 6.14 (already upgraded from a previous 5.x version to 5.20). After I've copied all Drupal 6 files to the right directory, and I'm navigating to my website to login (/?q=user), it's starting a whole new installation of Drupal (/install.php?profile=default), instead of an upgrade. Also when I'm navigating to /upgrade.php, the new installation starts.
Can somebody help me how to fix this? To be sure I didn't loose everything, I've just put everything back to version 5.20, but of course eventually I want to upgrade to 6 :-p.