Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

gettext replacement doesn't work #211

Open
nicopace opened this issue Sep 29, 2014 · 0 comments
Open

gettext replacement doesn't work #211

nicopace opened this issue Sep 29, 2014 · 0 comments

Comments

@nicopace
Copy link

I've copied the soonick/pommo master branch commit 1774566 to my server.
I setted up the config, as such:

<?php die(); /* DO NOT REMOVE THIS LINE! SERIOUS SECURITY RISK IF REMOVED! */ ?>
==========================================================
Welcome to the poMMo Configuration File! From here you setup your database and
  other preferences.

IMPORTANT: This file must be named "config.php" and saved in the "root"
  directory of your poMMo installation (where bootstrap.php is).

See config.sample.php for descriptions of settings
==========================================================

[db_hostname] = <ip>
[db_username] = <user>
[db_password] = <pass>
[db_database] = <dbname>
[db_prefix] = <dbprefix>

[lang] = es
[debug] = off
[verbosity] = 3
[date_format] = 3

It finishes the installation.
When i go to login, it shows me this message:
pommo

"Php gettext module is not installed."

The server indeed doesn't have support for gettext, but i've seen that pommo includes a replacement for this module: https://github.com/soonick/poMMo/blob/master/lib/gettext/gettext.inc

Any ideas how to debug it?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant