MJ
Asked
hello there, i was trying to make a pos sale and its stuck on white screen and the sale is not registered.
any idea how to give you access to check it ?
any idea how to give you access to check it ?
- 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 logs, you can enable app logs by changing the `log_threshold` to 1 in the `app/config/config.php` folder and then try to add the sale again. Lastly check the latest log file in the `app/logs/` folder.
Thank you - MJAnsweredhello, i did enable log_threshold and heres the attachment ive got after adding the sale from posAttachments
- MSAnsweredHello,
Please save system and pos settings. If you have assigned the biller to user, please assign it again. If you are adding more than 20 products then, please check your php configuration file (php.ini) for `max_input_vars` and set it to higher number i.e, 20000. You might need to increase `max_input_time` and `max_execution_time` too.
Thank you - Login to Reply