Hi, sewpafly:
Yes, you are right.
After I check the functions.php, this program already include the log.php.
I guess it’s path problem, then I follow your post-thumbnail-editor.php define for include functions.php file.
I modify functions.php
from
require_once('log.php');
to
define( 'PTE_PLUGINPATH', dirname(__FILE__) . "/");
require_once(PTE_PLUGINPATH . 'php/log.php');
Then works fine.
Thank you very much.
I have the same problem, I use xampp under windows system.
post-thumbnail-editor version is 1.0.3
Fatal error: Class ‘PteLogger’ not found in D:\xampp\XXXX\wp-content\plugins\post-thumbnail-editor\post-thumbnail-editor.php on line 132
Could you help? Thanks