Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Manual uploading plugin doesn't work #4259

Closed
Jimmi08 opened this issue Oct 20, 2020 · 1 comment
Closed

Manual uploading plugin doesn't work #4259

Jimmi08 opened this issue Oct 20, 2020 · 1 comment
Labels
type: bug A problem that should not be happening
Milestone

Comments

@Jimmi08
Copy link
Contributor

Jimmi08 commented Oct 20, 2020

Bug Description

When you try to manually upload the plugin zip file, it fails

Reason and fix:

Wrong action in form:
<form enctype='multipart/form-data' method='post' action='".e_SELF."'>

Working version (at least on localhost):
<form enctype='multipart/form-data' method='post' action='".e_SELF."?mode=avail&action=upload'>

image
image

@Jimmi08 Jimmi08 added the type: bug A problem that should not be happening label Oct 20, 2020
@CaMer0n CaMer0n added this to the e107 2.3.0 milestone Nov 2, 2020
@CaMer0n CaMer0n closed this as completed in 30330bc Nov 2, 2020
@CaMer0n
Copy link
Member

CaMer0n commented Nov 2, 2020

Thank you @Jimmi08 !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: bug A problem that should not be happening
Projects
None yet
Development

No branches or pull requests

2 participants