Opencart 3.0.2.0 Not Displaying Images

It was a path issue to the DIR_IMAGE constant.

How i got my server default root relative path.

I created a file called path.php and added this code to it echo getcwd();.

I uploaded it to the root of my server online and this gave me my online relative path

accessing http//{domain}/path.php displays my relative path for me which I now used in my config.php file.

That was how I solve it right now.