Hello - I have a successful installation on my location computer running Windows 11 and XAMPP. I have a VPS server (https://medstreamline.com) I would like to move my installation from my local computer to my VPS. I copied the zip file and extracted the files inside my VPS server to medstreamline.com/inventory. It says it installed successfully, but when I try to go to the inventory site, it says I need PHP version 8. But that was not stated in your documentation. I am happy to pay for you to install the system for me and then take my local installation files and move it to the new installation. Please let me know the next steps to proceed. Thank you.
- MSAnswered
Hello,
SMA required php 7.4+ and below php 8.2 The defautl vendor folder is installed on php8 so if you have php8 it should work fine. It your server is still php7.4 then you need to install the packages again using
composer install
Thank you
- Login to Reply