When i add item to cart it goes to the cart ok, but if i click on basket i get this error
Fatal error: Call to undefined function imagecreatefromjpeg() in /home/refurbis/public_html/system/library/image.php on line 34
Any ideas what the problem is
Fatal error: Call to undefined function imagecreatefromjpeg() in /home/refurbis/public_html/system/library/image.php on line 34
Any ideas what the problem is
sounds like you are missing some php modules. Did you get any warnings during the install?
OpenCart commercial mods and development http://spotonsolutions.net
Layered Navigation
Shipment Tracking
Vehicle Year/Make/Model Filter
imagecreatefromjpeg() is a standard php function, but it requires that the gd module be installed in php. It is not an error with opencart, but the fact that your host doesn't have gd installed. The install script should have notified them of this.
OpenCart commercial mods and development http://spotonsolutions.net
Layered Navigation
Shipment Tracking
Vehicle Year/Make/Model Filter
well that error doesn't happen for anyone else. Seems odd that the cart would even have an image error as it doesn't show image in the cart module
But imagecreatefromjpeg() is a php function. If it can't find it that would tell me that the server doesn't support it. But you should have seen that on the front page as that is the main chunk used for image cache.
But imagecreatefromjpeg() is a php function. If it can't find it that would tell me that the server doesn't support it. But you should have seen that on the front page as that is the main chunk used for image cache.
Who is online
Users browsing this forum: No registered users and 1 guest