Error — Warning: unpack() [function.unpack]: Type V: not enough input, need 4, have 0 in /home/uruser/public_html/blog/wp-includes/phptext.php on line 35 Solution install odbc connector 1, Download MySQL Connector/ODBC 3.51 from http://dev.mysql.com/downloads/connector/odbc/3.51.html wget http://dev.mysql.com/get/Downloads/MyODBC3/mysql-connector-odbc-3.51.16-linux-x86-32bit.tar.gz/from/http://mysql.mirror.rafal.ca/ 2, open php.ini and find “;extension=dbase.dll”, delete the “;” in front of it, this will open dbase extension to parse the dbf file. […]
See MoreAuthor: HR-ADMIN
ERROR: Connection dropped by IMAP server
yum install fam /etc/rc.d/init.d/courier-imap restart service courier-authlib restart service courier-imap restart yum install fam /etc/rc.d/init.d/courier-imap restart netstat -an|grep 143|grep LISTEN Solution : Install libltdl or locate following files on server cp /old/usr/lib/libltdl.so.3 /usr/lib/libltdl.so.3 cp /old/usr/lib/libltdl.so.3.1.1 /usr/lib/libltdl.so.3.1.1 cp /old/usr/lib/libltdl.so /usr/lib/libltdl.so
See MoreGhostscript Installation
wget http://mirror.cs.wisc.edu/pub/mirrors/ghost/GPL/gs862/ghostscript-8.62.tar.bz2 bunzip2 ghostscript-8.54.tar.bz2 tar -xvf ghostscript-8.54.tar cd ghostscript-8.54 ./configure make make install
See More