PhotoPlog

PhotoPlog (http://www.photoplog.com/forum/index.php)
-   Troubleshooting & Problems (http://www.photoplog.com/forum/forumdisplay.php?f=6)
-   -   White Screen But Images Upload (http://www.photoplog.com/forum/showthread.php?t=889)

Ryloth 01-13-2007 06:18 PM

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?

Morgan 01-13-2007 06:29 PM

Do large, medium, and small thumbs get created? Is the 'PhotoPlog Link' setting correct?

Ryloth 01-13-2007 06:43 PM

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

Morgan 01-13-2007 06:53 PM

In the PhotoPlog functions.php file find:
Code:

        $file_loc = $file_dir."/".$file_name;
And afterwards add the following:
Code:

        ini_set('display_errors', true);
        error_reporting(E_ALL);

Then go upload an image. What do you see?

Ryloth 01-13-2007 06:59 PM

The file is a .jpg

Code:

Fatal error: Call to undefined function: imagetypes() in \forums\photoplog\functions.php on line 46

Morgan 01-13-2007 07:03 PM

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.