Hello,
There is a problem loading the data most of pages getting “Loading data from server” and loading forever.
Check Image https://imgur.com/a/UztGOEd
Errorlog:
ERROR - 2021-11-22 18:46:47 --> Severity: Warning --> mysqli::query(): (HY000/1): Can’t create/write to file ‘/tmp/MY4HG7Yc’ (Errcode: 2 - No such file or directory) /home/smileype/domains/smileypetsegypt.com/public_html/petshop/system/database/drivers/mysqli/mysqli_driver.php 307
ERROR - 2021-11-22 18:46:47 --> Query error: Can’t create/write to file ‘/tmp/MY4HG7Yc’ (Errcode: 2 - No such file or directory) - Invalid query: SELECT *
FROM sma_products
LEFT JOIN sma_categories
ON sma_products
.category_id
=sma_categories
.id
LEFT JOIN sma_units
ON sma_products
.unit
=sma_units
.id
LEFT JOIN sma_brands
ON sma_products
.brand
=sma_brands
.id
GROUP BY sma_products
.id
ERROR - 2021-11-22 18:46:47 --> Severity: error --> Exception: Call to a member function num_rows() on bool /home/smileype/domains/smileypetsegypt.com/public_html/petshop/app/libraries/Datatables.php 537
- MSAnswered
Hello,
Please check with your server admin. The tmpdir is not set correctly or the drive might be full.
Thank you
- HAAnswered
Thanks they fixed it.
- Login to Reply