• Hi, Pleskians! We are running a UX testing of our upcoming product intended for server management and monitoring.
    We would like to invite you to have a call with us and have some fun checking our prototype. The agenda is pretty simple - we bring new design and some scenarios that you need to walk through and succeed. We will be watching and taking insights for further development of the design.
    If you would like to participate, please use this link to book a meeting. We will sent the link to the clickable prototype at the meeting.
  • (Plesk for Windows):
    MySQL Connector/ODBC 3.51, 5.1, and 5.3 are no longer shipped with Plesk because they have reached end of life. MariaDB Connector/ODBC 64-bit 3.2.4 is now used instead.
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.

Resolved Error using git pull with an additional user

vruiz

New Pleskian
Server operating system version
AlmaLinux 8.9
Plesk version and microupdate number
18.0.59
We have a client using the git extension to pull from a remote reposity into his hosting.

It works perfecly from the client user but when we try from a additional user the async task stucks, never starts and this error appears in the panel.log:

[2024-04-16 13:58:14.399] 186453:661e67d661806 ERR [panel] Locale_Manager::convertToInternalLocale(): Argument #1 ($locale) must be of type string, null given, called in /usr/local/psa/admin/plib/functions.php on line 526:
0: /usr/local/psa/admin/plib/Locale/Manager.php:13
Locale_Manager::convertToInternalLocale(NULL null)
1: /usr/local/psa/admin/plib/functions.php:526
set_locale(NULL null)
2: /usr/local/psa/admin/plib/Task/Async/Executor.php:46
Task_Async_Executor->execute()
3: /usr/local/psa/admin/plib/scripts/task-async-executor.php:6
[2024-04-16 13:58:14.400] 186453:661e67d661806 ERR [panel] Locale_Manager::convertToInternalLocale(): Argument #1 ($locale) must be of type string, null given, called in /usr/local/psa/admin/plib/functions.php on line 526

Anyone has encountered this problem?

Thanks.
 
What steps are involved when you try to pull with an additional user?
 
Last edited:
What steps are involved when you try to pull from an additional user?
Hello,

I just found the problem. Somehow the client managed to create a user without any mail account assigned (neither internal or external) and this was causing the error.

Adding an external mail account to the used fixed the problem.

Thanks
 
Back
Top