GetSimple Support Forum
Image Control Panel - Printable Version

+- GetSimple Support Forum (http://get-simple.info/forums)
+-- Forum: GetSimple (http://get-simple.info/forums/forumdisplay.php?fid=3)
+--- Forum: General Questions and Problems (http://get-simple.info/forums/forumdisplay.php?fid=16)
+--- Thread: Image Control Panel (/showthread.php?tid=5508)



Image Control Panel - lnickel - 2014-01-14

Hi all,

I'm not sure what is going on but I'm not able to get to the image control panel. It's been like that since installing it.


I get this error page.

Fatal error: Call to undefined function imagecreatefromjpeg() in /home/barrowfu/public_html/admin/inc/imagemanipulation.php on line 41

I have another site created from the same version of GS and it works fine. I'm able to get to the image control panel, get link and thumbnail etc.

Also - in the file management area I can see jpg thumbnails but not pngs is there a setting I can tweak?


I get this in the website health check GS 3.23 but with the CKE patch

GD Library Not Installed - Warning
ZipArchive Not Installed - Warning

Many thanks!

Lance


RE: Image Control Panel - shawn_a - 2014-01-14

You do not have gd enabled somehow.
gd is required for image functions.


RE: Image Control Panel - lnickel - 2014-01-14

Thanks for the response Shawn!

Shawn is that through the hosting?

My other site running GS has the same GD library setting(not installed).


RE: Image Control Panel - shawn_a - 2014-01-14

Yes its a hosting thing. actually a php module.

It is possible your other install is not trying to create a thumbnail, and this one is and hence the fatal error.

I created an issue to add sanity checking here in case gd is missing in the future. But that does not really help you now.

I beleive this function is
genStdThumb in imagemanipulation.php

You can always bypass this by editing it and putting "return;" immediately after the function starts.
But you wont ever have thumbnails.


RE: Image Control Panel - lnickel - 2014-01-14

(2014-01-14, 01:18:55)shawn_a Wrote: Yes its a hosting thing. actually a php module.

It is possible your other install is not trying to create a thumbnail, and this one is and hence the fatal error.

I created an issue to add sanity checking here in case gd is missing in the future. But that does not really help you now.

I beleive this function is
genStdThumb in imagemanipulation.php

You can always bypass this by editing it and putting "return;" immediately after the function starts.
But you wont ever have thumbnails.


I appreciate the advice Ill give it a go!!! Smile


RE: Image Control Panel - shawn_a - 2014-01-14

I would find out why gd is not available, usually you can turn it on in php.ini if you have control over it.
If not mosts hosts usually support gd, so thats odd, unless its a free host.


RE: Image Control Panel - lnickel - 2014-01-17

No its a VPS and I have access to WHM but really nooby when it comes to server setups. I contact hosting and having them do it. Knowing my luck it would kill the site..Smile


RE: Image Control Panel - lnickel - 2014-01-18

Hi Shawn....I'm also have an issue with creating a website archive. For a split second the browser reports and error page in Firefox. I'm having a tough time seeing exactly what lines, there are a lot of them. I do see that its a zip something.php

GS creates the zip but when I open it these directories are the only ones in there

data
plugins
theme

theme is empty
data has cache and site users folder but both of those folders are empty
plugins only has two of my 12 plugins and those folders are empty as well


I posted here since I have the zip archive mod not enable on php. Thats most likely the problem but I wasnt sure. Thought Id ask.


RE: Image Control Panel - shawn_a - 2014-01-18

check
data/other/logs/
errorlog.txt


RE: Image Control Panel - lnickel - 2014-01-18

i get this. So i'm thinking that since ziparchive mod isnt installed this would produce this error.

PHP Warning: mkdir(): No such file or directory in /home/barrowfu/public_html/admin/inc/ZipArchive.php on line 266


RE: Image Control Panel - shawn_a - 2014-01-18

hmm usually it falls back to tar, but perhaps that is failing also ?


RE: Image Control Panel - lnickel - 2014-01-18

Well Ive been on hold with godaddy waiting to message them to turn on zip and the gdlib. tick tock! Smile


RE: Image Control Panel - shawn_a - 2014-01-18

http://wordpress.org/support/topic/php-gd2-library-support-amp-godaddy-shared-linux-servers

did you check phpinfo() ?


RE: Image Control Panel - lnickel - 2014-01-19

Yeh I checked with that...those two mods are not there. There is a zlib mod but I suspect that is not it. I still have yet to hear back from godaddy. Sad

I think I could do it myself via the whm > easy apache but wasnt sure when it rebuilds that it would take the site down.


RE: Image Control Panel - lnickel - 2014-01-21

Boom I ended up enabling those mods!!!! I have a problem though that I'm not sure if anyone else is having.

I am able to archive the site. When I download the zip, it seems to load another zip.cpgz and doesnt open

Any advice for a mac user?