SS
Asked
Dear Concern,
Please do the needful. Here I'm given you some of screenshot link for your reference:
Product details display problem:
https://i.postimg.cc/Gp7hCWW3/screenshot-183.png
notification on top:
https://i.postimg.cc/c4g35m88/screenshot-184.png
https://i.postimg.cc/J7BJpxXH/screenshot-185.png
Back to POS link are missing:
https://i.postimg.cc/nr0t4BnF/screenshot-186.png
Thanks in Advance
Please do the needful. Here I'm given you some of screenshot link for your reference:
Product details display problem:
https://i.postimg.cc/Gp7hCWW3/screenshot-183.png
notification on top:
https://i.postimg.cc/c4g35m88/screenshot-184.png
https://i.postimg.cc/J7BJpxXH/screenshot-185.png
Back to POS link are missing:
https://i.postimg.cc/nr0t4BnF/screenshot-186.png
Thanks in Advance
- MSAnsweredHello,
Please check your server's php error logs and let me know the error details so that I can suggest.
I have listened that flashdata is not being clear for some users on php8. You can add the lines below in the `page_construct` method of `app/core/MY_Controller.php` before `$this->load->view` lines to manually clear it
```php
$this->session->unset_userdata('error');
$this->session->unset_userdata('message');
$this->session->unset_userdata('warning');
```
I will need the error details for first and last, I suspect it's due to server requirements that qrcode or barcode is generating the error.
Thank you - SSAnsweredThanks for your reply.
I was using PHP 8, now everything is fine in PHP 6.3. - Login to Reply