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

Updater fails #1063

Open
fsbis opened this issue Mar 1, 2024 · 4 comments
Open

Updater fails #1063

fsbis opened this issue Mar 1, 2024 · 4 comments

Comments

@fsbis
Copy link

fsbis commented Mar 1, 2024

Whenever I try to update via the standalone (and any other ui way) I get a 403. Is anyone else seeing this?

@peter-mw
Copy link
Member

peter-mw commented Mar 2, 2024

Hi,

maybe some web server setting is blocking it ,

can you to to run from the command line

php artisan microweber:update

@PlatonB
Copy link

PlatonB commented Mar 3, 2024

Looks like duplication of #1049.

@peter-mw
Copy link
Member

peter-mw commented Mar 7, 2024

Hi, this was issue from .htaccess

please add the following lines on .htaccess after rewrite rules

image

    RewriteCond %{REQUEST_URI} ^/userfiles/standalone-update/.*\.php$ [NC]
    RewriteRule ^ - [L]

This issues if fixed for version 2.0.13

@phausleitner
Copy link
Contributor

phausleitner commented Mar 10, 2024

Hi, for me, even these two .htaccess lines didn't work (Standalone update from 2.0.10 to 2.0.12), but hope that the 2.0.13 will be lucky version about this problem

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants