missing install schema / info at latest version (branch 2-dev)
| Comment | File | Size | Author |
|---|---|---|---|
| install_schema.patch | 16.37 KB | droplet |
missing install schema / info at latest version (branch 2-dev)
| Comment | File | Size | Author |
|---|---|---|---|
| install_schema.patch | 16.37 KB | droplet |
Comments
Comment #1
gábor hojtsyThe database was moved under l10n_server, which is our current base module (l10n_community provides a UI on top of that :). The Drupal .po specific requirements checking was moved to l10n_drupal, our new home for Drupal specific stuff. This is all intentional.
Comment #2
droplet commentedahh ? but now install failed.. . so we need to add .install on l10n_drupal ??
Comment #3
gábor hojtsyInstalled l10n_server first?
Comment #4
droplet commentedI'm installed the l10n_server-6.x-2.x-dev.tar.gz
I try again.
1. enable Localization server
2. enable Localization community UI
user warning: Table 'drupal.l10n_server_project' doesn't exist query: SELECT * FROM l10n_server_project WHERE status = 1 ORDER BY uri in /var/www/drupal/sites/all/modules/l10n_server/l10n_server/l10n_server.module on line 430.
Comment #5
gábor hojtsyIf you install them fresh then l10n_server will install the DB. If the tables are already there, you need to run the update functions :)
Comment #6
droplet commentedSorry. can you explain it in more details ??
repeat again.
1. install new drupal 6
2. enable Localization server for Drupal
3. enable Localization server (auto enable )
4. enable Localization community UI
same error
5. run update.php
still same error
Comment #7
gábor hojtsyHm, that is interesting, let's try enabling l10n_server only first and then add on l10n-drupal and l10n_community in another round.
Comment #8
droplet commentedHmmmm. I have no idea.
1. install new drupal 6
2. enable Localization server
3. enable Localization server for Drupal
4. enable Localization community UI
same error.
tried many combination. still same problem.
I can't see any code to add a new table into DB. it runs all hook_update even new install ?? no experience with it. going to check docs.
Comment #9
gábor hojtsyOk, you are perfectly right, this was a big mistake on my part. Sorry for wasting your time, looks like I simply forgot to add this install file. Just committed. Please update your checkout, and you'll see the install being much more happy :) Please reopen if you still have issues.
Comment #10
droplet commentedok. it's works. but see another issues.
every pages I can see smiliar "translate/languages/%" strings on top left.
(will test it soon and open a new issues later)
Thanks your work.
Comment #11
gábor hojtsyYeah, that is apparently committed testing code :) Should not cause issues.