SYSTEM WARNING: session_start()…No such file or directory.

When installing Mantis in a shared hosting environment, you may get an error message like this one on the Mantis login panel: SYSTEM WARNING: session_start() [function.session-start]: open(/var/php_sessions/sess_ac5acafaecb612345675d30123456789, O_RDWR) failed: No

Read More

Installing memcached to use it with php

Installing Memcached with php support in Ubuntu is a matter of a few steps: sudo apt-get install memcached php5-memcached sudo service apache2 restart You can test if memcached is active

Read More

How to change the maximum upload file size in PHP

You can increase the maximum upload file size for only one application by creating a php.ini file in the directory where the file upload PHP script is. Add the following

Read More

WordPress “Internal server error”

You may experience an “Internal server error” on the home page of your site if you are a customer of iPower. You cannot access the home page nor login to

Read More