Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
Pages: 1
What does this error mean?
Warning: Got error 28 from storage engine select DISTINCT page from txp_section where 1=1 in /users/home/xxxxxxx/web/public/textpattern/lib/txplib_db.php on line 85
Thanks for any help.
Update: I also get this:
Warning: mysql_fetch_assoc(): supplied argument is not a valid MySQL result resource in /users/home/xxxxxxx/web/public/textpattern/lib/txplib_db.php on line 291
Warning: mysql_free_result(): supplied argument is not a valid MySQL result resource in /users/home/xxxxxxx/web/public/textpattern/lib/txplib_db.php on line 293
Last edited by mwr (2010-03-01 20:24:20)
Mark
Offline
Re: What does this error mean?
Error code 28: No space left on device
See http://www.mysql.com/news-and-events/newsletter/2003-10/a0000000249.html.
Code is topiary
Offline
Re: What does this error mean?
Isn’t this a problem on your host’s database server (I had this once from Joyent, spent a while fretting about what I’d done wrong and then the nice admins pressed a reset button somewhere and all of my problems went away…)
There’s a good explanation on the Drupal forum (Basically, if you log on as ‘localhost’ then you’re sharing databases)
Hope this helps.
Offline
Re: What does this error mean?
Thanks for pointing me in the right direction. I’ve submitted a request to Joyent.
Mark
Offline
Pages: 1