Announcement

#1 2015-01-28 15:52:10

Pablo Aguirre
Guest

Fresh Install or Fresh NetInstall, no thumbnails and no images

Hello everybody,

I have tried version 2.7.2, by uploading all files manually. No thumbnails and no images.
Then I made a net install of version 2.7.3, with the same result: no thumbs and no images.

Hosting service is from HostGator, at a VPS account, with Imagick library on.

A remark: after installation completes, I see a message that I cannot override or ignore, saying that I should put $conf['show_exif'] and $conf['use_exif'] to false; I did it, and then that message vanished.

Piwigo version: 2.7.3
PHP version: 5.3.26
MySQL version: 5.0.96-community
Piwigo URL: http://www.santafeturfotos.com

 

#2 2015-02-02 13:54:10

Pablo Aguirre
Guest

Re: Fresh Install or Fresh NetInstall, no thumbnails and no images

Hello,

I cannot figure what could be the reason.

The problem is with i.php script:
http://santafeturfotos.com/i.php?/uploa … 88f-me.jpg
Results in Error 500.

I will try a fresh install in a subfolder, not the /public_html one.

This system looks really nice; I hope to get it working. I'll post my results here.

Kinds regards,
Pablo.

 

#3 2015-03-05 04:44:36

Pablo Aguirre
Guest

Re: Fresh Install or Fresh NetInstall, no thumbnails and no images

I finally solved this by entering this with the local files editor:

<?php

// Library used for image resizing. Value could be 'auto', 'imagick',
// 'ext_imagick' or 'gd'. If value is 'auto', library will be choosen in this
// order. If choosen library is not available, another one will be picked up.
$conf['graphics_library'] = 'ext_imagick';
// If library used is external installation of ImageMagick ('ext_imagick'),
// you can define imagemagick directory.
$conf['ext_imagick_dir'] = '/usr/local/bin/';//change with own path!

$conf['show_exif'] = false;
$conf['use_exif'] = false;
?>

 

Board footer

Powered by FluxBB

github twitter newsletter Donate Piwigo.org © 2002-2024 · Contact