UnamSanctam / UnamWebPanel

MIT License
164 stars 61 forks source link

Problem With Database #268

Open mbelhassen opened 1 year ago

mbelhassen commented 1 year ago

I have a problem with database error

UnamSanctam commented 1 year ago

Looks like it couldn't read the database file, are you sure that it's present on the disk and that the webserver user has read permissions to the file?

mbelhassen commented 1 year ago

yes

UnamSanctam commented 1 year ago

And you're sure that your disk isn't full? Since that's otherwise what the error stands for.

mbelhassen commented 1 year ago

yes disk isn't full and i have disable hashrate to see but it's the same problem apear after few miniutes , i have clear the database and reinstall a new one but the same problem apear

mbelhassen commented 1 year ago

i have install the 1.7.1 panel right now , i have to wait the miner to connect and we will see if problem persist or not

mbelhassen commented 1 year ago

Stack trace:

0 /home/........../www/wp-content/master/internalPages/statisticsAjax.php(38): PDO->query('SELECT ms_statu...')

1 /home/........../www/wp-content/master/page-loader.php(5): include('/home/..........')

2 {main}

thrown in /home/................./www/wp-content/master/internalPages/statisticsAjax.php on line 38 [06-Jun-2023 21:51:27 Europe/Paris] PHP Fatal error: Uncaught PDOException: SQLSTATE[HY000]: General error: 11 database disk image is malformed in /home/...................../www/wp-content/master/internalPages/statisticsAjax.php:38

This is error i have in error log

UnamSanctam commented 1 year ago

Could be a WordPress problem, I have seen it before because of that. Or there's some general problem with your disk or permission.