Extension talk:Avatar
Add topicAppearance
Latest comment: 4 years ago by Revansx in topic Avatar extension not working for private wiki
| This page used the Structured Discussions extension to give structured discussions. It has since been converted to wikitext, so the content and history here are only an approximation of what was actually displayed at the time these comments were made. |
Call to undefined function Avatar\imagecreatefrompng()
[edit]Call to undefined function Avatar\imagecreatefrompng() 103.206.188.139 (talk) 08:54, 1 August 2019 (UTC)
- You need to install php-gd. 94.208.172.116 (talk) 07:33, 30 August 2019 (UTC)
Avatar extension not working for private wiki
[edit]For a public wiki the avatar image is successfully loaded, for ex. http://wiki.mywiki.org/images/avatars/972/128.png
It seems the Extension:Avatar is not compatible with Image authorization (https://www.mediawiki.org/wiki/Manual:Image_authorization):
$wgUploadPath = "$wgScriptPath/img_auth.php"; $wgUploadDirectory = '</absolute/path/to/my/doc_root>/../<dir_name_unguessable>'; $wgEnableUploads = true;
Therefore the avatar image fails with 403 Forbidden, for ex. http://wiki.mywiki.org/img_auth.php/avatars/2/128.png:1 S0ring (talk) 07:22, 6 July 2020 (UTC)
- I am noticing this as well.. Will post a solution if I find one Revansx (talk) 01:58, 27 December 2021 (UTC)