MediaWiki 1.15.1 Installation

    * Don't forget security updates! Keep an eye on the low-traffic
release announcements mailing list.

Checking environment...

Please include all of the lines below when reporting installation problems.

    * PHP 5.2.6 installed
    * Found database drivers for: MySQL PostgreSQL SQLite
    * Warning: PHP's safe mode is active. You may have problems caused
by this, particularly if using image uploads.
    * PHP server API is apache2handler; ok, using pretty URLs
(index.php/Page_Title)
    * Have XML / Latin1-UTF-8 conversion support.
    * Session save path
(/var/www/vhosts/opensurf.it/httpdocs/media/tmp) appears to be valid.
    * PHP's memory_limit is 32M.
    * Couldn't find Turck MMCache, eAccelerator, APC or XCache; cannot
use these for object caching.
    * GNU diff3 not found.

-------------
I had to change
+++ mediawiki-1.15.1/install-utils.inc  2009-10-28 00:04:59.000000000 +0100
@@ -126,8 +126,9 @@
  * @return string
  */
 function mw_get_session_save_path() {
-       $path = ini_get( 'session.save_path' );
-       $path = substr( $path, strrpos( $path, ';' ) );
+//     $path = ini_get( 'session.save_path' );
+//     $path = substr( $path, strrpos( $path, ';' ) );
+       $path = '/var/www/vhosts/opensurf.it/httpdocs/media/tmp';
        return $path;
 }

@@ -144,4 +145,4 @@
                && is_callable( 'dl' )
                && wfIniGetBool( 'enable_dl' )
                && !wfIniGetBool( 'safe_mode' );
-}
\ No newline at end of file
+}



guess I have path problems in config/index.php .

I'm installing on a remote public server, running plesk.

---------------
Any help?

_______________________________________________
MediaWiki-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-l

Reply via email to