No notification of thumbnail generation end
-
Hi !
On shared hosting the function set_time_limit() is often not allowed, thus in development mode ajax return of thumbnail generation function is “corrupted”, and returns :
“Warning: set_time_limit() has been disabled for security reasons”
on “inc/class.admin.php” line 529.before json output, and naturally causes no information on the success / progress / failure of the ongoing task.
Can you consider putting an “@” on the offending line (so we can continue updating your plugin without making the change every new version) ?
@set_time_limit( 60 );
Thanks
Best
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘No notification of thumbnail generation end’ is closed to new replies.