Nascoli Posted May 10, 2021 Report Share Posted May 10, 2021 Hi guys, I have a problem installing. After following all the steps in the DOC, I installed phphVMS7 on my own machine (localhost). After installation, I typed https: // localhost / phpvms / public / and a screen with the <Head on to the installer> button appears. However, when I click on this button, instead of going to the installation screen, the system redirects me to PhpMyAdmin. Would anyone know what the problem is? I am using XAMPP with PHP v7.4.18 Quote Link to comment Share on other sites More sharing options...
DisposableHero Posted May 11, 2021 Report Share Posted May 11, 2021 I had similar errors with XAMPP, thus used WAMP first (with virtual host configuration) then switched to Laragon (which is much faster and capable of things compared to XAMP and WAMP). Though i saw some friends using XAMMP for their local tests but I never asked how they managed to get it work. If possible try Wamp or Laragon. Quote Link to comment Share on other sites More sharing options...
Nascoli Posted May 11, 2021 Author Report Share Posted May 11, 2021 1 hour ago, DisposableHero said: I had similar errors with XAMPP, thus used WAMP first (with virtual host configuration) then switched to Laragon (which is much faster and capable of things compared to XAMP and WAMP). Though i saw some friends using XAMMP for their local tests but I never asked how they managed to get it work. If possible try Wamp or Laragon. OK thanks! I will try Laragon. I tried Laradoc, but I had the same problem! Quote Link to comment Share on other sites More sharing options...
DisposableHero Posted May 11, 2021 Report Share Posted May 11, 2021 I use Laragon (the full version if that matters), works just fine ... Tried and installed multiple php , apache and mysql/maria versions (for development testing) . Even you can install phpvms 5.x series with proper versions What i needed was to update the composer it has (for v7 composer install of vendors, which is an optional thing). It can run v7 without any changes, out of the box (but works better when you have full control over it) Quote Link to comment Share on other sites More sharing options...
DisposableHero Posted May 11, 2021 Report Share Posted May 11, 2021 49 minutes ago, Nascoli said: OK thanks! I will try Laragon. I tried Laradoc, but I had the same problem! Just do not use the default/provided root folder ... Create a new folder in your drive like My Projects, define it as your second Document Root, switch to that document root from laragon menu (needed just once) then under that document root, create another folder like phpvms , then click the reload button from Laragon main window. It will instantly recognize it as a new virtual host, and you will be able to access that project folder like http://phpvms.test , that will also let most of the features of phpvms work (like airport lookup, weather updates etc) Hope these tips help, 1 Quote Link to comment Share on other sites More sharing options...
Nascoli Posted May 12, 2021 Author Report Share Posted May 12, 2021 16 hours ago, DisposableHero said: Just do not use the default/provided root folder ... Create a new folder in your drive like My Projects, define it as your second Document Root, switch to that document root from laragon menu (needed just once) then under that document root, create another folder like phpvms , then click the reload button from Laragon main window. It will instantly recognize it as a new virtual host, and you will be able to access that project folder like http://phpvms.test , that will also let most of the features of phpvms work (like airport lookup, weather updates etc) Hope these tips help, Tkss a Lot!!! I´ll try! Quote Link to comment Share on other sites More sharing options...
Laurent Posted May 12, 2021 Report Share Posted May 12, 2021 6 hours ago, Nascoli said: Tkss a Lot!!! I´ll try! in xampp: config / httpd.conf look for this line DocumentRoot "E:/xampp/htdocs" and changes to DocumentRoot "E:/xampp/htdocs/your folder/public" and restart xampp Quote Link to comment Share on other sites More sharing options...
Nascoli Posted May 14, 2021 Author Report Share Posted May 14, 2021 On 5/11/2021 at 6:58 PM, DisposableHero said: Just do not use the default/provided root folder ... Create a new folder in your drive like My Projects, define it as your second Document Root, switch to that document root from laragon menu (needed just once) then under that document root, create another folder like phpvms , then click the reload button from Laragon main window. It will instantly recognize it as a new virtual host, and you will be able to access that project folder like http://phpvms.test , that will also let most of the features of phpvms work (like airport lookup, weather updates etc) Hope these tips help, Great! It´s does work now! Easy! Tks a Lot! 1 Quote Link to comment Share on other sites More sharing options...
DisposableHero Posted May 14, 2021 Report Share Posted May 14, 2021 11 minutes ago, Nascoli said: Great! It´s does work now! Easy! Tks a Lot! Good news, enjoy flexibility of Laragon and phpvms7 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.