Soil moisture sensor-LiquidCrystal library problem

Hello
I'm currently working on a project Soil Moisture Sensor with LCD Display and I have a problem with the code. I installed the latest version of LiquidCrystal library and i still get the same error: no matching function for call to 'LiquidCrystal::LiquidCrystal(int, int)'.
Can anyone help me?
I sincerely thank you in advice

There are many libraries named LiquidCrystal. Which one did you install? Did you install the library through the library manager (you should)? Did you try to run examples from the library that you had installed? Since there are several versions of the library and they are not the same you must run code that is intended for the particular library that you have. You can't just grab some random code from the net and expect it to work.

Post your code. Read the how to use this forum-please read sticky to see how to properly post code and some advice on how to ask a good question. Remove useless white space and format the code with the IDE autoformat tool (crtl-t or Tools, Auto Format) before posting code.