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

Language files cannot be loaded for backend #3

Open
SparkInChief opened this issue Jun 3, 2020 · 0 comments · May be fixed by #4
Open

Language files cannot be loaded for backend #3

SparkInChief opened this issue Jun 3, 2020 · 0 comments · May be fixed by #4

Comments

@SparkInChief
Copy link

Attempting to set the plugin's text domain fails with the error message open_basedir restriction in effect.

The path that is attempted is {absolute path to WP plugins} \ {absolute path to Domainer plugin} when it should be {relative path to Domainer plugin}

load_plugin_textdomain( 'domainer', false, dirname( DOMAINER_PLUGIN_FILE ) . '/languages' );

SparkInChief added a commit to SparkInChief/domainer that referenced this issue Jun 3, 2020
@SparkInChief SparkInChief linked a pull request Jun 3, 2020 that will close this issue
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

Successfully merging a pull request may close this issue.

1 participant