Support Forum
your site is throwing a bunch of 501 errors right now, so will have to look later...
Visit Cruise Talk Central and Mr Papa's World
yeah but it still works... looks like plupload in English still... would need it back in fail mode to investigate...
Visit Cruise Talk Central and Mr Papa's World
okay, I think I see the string causing the issue... trying to determine if in our stuff or plupload itself... investigating...
Visit Cruise Talk Central and Mr Papa's World
okay, looks like one (at least this one) that I have already fixed in our working version of plupload...
lets see if we can get away with a quick and easy fix... go to sp-resources/forum-plugins/plupload/library/sp-plupload-components.php and edit that file... around line 110, find this code:
msg = file.name + ': ".__('Error', 'sp-plup')." ".__('999 - Unknown server error (check image size - may be exhausting memory)', 'sp-plup')."<br />';
and lets try replacing it with:
msg = file.name + ': ".__('Error', 'sp-plup')." ".esc_attr(__('999 - Unknown server error (check image size - may be exhausting memory)', 'sp-plup'))."<br />';
that will fix the error seeing now, but might be more... wasnt planning on releasing this version of plupload yet, but may need to...
Visit Cruise Talk Central and Mr Papa's World
worked for me now! still a few other strings in there that need similar treatment and have been fixed up... wont be long on a update for plupload... just needs bit more testing...
Visit Cruise Talk Central and Mr Papa's World
1 Guest(s)