I was trying to install the php pecl uploadprogress extension on my dv server last night and now when I log into plesk, I get an error.

From the error below, I'm guessing it has to do with these commands that I executed from /root when I was following this document: http://wiki.mediatemple.net/w/(dv):Install_PECL_extensions

mkdir ~/tmp
mount --bind ~/tmp /tmp
mount -o remount,exec /tmp

Is there any way to unbind ~/tmp from /tmp and will that fix it?

ERROR: Zend_Db_Statement_Exception
Up Level
SQLSTATE[HY000]: General error: 1 Can't create/write to file '/tmp/#sql_1476_0.MYI' (Errcode: 13)
0: Pdo.php:238
Zend_Db_Statement_Pdo->_execute(array)
1: Statement.php:283
Zend_Db_Statement->execute(array)
2: Abstract.php:433
Zend_Db_Adapter_Abstract->query(string 'DESCRIBE `sessions`', array)
3: Abstract.php:230
Zend_Db_Adapter_Pdo_Abstract->query(string 'DESCRIBE `sessions`')
4: Mysql.php:136
Zend_Db_Adapter_Pdo_Mysql->describeTable(string 'sessions', NULL null)
5: Abstract.php:696
Zend_Db_Table_Abstract->_setupMetadata()
6: Abstract.php:722
Zend_Db_Table_Abstract->_getCols()
7: Abstract.php:762
Zend_Db_Table_Abstract->_setupPrimaryKey()
8: DbTable.php:517
Zend_Session_SaveHandler_DbTable->_getPrimary(string '6fce91ea0011cb52525f2b15c60aada2')
9: DbTable.php:316
Zend_Session_SaveHandler_DbTable->read(string '6fce91ea0011cb52525f2b15c60aada2')
10: SaveHandler.php:26
CommonPanel_Session_SaveHandler->read(string '6fce91ea0011cb52525f2b15c60aada2')
11: :
session_start()
12: class.Session.php:309
Session->registerSession(integer '1', string 'admin', string '129.176.197.24', NULL null, NULL null)
13: cmd_loginup.php:129
createSessionCommon(integer '1', string 'admin', boolean true, string '129.176.197.24', NULL null, NULL null)
14: cmd_loginup.php:312
createSessionAdmin(string 'admin', string '***********', string '***************************', boolean false)
15: cmd_loginup.php:74
createSession(string 'admin', string '***********')
16: login_up.php3:47
link|improve this question

75% accept rate
I found this link which helped me figure it out - serverfault.com/questions/84890/… – Catfish Nov 18 '11 at 18:55
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.