PhotoPlog

PhotoPlog (http://www.photoplog.com/forum/index.php)
-   Troubleshooting & Problems (http://www.photoplog.com/forum/forumdisplay.php?f=6)
-   -   Missing Images. (http://www.photoplog.com/forum/showthread.php?t=118)

animehawk 03-06-2006 08:11 PM

Missing Images.
 
I just moved to a new server and now all of my users images are not showing up. I just get a box with an X. I have the path in config.php right. If I change it in anyway, I get a blank page. Does the database store the full path to each picture someplace or is that generated somehow?

The servers not running in safe mode. Would missing GD cause this? I'm not sure if that came on the new server.

animehawk 03-07-2006 12:32 PM

I do have GD2 installed and running. So no problems there.

Morgan 03-07-2006 01:55 PM

What is the link from a broken image? Can't see, no guests allowed.

animehawk 03-07-2006 07:15 PM

http://www.animesanction.net/photopl....php?n=335&w=s

This is an example of a link that shows as an X. I have just enabled guests to view PP now.

Thanks for all your help.

Morgan 03-07-2006 08:14 PM

Make a backup of the PhotoPlog file.php file, and then remove all @ from the file and then find:
Code:

require_once('./settings.php');
And afterwards add the following:
Code:

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

And then call the following from your browser:
Code:

http://www.animesanction.net/photoplog/file.php?n=140&w=s
What shows on screen?

animehawk 03-07-2006 08:47 PM

So I removed all of the @ symbols and added that lind of code. I got the following output.

Fatal error: Call to undefined function: imagetypes() in /home/virtual/site1/fst/var/www/html/photoplog/file.php on line 182

Morgan 03-07-2006 08:50 PM

The GD library is not installed correctly: http://www.photoplog.com/forum/showthread.php?t=78

animehawk 03-07-2006 08:53 PM

Thanks for your help. I'll get this fixed asap! :D

animehawk 03-07-2006 10:06 PM

does photoplog use the default image handler for vB? Or is this set to GD only. I know right now I have ImageMagick running and it displays vB images. Is there a way for PP to use this as well?

Morgan 03-08-2006 12:11 AM

PhotoPlog Lite uses GD. ImageMagick use is on the tentative Pro list.


All times are GMT. The time now is 01:04 PM.

Powered by vBulletin® Version 3.8.5
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.