TP
Asked
Display in this only, "Leading data from server" - not lord any products or details.
Please support our system. URL: https://pos.greenline.lk/
Please support our system. URL: https://pos.greenline.lk/
- TPAnswerednot loading data on the system. How to fix this error.Attachments
- MSAnsweredHello,
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 8 `parent::__construct();`
```php
if ($this->db->dbdriver == 'mysqli') {
$this->db->query('SET SESSION sql_mode = ""');
}
```
Thank you - TPAnsweredCan 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. - TPAnsweredI changed the cord but not work. our system depends on shared hosting. Please support, what to do.?Attachments
- MSAnsweredHello,
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 - TPAnsweredPlease check and tell the issues.Attachments
- MSAnsweredYes, looks fine.
Is the issue resolved or not?
If not, please check your server error logs and let me know error details.
Thank you - TPAnsweredNot lord data. what to do. please tell setup by step please.
Error : Leading data from server. - MSAnsweredLet 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.* - MSAnsweredHello,
What is your `base_url` in `app/config/config.php`
Please check and if it's not starting with `https://` Please change it to `https://`
Thank you - Login to Reply