Please help - Error setup Qlo App
-
Dear all
Have any person got the same error to my case, please help me if you know how to fix it. Thank you so much for your helpful.
"
Oops! Please correct the item(s) below, and then click "Refresh information" to test the compatibility of your new system.
Required PHP parameters
SOAP extension is not loaded
In the PHP configuration set upload_max_filesize to minimum 16M
Permissions on files and folders
Recursive write permissions for Apache user on ~/config/
Recursive write permissions for Apache user on ~/cache/
Recursive write permissions for Apache user on ~/log/
Recursive write permissions for Apache user on ~/img/
Recursive write permissions for Apache user on ~/mails/
Recursive write permissions for Apache user on ~/modules/
Recursive write permissions for Apache user on ~/themes/hotel-reservation-theme/lang/
Recursive write permissions for Apache user on ~/themes/hotel-reservation-theme/pdf/lang/
Recursive write permissions for Apache user on ~/themes/hotel-reservation-theme/cache/
Recursive write permissions for Apache user on ~/translations/
Recursive write permissions for Apache user on ~/upload/
Recursive write permissions for Apache user on ~/download/ -
Hello @chuductaidlu
This message means that your system is not compatible with QloApps.
Please follow this guide carefully for the required configuration and ask your hosting provider for these configurations.
https://qloapps.com/install-qloapps/ -
I hope you carefully follow guide: https://qloapps.com/install-qloapps/
If you have some error like me you can so that problem like the ways I did, It worked for me. Thank you! Thank Faiz for your care to my question, I think I need to share it which you.
==== Fix some Permissions on files and folders ====
chmod -R 777 ~/hotemerace ( folder you will be install website, default is /var/www/html/.., but my website was change that folder to home/website/hotemerace)Which the isussues: In the PHP configuration set upload_max_filesize to minimum 16M"
====change two file size one three location:========- upload_max_filesize = 40M
- post_max_size = 40M
#/etc/php.ini
#/home/website/etc/php5.4/php.ini
#/home/website/etc/php5/php.ini
=========Fix SOAP extension is not loaded==========
#yum install php56w-soap
php56w-soap.x86_64 0:5.6.40-1.w7
Many people will guide you using just command like: yum install php-soap, but you have to check your php version to install soap version for your website.
Hop it helpful to you!