Skip to main content

New answers tagged

-1 votes

WordPress REST API: Large Image Uploads Not Reaching Backend Despite Proper PHP Settings

To resolve the issue where large image requests fail to reach the WordPress backend, the most effective fix is switching from JSON Base64 to Multipart Form Data. The Cause Large JSON payloads are ...
DigiDoers India Pvt Ltd's user avatar
0 votes

How to block user access to download stream video?

You can block a video download server side by recognizing some headers in the request (it's blocking most of browser extension too) : There is an exemple in PHP in helPHP media module there on github ...
Myke666's user avatar
Advice
0 votes
0 replies
0 views

Any product to show ROI on code refactoring or improvements

How would a tool know what “technical debt” looks like in your specific context? How would ROI be calculated?
Dave Newton's user avatar
0 votes

AuthzDBDQuery allow to use stored procedure call instead of select?

I use the following workaround with PostgreSQL as database system to call a stored procedure with AuthzDBDQuery. I suspect that other database systems offer similar features, because this workaround ...
Raff's user avatar
  • 99
0 votes

How to fix an error message when installing mod_wsgi?

First you have to determine if your Python version is 32 bits or 64 bits. It usually shows when launching python from Powershell : C:\Program Files (x86)\Microsoft Visual Studio\18\BuildTools>...
Loufylouf's user avatar
  • 619
Advice
0 votes
0 replies
0 views

Any product to show ROI on code refactoring or improvements

Tools can't do that, because tools can't measure if you are feeling pain and are thinking about updating your resume to go apply for another job. Technical debt is a label, not a programming paradigm. ...
Gimby's user avatar
  • 5,389
Advice
0 votes
0 replies
0 views

Any product to show ROI on code refactoring or improvements

@MartinBrown it may be valid to make recommendations for open ended questions. Not sure of the guidelines for open ended questions. But the question is not actually related to programming. It is more ...
aled's user avatar
  • 26.6k
Advice
0 votes
0 replies
0 views

Any product to show ROI on code refactoring or improvements

Recommendations are off topic here. McCabe's CCI isn't a bad way to find code in a large codebase that is so convoluted and opaque that it must be hiding bugs. But deciding on which bugs to fix for ...
Martin Brown's user avatar
  • 3,895
Advice
0 votes
0 replies
0 views

Any product to show ROI on code refactoring or improvements

What makes you think such a tool exists anywhere?
Louis Wasserman's user avatar
0 votes

Django 3.0.5 with mod_wsgi: AttributeError: 'HttpResponse' object has no attribute '_resource_closers'

In my case, the error object has no attribute '_resource_closers' was raised due to problems in the middleware. When settings.DEBUG = True this middleware was returning a modified response, settings....
Joanna Gorska's user avatar
1 vote

Apache configuration / No localhost:8080 access on Docker

From my earlier comment: The EXPOSE directive does not publish or run a given service on that given number. Rather, it's used more for documentation purposes to show that a running service will be ...
maiorano84's user avatar
  • 12.1k
0 votes

PHPStorm local debugging with xdebug never catching and can't validate

Go to Settings > PHP > Servers, remove the servers and retry debugging.
casper's user avatar
  • 11
Advice
2 votes
0 replies
0 views

Displaying information from php arrays in html

Please narrow down the issue to a reproducible example. It is totally unclear to me if you have a PHP problem or plugin problem.
Markus Zeller's user avatar
Advice
1 vote
0 replies
0 views

Displaying information from php arrays in html

So what you are saying is that currently both the browser extension, and your HTML page that is supposed to display the data, make a request to that one single PHP script you have shown? You are ...
C3roe's user avatar
  • 98.1k
Advice
4 votes
0 replies
0 views

Displaying information from php arrays in html

It's very unclear where you're stuck. Your title is clear (but you could easily Google that to get existing examples), however your description is then long, rambling and doesn't really get to the ...
ADyson's user avatar
  • 63.1k
0 votes

Apache times out when starting and I cannot find any help from error logs

Probably the systemd module is not loaded. httpd -M|grep systemd # This file configures systemd module: LoadModule systemd_module modules/mod_systemd.so
fchioralia's user avatar
-1 votes

Access htaccess of another website

It is not possible to download the .htaccess file of an external website you do not own, as web servers are configured by default to prevent public access to this file for security reasons. The ....
Digital TechCentrica's user avatar

Top 50 recent answers are included