While trying to access my website I get error- database query error. I cannot access my site at all. This is my second install and last time it happened when customers were trying to join. Please if anyone can help? Is this an issue with my hosting company or software issue?
Thanks
Ed
|
We need to see the actual error message. Either enable database debugging (via /inc/classes/BxDolDb.php) or check for an email with the error message. BoonEx Certified Host: Zarconia.net - Fully Supported Shared and Dedicated for Dolphin |
I've attached a copy of the most recent email error message. We received 11 error message emails today. Any help would be appreciated.
Thanks
|
This looks like "view source" of the site, I couldn't find the error? BoonEx Certified Host: Zarconia.net - Fully Supported Shared and Dedicated for Dolphin |
Sorry I am new and do not understand what you mean by "view source". |
go to inc/classes/BxDolDb.php
and near top change the debug to true from false. and than tell us what you see.
so much to do.... |
It appears to be working for now, this would not happen all of the time, so I will see what happens through out the day today. Hoping this works. |
than it should be your host problem maybe your mysql server was offline or something else. so much to do.... |
Thanks, I was also thinking that, maybe I will have to change hosting companies |
This is the new error that just occured
Query: SELECT obj.* FROM `sys_objects_tag` obj LEFT JOIN `sys_tags` tgs ON obj.`ObjectName` = tgs.`Type` WHERE `tgs`.`Tag` IS NOT NULL GROUP BY obj.`ObjectName` ORDER BY obj.`ID`
Mysql error: Can't create/write to file '/tmp/#sql_aba_0.MYI' (Errcode: 28)
Any ideas on how I can fix this?
Thanks
|
You need to contact your hosting provider. This is an issue with their server. BoonEx Certified Host: Zarconia.net - Fully Supported Shared and Dedicated for Dolphin |
To be more specific so you know what the error means incase your hosting provider plays stupid. And some do.
MySQL is attempting to write temporary data to the servers /tmp directory. This is not the tmp folder in your dolphin site. The path is specifically /tmp which indicates the server itself. And the error Errcode: 28 means the write failed because the server is out of hard drive space.
So yes. Nathan is correct. You must contact your host. The problem is not with dolphin but lack of hard drive space on the server.
https://www.deanbassett.com |