Display in this only, “Leading data from server” - not lord any products or details. Please support our system. URL: https://pos.greenline.lk/
- TPAnswered
not loading data on the system. How to fix this error.
Attachments - MSAnswered
Hello,
Please check mysql mode
ONLY_FULL_GROUP_BY
It need to be disabled as mentioned on the item page.If you are on shared hosting then you can disable it on session base by editing the
app/core/MY_Controller.php
and adding the following line after line 8parent::__construct();
if ($this->db->dbdriver == 'mysqli') { $this->db->query('SET SESSION sql_mode = ""'); }
Thank you
- TPAnswered
Can Deactivate or Disable Settings parts. (Company name/Number, and Main Settings) How to do it. can tell setting part file path or folder. Can I edit it? And other questions can this system use multiple subdomains on our different stores and companies. Can reinstall this system on one license.
- TPAnswered
I changed the cord but not work. our system depends on shared hosting. Please support, what to do.?
Attachments - MSAnswered
Hello,
Please move the new line above the settings line.
I didn’t understand your other question about deactivate/disable settings part? What settings part? You can edit store details from
Stores
menu under settings. If something else please reply with screenshot.Thank you
- TPAnswered
Please check and tell the issues.
Attachments - MSAnswered
Yes, looks fine.
Is the issue resolved or not?
If not, please check your server error logs and let me know error details.
Thank you
- TPAnswered
Not lord data. what to do. please tell setup by step please. Error : Leading data from server.
- MSAnswered
Let me know the admin account details to have look.
You can post private reply by enabling the
PRIVATE for Staff only
at top right of the reply section. - MSAnswered
Hello,
What is your
base_url
inapp/config/config.php
Please check and if it’s not starting with
https://
Please change it tohttps://
Thank you
- Login to Reply