Hi,

Maybe its late and I am too tired to figure this out, I do believe I ran accross this before...

I have done some searching and can't find this issue.

I have a clean install of cc3.0.12. there seams to be no problems except when I try to upload or and image for a product I get this in the uload popup box:
CODE
Fatal error: Cannot instantiate non-existent class: thumbnail in /home/specialt/public_html/TurnkeySites/admin/filemanager/upload.php on line 133


I can then go to browse existing images and the image I just tried to upload is in there. When select it and click on ok, I get this error message:
CODE
Fatal error: Cannot instantiate non-existent class: thumbnail in /home/specialt/public_html/TurnkeySites/admin/products/index.php on line 193


Here is my global.inc.php file:
CODE
<?php
$glob['dbdatabase'] = 'specialt_tkccrt1';
$glob['dbhost'] = 'localhost';
$glob['dbpassword'] = 'PASSWORD IS MASKED';
$glob['dbprefix'] = '';
$glob['dbusername'] = 'DATABASE IS MASKED';
$glob['installed'] = '1';
$glob['rootDir'] = '/home/specialt/public_html/TurnkeySites';
$glob['rootRel'] = '/TurnkeySites/';
$glob['storeURL'] = 'http://specialtywebsolutions.com/TurnkeySites';
?>


I am on a secure server, would that have anything to do with it? https://etc.etc..

Can anyone help me out with this?

GD 2 is installed...see below:
gd
GD Support enabled
GD Version bundled (2.0.28 compatible)
FreeType Support enabled
FreeType Linkage with freetype
GIF Read Support enabled
GIF Create Support enabled
JPG Support enabled
PNG Support enabled
WBMP Support enabled
XBM Support enabled