I have a problem: i changed in LocalSettings.php the upload directories... and now there are coming warnings, e.g.: __________________________________________________________________________________ Warning: imagecreatefromjpeg(http://upload.wikiplant.org/de/b/b2/Helianthus_annuus_(1).jpg): failed to open stream: HTTP request failed! HTTP/1.1 404 Not Found in /www/htdocs/w005dd98/wiki/includes/Image.php on line 1071
Warning: imagecopyresampled(): supplied argument is not a valid Image resource in /www/htdocs/w005dd98/wiki/includes/Image.php on line 1079
Warning: imagejpeg(): Unable to open 'http://upload.wikiplant.org/de/thumb/b/b2/Helianthus_annuus_(1).jpg/450px-He...' for writing in /www/htdocs/w005dd98/wiki/includes/Image.php on line 1099
Warning: imagedestroy(): supplied argument is not a valid Image resource in /www/htdocs/w005dd98/wiki/includes/Image.php on line 1082 ___________________________________________________________________________________ please help me :(
second question: what have I exactly to change for making shared uploads from several wikis possible? (i know, something with the deafultsettings, but what?!)
thanks for your help and greez from germany - florian* *
Well, with respect to the images; you changed the directory names in LocalSettings.php all right, but I'll wager you didn't rename the directories. Your images are still where they were, but MediaWiki is now looking somewhere else; it's obviously not finding them and throwing up those errors.
As for the second part...read http://www.mediawiki.org/wiki/Help:Configuration_settings for information on DefaultSettings.php. Remember you don't change that file; you copy the relevant directives to LocalSettings.php and change them there.
Rob Church
On 01/12/05, WikiPlant mediawiki-1@wikiplant.org wrote:
I have a problem: i changed in LocalSettings.php the upload directories... and now there are coming warnings, e.g.: __________________________________________________________________________________ Warning: imagecreatefromjpeg(http://upload.wikiplant.org/de/b/b2/Helianthus_annuus_(1).jpg): failed to open stream: HTTP request failed! HTTP/1.1 404 Not Found in /www/htdocs/w005dd98/wiki/includes/Image.php on line 1071
Warning: imagecopyresampled(): supplied argument is not a valid Image resource in /www/htdocs/w005dd98/wiki/includes/Image.php on line 1079
Warning: imagejpeg(): Unable to open 'http://upload.wikiplant.org/de/thumb/b/b2/Helianthus_annuus_(1).jpg/450px-He...' for writing in /www/htdocs/w005dd98/wiki/includes/Image.php on line 1099
Warning: imagedestroy(): supplied argument is not a valid Image resource in /www/htdocs/w005dd98/wiki/includes/Image.php on line 1082 ___________________________________________________________________________________ please help me :(
second question: what have I exactly to change for making shared uploads from several wikis possible? (i know, something with the deafultsettings, but what?!)
thanks for your help and greez from germany - florian*
MediaWiki-l mailing list MediaWiki-l@Wikimedia.org http://mail.wikipedia.org/mailman/listinfo/mediawiki-l
I copied LocalSetting.php to testsetting.php to see if I could echo the actual values but something jumped in the way and said:
"This file is part of MediaWiki and is not a valid entry point"
I suppose that came from the includes.
Is there a php script that will exhibit the settings of LocalSettings.php ?
Thanks
Look at the top of the file; there should be a few lines which are responsible for preventing users executing the scripts directly. Comment them out or remove them.
Rob Church
On 02/12/05, Richard Gravois rgravois@yahoo.com wrote:
I copied LocalSetting.php to testsetting.php to see if I could echo the actual values but something jumped in the way and said:
"This file is part of MediaWiki and is not a valid entry point"
I suppose that came from the includes.
Is there a php script that will exhibit the settings of LocalSettings.php ?
Thanks _______________________________________________ MediaWiki-l mailing list MediaWiki-l@Wikimedia.org http://mail.wikipedia.org/mailman/listinfo/mediawiki-l
mediawiki-l@lists.wikimedia.org