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.
- MSAnsweredHello,
Can you please check latest log file in the `storage/logs/` folder. Let me know the error details so that I can suggest.
Thank you - MMAnsweredon me the same error. MAMP PRO on Localhost and PLESK Webserver. Need help :-)
- MMAnsweredhere my log file
/Users/mueller/NetBeansProjects/sbase_rc2/public/index.php(59): Illuminate\\Foundation\\Http\\Kernel->handle(Object(Illuminate\\Http\\Request))
#41 {main}
"}
[2021-09-13 11:42:37] production.ERROR: Unsupported cipher or incorrect key length. Supported ciphers are: aes-128-cbc, aes-256-cbc, aes-128-gcm, aes-256-gcm. {"exception":"[object] (RuntimeException(code: 0): Unsupported cipher or incorrect key length. Supported ciphers are: aes-128-cbc, aes-256-cbc, aes-128-gcm, aes-256-gcm. at /Users/mueller/NetBeansProjects/sbase_rc2/vendor/laravel/framework/src/Illuminate/Encryption/Encrypter.php:55)
[stacktrace]
#0 /Users/mueller/NetBeansProjects/sbase_rc2/vendor/laravel/framework/src/Illuminate/Encryption/EncryptionServiceProvider.php(32): Illuminate\\Encryption\\Encrypter->__construct('F f\"\\xDB\
\\x06\\xC5\\xB0\
\\xF5\\xED\\xA5)\\x8D...', 'AES-256-CBC') - HRAnsweredFriend try generating the application key again "php artisan key: generate"
- HRAnsweredHello Mian, I am attaching both the file "storage/logs/laravel-2021-09-13.log", as well as my installation process "InstallProcess.zip", results of composer Install "ComposerInstall.zip" and "npmInstall" Thank you for your time and help.
- MSAnswered**[Marcel Müller](/u/me1)** Hello,
For standard license `vendor` folder is not included, you will needs to run `composer install`
Install will generate the `.env` and app key. Can you access the installer? If not please check the latset log in the `storage/logs/` folder.
Thank you - MSAnswered**[Hector Rojas](/u/hrojas)** Hello,
You only need to run `composer install` before accessing the installer. I can't see the attachments. Can you please attach again.
Thank you - HRAnsweredOk, I reattach the files, and if I'm running composer install, see attached files, thanks.
- HRAnsweredIt should be noted that the installation of version 0.5.0 ran without any problem. I attach file folders.Attachments
- MSAnswered**[Hector Rojas](/u/hrojas)** Hello,
Sorry my internet was not opening some sites :(
Looks like it's due to address. Please try to change the line 60 in the `modules/Shop/Http/Livewire/Cart/Checkout.php` to
```php
if ($this->addresses && $this->addresses->isNotEmpty()) {
```
Once change please run `php artisan cache:clear` to clear the cache. Shop caches the date for 10 - 15 minutes.
Let me know if you still have any issue. There might be issue on shop liek this due to data missing and I will be fixing them as I came to know.
Thank you - Login to Reply