User fromUser = [SELECT Name, CompanyName, Email, Address, FirstName, LastName, Phone FROM User WHERE Id = :UserInfo.getUserId()]; this problem occurs when client installed our package and then complile their classes, its not occured at my dev org
also i tried some solutons like update api versions and trying to resave their classes with updated api versions , ...still the problem ocuurs