Modal window of some report and listing e.g. product list, customer report etc is not opening. when i click on this it take me to indefinite time and runing forever… Please look into this issue and resolve asap…
Thanks and Regards VS
- MSAnswered
Hello,
Please check your server’s php error logs and let me know the error details so that I can suggest.
If you are not sure about server error logs, you can try to enable app logs by changing the
log_threshold
to 1 in theapp/config/config.php
and the try again. Lastly check the error details in the latest log file inapp/logs/
folder.Thank you
- VSAnswered
i found this error on app/logs folder “ERROR - 2021-12-14 18:05:22 --> Severity: error --> Exception: Class ‘Endroid\QrCode\QrCode’ not found /home/verifiso/public_html/pos/app/libraries/Tec_qrcode.php 22”
- MSAnswered
Hello,
Please download the file again and replace the vendor folder with latest. If still same, please check your
app/config/config.php
for composer auto line. It should be$config['composer_autoload'] = FCPATH . 'vendor/autoload.php';
Thank you
- VSAnswered
Thanks its Working Now…
- Login to Reply