User talk:Shadowgod

From Anarchy Online Wiki [AOWiki]

Hi

I saw the new links to XYPHOS being provided by the new aodb tag. Will you be creating an interlink to XYPHOS. The icon with side title will probably work in most cases.

JungleGeorge 01:17, 10 March 2011 (UTC)

All <aodb> tags are causing 500 Internal Server errors[edit]

I can't say exactly when this started happening, but it destroys most of the wiki. Psithief (talk) 05:33, 18 July 2015 (UTC)

To give an example: <aodb ql="190">136633</aodb> gets expanded into https://aoitems.com/item/136633&ql=190, which is a broken link.
It should be expanded instead into https://aoitems.com/item/136633/190
Example of an article suffering from this problem: Virral Triumvirate Egg.
Trajector (talk) 12:12, 01 Aug 2015 (UTC)

Broken <aodb> tags[edit]

For example: <aodb>161866</aodb>, article Implant Disassembly Clinic.
Trajector (talk) 12:30, 01 Aug 2015 (UTC)

looking into this... thought it was fixed, but she uses some odd way of doing links. but at least its limited to places where ql is defined. --Shadowgod (talk) 03:47, 4 August 2015 (UTC)

should be fixed now. --Shadowgod (talk) 03:21, 6 August 2015 (UTC)

Could you please recheck Implant Disassembly Clinic article again, as it still has a broken link there for "Implant Disassembly Clinic" itself. Another example is Omni-Tek Steel-Ribbed Armor, which has a broken link for Omnifier. Trajector (talk) 11:05, 11 Aug 2015 (UTC)

the links and the tag are not broken. all i am seeing is that those items are looking for icon images that dont exist. when you click on them your taken to a page asking to upload the image its trying to reference. unfortunately, i dont have an automated way of extracting these images from the itemdb to upload to the wiki so effectively its a missing file error. --Shadowgod (talk) 04:13, 14 August 2015 (UTC)

Yup, uploaded both images manually, and the correct link is generated automatically. Trajector (talk) 10:10, 14 Aug 2015 (UTC)

Error creating thumbnail[edit]

The below error code appears on the page instead of an item icon, when using "aodb opts" tag, but only for some icons.

Removing "opts" fixes the error, although this means the icon size will be larger than required by the general style of the page.

Example of article with the problem: Sector 13.

Example of error: De'Valos Water Protection Ring De'Valos Water Protection Ring

Trajector (talk) 15:00, 23 Mar 2016 (UTC)

thanks, i think imagemagick may be broken, will try and get this fixed today or tomorrow. personal life has been very hectic past few weeks and only just got around to getting back on my computer. --Shadowgod (talk) 23:08, 26 March 2016 (UTC)

fixed. --Shadowgod (talk) 01:43, 30 March 2016 (UTC)

looks good, thanks Shadowgod Trajector (talk) 09:11, 03 Apr 2016 (UTC)

Add user to bot group[edit]

I would like to have the user Psithiefbot added to the bot group. Psithief (talk) 11:40, 26 March 2017 (UTC)

Broken aodb links[edit]

The links you're generating are http, but aoitems.com only accepts https now. Can you maybe convert the http-links you generate into https-links? Nadyita 07 Dec 2018 16:34 (UTC)


Upload Wizardry just Spins[edit]

I tried using Upload File which took me to Upload Wizardry there is just a spinner that wont go away.

This is still happening. New images and missing icon images cannot be uploaded

--JungleGeorge (talk) 22:38, 23 June 2023 (UTC)

Existing GIF images are locked files[edit]

When using Special:Upload I tried to upload a Sauna gif I get

Could not open lock file for "mwstore://local-backend/local-public/f/f4/287234.gif". Make sure your upload directory is configured correctly and your web server has permission to write to that directory. See https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:$wgUploadDirectory for more information.

--JungleGeorge (talk) 22:38, 28 December 2022 (UTC)

Creating New Thumbnail for Icon Failing[edit]

I get this error when I try this command

  • Code: <aodb opts="12px">267257 </aodb>

creating thumbnail: /bin/bash: /usr/bin/convert: No such file or directory Error code: 127

--JungleGeorge (talk) 22:38, 28 December 2022 (UTC)

Function #if getting errors[edit]

ON many pages such as Daily Mission that uses the Gallery template is failing because #if is not recognized.

Is an extension missing such as Extension:ParserFunctions

--JungleGeorge (talk) 22:38, 28 December 2022 (UTC)

Broken ql param in aodb tag[edit]

Evident in e.g. Virral Triumvirate Egg, click on the 2nd icon from the top, Gold ingot Small Gold Ingot. There should be a forward slash added in the generated URL before the ql value, but currently it is missing, causing a broken link.

Trajector (talk) 12:43, 7 January 2023 (UTC)

Add a slash to QL="/190" and it works

JungleGeorge (talk) 22:00, 26 January 2023 (UTC)

- Not the right thing to do - this is working around a bug rather than fixing it. And can't change all pages easily anyway without a bot. Trajector (talk) 17:11, 27 January 2023 (UTC)