Installation Problems

Jump to: navigation, search

I had the same problem, but changing permissions around didn't help. It turned out to be an issue with session_save_path in php.ini: http://www.php.net/manual/en/function.session-save-path.php

199.184.30.5117:31, 6 August 2012

use ssh insert this: chmod -R 777 /var/php_sessions/ Okay~

110.83.121.4800:50, 2 December 2012

This problem is php.ini problem:

>hosting control panel >>PHP Scripting

edit php.ini and go to this place:

; where MODE is the octal representation of the mode. Note that this
; does not overwrite the process's umask.
; http://php.net/session.save-path
session.save_path = "/var/php_sessions" 

change this

session.save_path = " /var/php_sessions "

to

session.save_path = " /home/users/web/xxxx/xxxxxx/public_html/phpsessions "

see http://www.netfirms.com/knowledgebase/beta/article.bml?ArticleID=1290&type=How%20To#Nugget_1374

you can "autoinstall" Mediawiki using install script site; https://secure.installatron.com/apps#cmd=browser&display=mediawiki

anyway you have to change your " session.save_path" address

95.56.218.2517:27, 26 January 2013