The problem I am having is that I can not log on to my newly created wiki that I made using MediaWiki. I have searched the web for an answer, and the ones I found did not help w
Be root:
su -
Then edit the php.ini file:
php.ini
nano /etc/php5/apache2/php.ini
And set those variables to /tmp:
session.save_path = "/tmp" session.cookie_path = "/tmp"
You can also correct the permissions just in case:
chmod -R 1777 /tmp