SMFHacks.com

Ad Seller Pro => Support => Topic started by: Cutter on October 09, 2011, 12:03:42 pm

Title: Database Error: Got error 28 from storage engine
Post by: Cutter on October 09, 2011, 12:03:42 pm
Recently I have started receiving the following database error. Sometimes it have other lines listed around line 2158. Most of the time its only line 2158.

Im running SMF 2.0 RC5 holding off on upgrading to 2.0 final for awhile.

Ad Seller Pro Version: 1.0.9

http://www.*****.com/forum/index.php?action=forum

Database Error: Got error 28 from storage engine

File: /home/******/public_html/forum/Sources/adseller2.php
Line: 2158

This is what is on line 2158 and before and after it.
2154: $memQuery
2155:
2156: AND " . ($showRevshare == false ? " FIND_IN_SET($LocationID, a.adlocations) AND " : "") . "  l.removed = 0 AND l.disabled = 0 $revShareQuery
2157: ORDER BY RAND() LIMIT 1
==>2158: ");
2159: $adRow = $smcFunc['db_fetch_assoc']($result);
2160:    
2161: if ($smcFunc['db_num_rows']($result) == 0 && $showRevshare == true)
2162: {

Hope someone might know what might be the issue.

Thanks.
Title: Re: Database Error: Got error 28 from storage engine
Post by: SMFHacks on October 09, 2011, 12:54:24 pm
Got error 28 from storage engine

Is an issue with your host/hosting provider. They are out of a diskspace and need to free some space that is a critical issue if not corrected can lead to data loss.
Title: Re: Database Error: Got error 28 from storage engine
Post by: Cutter on October 09, 2011, 01:25:53 pm
Thanks for the info. I will have to contact my host.
Title: Re: Database Error: Got error 28 from storage engine
Post by: Cutter on October 09, 2011, 03:57:42 pm
Well Host said they didn't see anything wrong with the space.

Quote
We are unable to find any issue with diskspace on your account.  If you are still having issues with this please provide us information for us to replicate this error.  We will need to see how this error occurs to see if we can find a solution.

Please feel free to contact us if you have any further questions.

Guess I will just have see how things go since I contacted them.
Title: Re: Database Error: Got error 28 from storage engine
Post by: SMFHacks on October 09, 2011, 03:59:37 pm
It is a disk space issue try searching "Got error 28 from storage engine" on google  unless they fixed it after you contacted them.