Posts by renedet • 442 points
6 posts
-
1
votes1
answer2049
viewsA: How to install older versions of PHP below php 5.5?
On the website of vBulletin says it’s PHP 5.3.7 up. That version of yours must be out of date. I had this same problem, because the old versions of PHP use libraries that are no longer available in…
-
0
votes2
answers175
viewsA: How to create a Wordpress theme/template that updates itself?
You can use an online editor, some hosting services offer online editing by Cpanel, File Editor. It can be a dangerous practice if someone has access to your online editor. With FTP/SFTP despite the…
-
6
votes2
answers1338
viewsQ: How to increase the size of the GET request to put parameters greater than 10KB in NGINX and PHP?
I need to make a very large GET request with NGINX and PHP. Is there any configuration in NGINX or PHP that solves this?
-
3
votes2
answers2791
viewsQ: How to treat a "redirect" after an Ajax call with Jquery?
Use Jquery to make an Ajax (GET) call. When "redirect" occurs, code 302, for a valid answer Jquery returns error instead of redirecting to the new URL. There’s some other way to treat it?
-
13
votes2
answers1381
viewsQ: Why does Google Chrome accuse you that jquery.min.map is missing?
I downloaded the version of jQuery 1.10.1 minimized and Google Chrome is warning in the developer tools, Network tab, that jquery.min.map was not found: error 404 Note: jQuery works correctly. That…
-
8
votes2
answers419
viewsQ: How do Nginx provide pre-compressed content?
I’ve already enabled the module Httpgzipstaticmodule, and defined the variable gzip_static on; But in the response headers of a GET request does not appear Content-Encoding gzip…