LesJar Posted September 7, 2020 Report Share Posted September 7, 2020 I am trying to install PHPVMS v7 on my local MAMP PRO system. 7.0.0-beta.4 [1] I created the database in Mysql OK [2] i went to MAMP folder and htdocs and created my folder for PHPVMS i.e. Flightiva [3] i pointed the browser to http://localhost:8701/flightiva/ and saw the message that PHPVMS is not installed head to the installer Right on point 3 the PHPVMS logo is missing from the header [4] I clicked the head on to the installer [5] get error message Not Found The requested URL /flightiva/install was not found on this server. Is there a problem in using MAMP PRO with PHPVMS I am running PHP 7.3 Quote Link to comment Share on other sites More sharing options...
LesJar Posted September 7, 2020 Author Report Share Posted September 7, 2020 i amended the code // Uncomment this line if you're having issues with the redirecting not working properly $app->setPublicUrlPath(env('APP_PUBLIC_URL', '/public')); this got that part working as I have the logo and the correct button for INSTALL now But pressing INSTALL i get the screen error Page Not Found Well, this is embarrassing, the page you requested does not exist.Click here to go back to the home page. and the url at the top reads http://flightiva:8701/public/install but looking at the public folder there is no Install Folder ? any help would be appreciated Quote Link to comment Share on other sites More sharing options...
Administrators Nabeel Posted September 8, 2020 Administrators Report Share Posted September 8, 2020 You need to point the vhost to the `/public` folder Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.