HR
Asked
Hello Mian, how are you friend, I have not been able to install the new version "Tecdiary - Modern Point of Sale Solution v0.6.1" in my localhost on the one hand it says that it is v0.6.0 when it is being installed and on the other hand it gives an error redirect in browsers when you try to open the URL to install "http: //mps-standard.test/install", could you tell me how I can solve it. Try to install with both PHP 8.0.10 and PHP 7.4.9 and in both versions it gives the same error.
This site cannot be accessed mps-standard.test refused the connection.
This site cannot be accessed mps-standard.test refused the connection.
- HRAnsweredLine 60 was changed and when executing "php artisan cache: clear" it gives an analysis error, I attach a file with errors.Attachments
- HRAnsweredIt is good to clarify that the error gives me even without unzipping the store files, only with the MPS.
- MSAnsweredHello,
It's the same line :(
Can you please check database if it has the `addresses` table? - HRAnsweredFriend, there is no database because as I told you you cannot execute the install and in that process the database is created,
- MSAnsweredHello,
You shouldn't have that file if you haven't installed the module. The steps are as following
1. Download MPS and install it.
2. Once installed, add data (as mentioned in after install) and then go to manage modules
3. Install the eCommerce module from manage modules page
May I know in detail on which step you having issue? - HRAnsweredSorry Mian but I have already installed version 0.5.0 without any problem as I mentioned, I also gave you a file with the installation process "InstallProcess.zip", but I will detail it here:
Installation process
1.- Unzip the .zip file "Tecdiary - Modern Point of Sale Solution v0.6.1.zip" and "Tecdiary - eCommerce Module for Modern POS Solution v0.6.1.zip"
2.- I add PHP 7.4 in the "composer.json" and "composer.lock"
"php": "^ 7.4 | ^ 8.0",
in my case because on this server I use ioncube and it does not support PHP 8, although I did the tests with PHP 8 and the same error.
2.- Install the back-end dependencies "composer install"
3.- Install the front-end dependencies "npm install"
4.- Change to the "public" folder in the file "mps-standard.test/config/filesystems.php"
'default' => env ('FILESYSTEM_DRIVER', 'local'), x 'default' => env ('FILESYSTEM_DRIVER', 'public'),
5.- I run the Install "http: //mps-standard.test/install"
Now the whole process runs without any problem. Also attach the composer install process "ComposerInstall.zip" and the npm install process "npmInstall.zip", the problem is when I go to the browser and run the install in my case "http : //mps-standard.test/install "is where it hangs and gives redirect error. - HRAnsweredI do not understand what may be happening with this version (v0.6), since the previous version (v0.5) I have installed it several times and it does not give me any problem.
- MSAnsweredHello,
1. Unzip the .zip file "Tecdiary - Modern Point of Sale Solution v0.6.1.zip" ONLY You don't have to do anything with eCommerce module here
Please try without eCommerce module files.
Thank you - MSAnsweredHello,
You don't have to add modify any things.
1. Download MPS (only) and extract to folder
2. Run composer install
3. access installer in browser
Once installed then you can change the config if needed.
Thank you - MSAnsweredIf everything okay after MPS installed, then you can go to settings page and visit manage modules to install the eCommerce module. Thank you
- Login to Reply