VS
Asked
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
Please look into this issue and resolve asap....
Thanks and Regards
VS
- MSAnsweredHello,
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 the `app/config/config.php` and the try again. Lastly check the error details in the latest log file in `app/logs/` folder.
Thank you - VSAnsweredi 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" - MSAnsweredHello,
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 - VSAnsweredThanks its Working Now......
- Login to Reply