Topic on Project:Support desk

UploadWizard stuck on "Describe" page

4
Garuda3 (talkcontribs)

When trying to use Flickr to upload it gets stuck on the Description page. It works with uploading pictures from my computer but not when using Flickr. The wiki is https://coasterpedia.net/wiki/Special:UploadWizard. When looking at the page in the browser console there are several errors that somebody with more knowledge than me could use.

Is there anything obvious I am doing wrong?

Thanks

MarkAHershberger (talkcontribs)

How have you configured UploadWizard? Do you need all its functionality?

Garuda3 (talkcontribs)

Hello,

This is the configuratoin (which been changed since it was working)

$wgApiFrameOptions = 'SAMEORIGIN';
$wgUploadWizardConfig = array(
	'debug' => false,
	'autoAdd' => array(
	 	'categories' => array(
	 		 'Uploaded with UploadWizard'	
	 		 ),
		), // Should be localised to the language of your wiki instance
	'feedbackPage' => 'Feedback about UploadWizard',
	'altUploadForm' => 'Special:Upload',
	'fallbackToAltUploadForm' => false,
	'enableFormData' => true, // Should FileAPI uploads be used on supported browsers?
	'enableMultipleFiles' => true,
	'enableMultiFileSelect' => false,
	'tutorial' => array(
	 	'skip' => true
		), // Skip the tutorial
	'maxUploads' => 15, // Number of uploads with one form - defaults to 50
	'fileExtensions' => $wgFileExtensions // omitting this may cause errors
	);
	
$wgAllowCopyUploads = true;
$wgGroupPermissions['user']['upload_by_url'] = true; // to allow for all registered users

It's not the API key as I've tried two different keys and both come up with the same problem.

I don't have the Event Logging extension because I don't think I need its functionality

Garuda3 (talkcontribs)

I have just tested removing all of the above configuration from LocalSettings and the Flickr uploads are still not working

Reply to "UploadWizard stuck on "Describe" page"