You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 22, 2024. It is now read-only.
This seems not an Atomik issue, but a not valid PHP version or a missing PHP configuration: _() is a native alias of php function gettext (http://php.net/manual/en/function.gettext.php). Check your locale settings in your environment.
Ok, but you reported:
"get Fatal error: Call to undefined function _()", with simple underscore.
If is this the error message, usually there are two reasons:
user permissions for sessions folder or application file (rare);
misconfiguration for locales (in Atomik for "Translations");
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
$this->_('hello')); work as described in the doc
but
get Fatal error: Call to undefined function __() when using the shortcut __('hello');
The text was updated successfully, but these errors were encountered: