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

Added composer patch to get.php, ref. #3453 #3476

Merged
merged 1 commit into from
Sep 5, 2023

Conversation

fballiano
Copy link
Contributor

If you've a webserver supporting rewrites (apache), and you try to access a /media/nonexisting.jpg file you don't get a 404, but you get an error 500.
The rewrite goes to /get.php, which was not patched for composer autoload, which fails to load some classes.

More explanations at #3453

Fixes #3453

Copy link

@S0FTWEX S0FTWEX left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, this composer vendor autoloader patch fixes the problem ;-)

get.php Show resolved Hide resolved
get.php Show resolved Hide resolved
@fballiano fballiano merged commit 888e566 into OpenMage:main Sep 5, 2023
15 checks passed
@fballiano fballiano deleted the issue3453 branch September 5, 2023 00:10
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

Successfully merging this pull request may close these issues.

Uncaught Error: Class "Zend_Controller_Request_Http" not found in get.php
4 participants