missing install schema / info at latest version (branch 2-dev)

CommentFileSizeAuthor
install_schema.patch16.37 KBdroplet

Comments

gábor hojtsy’s picture

Status: Needs review » Closed (works as designed)

The 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.

droplet’s picture

ahh ? but now install failed.. . so we need to add .install on l10n_drupal ??

gábor hojtsy’s picture

Installed l10n_server first?

droplet’s picture

I'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.

gábor hojtsy’s picture

If you install them fresh then l10n_server will install the DB. If the tables are already there, you need to run the update functions :)

droplet’s picture

Sorry. 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

gábor hojtsy’s picture

Hm, that is interesting, let's try enabling l10n_server only first and then add on l10n-drupal and l10n_community in another round.

droplet’s picture

Hmmmm. 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.

gábor hojtsy’s picture

Status: Closed (works as designed) » Fixed

Ok, 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.

droplet’s picture

ok. 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.

gábor hojtsy’s picture

Yeah, that is apparently committed testing code :) Should not cause issues.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.