Hi all, I'm new to Laragon - this is my first time using it. I installed it and changed the default root and data directories, as well as installed PHP 7.3 and phpmyadmin from the "Quick Add" feature, so far that's all. I do not have auto virtual hosts active. Then I clicked "Web" and it seems to be leading to the new root, and clicking "Database" does lead to phpmyadmin, so I created a subdirectory (Mamapress) there and downloaded WordPress into it to test it. Now all I get when visiting localhost/Mamapress is this:
Warning: Unknown: failed to open stream: No such file or directory in Unknown on line 0
Fatal error: Unknown: Failed opening required 'C:/Users/mishew/OneDrive/Dev/Laragon/Root/Mamapress/index.php' (include_path='.;C:/laragon/etc/php/pear') in Unknown on line 0
But there is, in fact, an index.php file in that directory, because an entire copy of WordPress is in that directory. Is there some step that I'm missing?