PCLZIP_ERR_BAD_FORMAT (-10)
If you get a PCLZIP_ERR_BAD_FORMAT (-10) error in hsphere webshell or other wise, set following in .htaccess or php.ini:
mbstring.internal_encoding = "ISO-8859-1"
Related Articles
How to output file permissions in Octal Format
If you need to display permissions in Linux using Octal format, such as "644" rather than text output "-rw-r--r--" i've created this snippet for you to use filtering the values through Sed replacing with their numerical equivalent. ls -la ...
err_too_many_redirects on WordPress - Php
How to Solve Too Many Redirects Error in WordPress? The most common misconfiguration that we have come across repeatedly is when a user has incorrect URL in WordPress Address URL or Site Address URL settings. For example, lets assume that your site’s ...
No Data Received (ERR_EMPTY_RESPONSE) [Webshell]
Step 1: Open Command Prompt (Admin). Step 2: Run below commands one by one. ipconfig /release ipconfig /all ipconfig /flushdns ipconfig /renew netsh int ip set dns netsh winsock reset Now Restart your PC.
[Wordpress] Size of a request header field exceeds server limit.
This error is browser specific "Size of a request header field exceeds server limit." please check by clearing the cache and cookies of your browser or check via Incognito / Private mode this error has been reported on the WP forums too and thats the ...
Reset mysql password
First try to see if you can login to mysql as root. ssh to root user, or su root from AD login. mysql If you get an error similar to: ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: YES) Then the password is ...