Cubecart Experience anybody?

Dream10k

Registered Member
Joined
Sep 17, 2007
Messages
75
Reaction score
42
I am really stuck up with this thumbnail thing of cubecart. I really cant make that thumbnail appear after uploading the product image.

Could anybody please help me out?

Thanks
 
Used it a long time ago the common 2 problems were:

1. Check permissions on thumbnail files - should be 644
2. Run the generate thumbnail script from the admin panel (haven't used it for a while so hope that option is still in there!)
 
this is what i am getting while i tried to genrate thumbnail from jpeg images uploaded previously.

Fatal error: Call to undefined function imagecreatefromjpeg() in /home/geyt/public_html/classes/gd/gd.inc.php on line 42

There is some GD setting in admin panel, but i guess this is a separate plugin to be installed. not sure though
 
Do you have GD installed on the server?
Create a php file like below:

PHP:
?php phpinfo(); ?>

and then upload to your webspace.

Point your browser at the above file and see if GD is compiled into PHP
 
Back
Top