Friday, 28 February 2014

solution to installation of expect module in php5

following message will come if php expect module didn't find on web server expect example page. fopen(): Unable to find the wrapper "expect" - did you forget to enable it when you configured PHP? This means expect.so is not there in /usr/lib/php5/extensions to install expect module  follow streps : 1.   Before installation...
Read More

Tuesday, 11 February 2014

Solution to Gnome 3 Error : "Oh no! Something has gone wrong." with gnome-fallback

Login into your account in text terminal by ctrl+alt+f<1-6> run following line $ gsettings set org.gnome.desktop.session session-name gnome-fallback Then try login from gui using GNOME Desktop Environment...
Read More

Monday, 10 February 2014

Nginx Error - 413 Request Entity Too Large

Hi if you get 413 Request Entity Too Large error in Nginx Serve to avoid this error some people suggest increase post size in php.ini ie post_max_size = 25M But even changing this value error still occurring means you need to change nginx configuration file. add client_max_body_size 20M to nginx configuration file of server....
Read More
Here We Write The Problems we face at different situations and Solutions to those problems.