Hello i have the following problem :
i trying to install a mediawiki version 1.3.5 in Russian and after chmodding the dir and filling the installation formular ive got this:
Initialising "MediaWiki" namespace...
Warning: Undefined index: 1movedto2 in /home/ZTM3PNG1/htdocs/encyclopedia/languages/LanguageRu.php on line 1028
And then if i trying to access the main page (after moving localsettings.php to the root directory) im getting:
[pear_error: message="fopen("/tmp/tpl_0_7_0_239b6c042560228b7d7cdf729efbd138.php", "w") - Operation not permitted" code=0 mode=return level=notice prefix="" info=""]
Wats wrong ?
On Oct 7, 2004, at 11:03 AM, Sheepdog wrote:
i trying to install a mediawiki version 1.3.5 in Russian and after chmodding the dir and filling the installation formular ive got this:
Initialising "MediaWiki" namespace...
Warning: Undefined index: 1movedto2 in /home/ZTM3PNG1/htdocs/encyclopedia/languages/LanguageRu.php on line 1028
This is annoying but harmless. It sounds like you're running on a very old version of PHP where this shows array index misses as a warning instead of notice-level message. Consider changing the error_reporting setting or set PHP not to display errors (please see documentation on php.net) if it keeps showing up.
And then if i trying to access the main page (after moving localsettings.php to the root directory) im getting:
[pear_error: message="fopen("/tmp/tpl_0_7_0_239b6c042560228b7d7cdf729efbd138.php", "w") - Operation not permitted" code=0 mode=return level=notice prefix="" info=""]
Your /tmp directory is not writable (perhaps you are running PHP in "safe mode"). Try making the images directory writable so it can use that as alternate storage for the compiled template, or set the TMP environment variable to point to a directory that it will be able to write to.
-- brion vibber (brion @ pobox.com)
mediawiki-l@lists.wikimedia.org