Skip to content

trigger error when concatenation is blocked #79

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

Closed
wants to merge 2 commits into from

Conversation

trepmal
Copy link
Contributor

@trepmal trepmal commented Jan 1, 2025

No description provided.

sprintf(
'Cannot concatenate over %d files in %s',
$concat_max_files,
$_SERVER['REQUEST_URI']
Copy link
Contributor

Choose a reason for hiding this comment

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

Would this actually be ngx-http-concat.php's URI?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Error I captured in a sandbox environment (truncated middle for readability) :

PHP message: PHP Warning: Cannot concatenate over 150 files in /_static/??-eJy...Nv6Bufg== in /var/www/wp-content/mu-plugins/http-concat/ngx-http-concat.php on line 120

Copy link
Contributor

Choose a reason for hiding this comment

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

@trepmal in that case is the url helpful in any meaningful way in terms of providing information for debug?

Copy link
Contributor Author

@trepmal trepmal Jan 22, 2025

Choose a reason for hiding this comment

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

there are several cases which could result in a 400. I think it's helpful to have the info just in case there are multiple issues.

#78 could make this moot though

Copy link
Contributor

Choose a reason for hiding this comment

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

Yes, I think with #78 merged this may be closed

@rinatkhaziev rinatkhaziev deleted the add/over-max-error branch January 22, 2025 23:44
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.

2 participants