PHP Warning missing Argument 1 for __()

you get this error if you passed empty string or did not pass any argument to the __() function.

You should check where you’ve used the __() function and check what value is being passed as argument.