Closed (outdated)
Project:
TinyMCE
Version:
4.7.x-1.x-dev
Component:
User interface
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
30 Jun 2006 at 08:19 UTC
Updated:
14 Jan 2021 at 19:30 UTC
Jump to comment: Most recent
Comments
Comment #1
sakib000 commentedI am getting call to undefined function: _imagecache_get_presets() on teaserthumbnail.module on line 22
someone suggested this solution
$func = (function_exists('imagecache_presets')) ? 'imagecache_presets' : '_imagecache_get_presets';
$presets = $func();
but everything goes empty
Comment #2
nicoloye commented