[Plugin: Gengo] Locale check during file upload; correcting is_excluded_url
-
On file upload I got the HTTP error. After a few hours of debugging, here is the solution: do not run
locale
insideasync-upload.php
. To do that, add:if (strstr($url, 'async-upload')) return true;
right after
function is_excluded_url($url) {
ingengo.php
.
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘[Plugin: Gengo] Locale check during file upload; correcting is_excluded_url’ is closed to new replies.