![]() |
|
|
|
|
|||||||
| Virtual Private Servers (VPS) Need help with your VPS plan on HostICan? Please feel free to ask and we'll give you the answers! |
![]() |
|
|
Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
Hi there,
I have just finished setting up a latest version Drupal install on my VPS. Tested the thing was working then imported the database to the server from my site which will soon be moved here. This site is running fine except for running out of memory resources for php. Initially the site was performing ok after the database install but I am now getting the below error message on a white screen. ################################################## ############## Fatal error: Call to undefined function image_gd_check_settings() in /home/orchidau/public_html/includes/image.inc on line 70 ################################################## ############## I gather this is looking for the image_gd toolkit? How do I install this. I cannot seem to find it in the whm settings anywhere? I may have just missed it though? Thanks in advance for any help! Steve Wells |
|
#2
|
||||
|
||||
|
Hello wellsy, I think here is no need to be installed image_gd toolkit. The file image.inc is php script, this mean that you need to check whether the file php.ini is properly configured. Check all the settings related with uploading files. You need to change this in php.ini:
HTML Code:
;;;;;;;;;;;;;;;; ; File Uploads ; ;;;;;;;;;;;;;;;; ; Whether to allow HTTP file uploads. file_uploads = On ; Temporary directory for HTTP uploaded files (will use system default if not ; specified). upload_tmp_dir = /set location/../../ ; Maximum allowed size for uploaded files. upload_max_filesize = 2M |
|
#3
|
|||
|
|||
|
Hi randy,
It ended up being a slight problem in the drupal system table which I have rectified now and all is running good on that front. Thanks for thaking the time to post! regards Steve Wells |
![]() |
| Tags |
| error, fatal |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|