![]() |
White Screen But Images Upload
It installed just fine but when I go to upload everything, I get a blank screen but the image uploads.
I checked out this thread: http://www.photoplog.com/forum/showthread.php?t=78 And think that may be the problem. I checked my version of php and its version 3.0 according to the install file. I can't even find the "#extension=php_gd2.dll" script in the php.ini file. Will I need to update php before this will work? |
Do large, medium, and small thumbs get created? Is the 'PhotoPlog Link' setting correct?
|
Nothing gets created.
From the upload screen, I browse for the picture, select what category I want it to go to, add the title and description, but when I click submit the screen goes blank. The only thing that happens is the picture is uploaded to the image directory on the server. As for the link, its correct. http://www.***.com/forums/photoplog |
In the PhotoPlog functions.php file find:
Code:
$file_loc = $file_dir."/".$file_name; Code:
ini_set('display_errors', true); |
The file is a .jpg
Code:
Fatal error: Call to undefined function: imagetypes() in \forums\photoplog\functions.php on line 46 |
Yep, the GD library is not installed correctly. The thread here contains all the info I know for you to set it up correctly, and yes I'd recommend that you upgrade PHP to the latest stable release, which should come with a bundled version of the GD library, probably gd-2.0.28 or higher.
|
All times are GMT. The time now is 04:24 AM. |
Powered by vBulletin® Version 3.8.5
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.