• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • We are looking for U.S.-based freelancer or agency working with SEO or WordPress for a quick 30-min interviews to gather feedback on XOVI, a successful German SEO tool we’re looking to launch in the U.S.
    If you qualify and participate, you’ll receive a $30 Amazon gift card as a thank-you. Please apply here. Thanks for helping shape a better SEO product for agencies!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

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