Dashboard View Now Working

0

Dear Tecdiary Support,

Please help to understand the cause of the issue, after the installation everything is fine, works properly, even solved an issue regards SSL url.

But if I will try to reach base URL: https://stock.eatloveenjoy.com/ error ocured, while if i'm trying to open https://stock.eatloveenjoy.com/items page all works fine.

Question Resolved For: Simple Stock Manager 0 Votes 2 Answers 704 Views
Asked by Rakov Mihail 1 year ago

0

Answered by Rakov Mihail 1 year ago

In addition to that, I can't understand why modal windows every time is presenting once I click any button? And what is interesting the same and last, as an example, after failed login the message all time is popup when I clicking any button...

0

Answered by Mian Saleem 1 year ago

Hello,

You can refresh the login page. If the notifications are not removed after page load that mean there is something wrong with the session.

You can edit app/core/MY_Controller.php and add the lines below after line no 38 $meta['warning'] = $data['warning'] ?? $this->session->flashdata('warning');

$this->session->unset_userdata('error');
$this->session->unset_userdata('message');
$this->session->unset_userdata('warning');

These lines will reset the session messages data.

Thank you

We use Cookies

We use cookies to ensure that we give you the best experience on our website. By continuing to browse the site you are agreeing to our use of cookies.