#1 2012-11-17 15:34:08

Jomilanowicz
Guest

Thumbnails not Displaying ...

I have a site that a friend and i are working on and things are not working correctly ...


I have already done the edit for

$conf['graphics_library'] = 'gd';

and that made some of the images work but most still do not

the site is http://7piece.org/Pgallery/piwigo/
The Oasis section works but the Lava Section does not...

I am not sure what s causing the issues

the server has a PHP memory limit of 64M which i think should be more than enough for the need...

 

#2 2012-11-18 07:38:55

rvelices
Former Piwigo Team
2005-12-29
1960

Re: Thumbnails not Displaying ...

There is no lava section as a guest ...

Offline

 

#3 2012-11-18 19:26:25

Jomilanowicz
Guest

Re: Thumbnails not Displaying ...

I have been trying to fix the issue ...  still no luck ... the lava gallery was removed and just added again ... still doing the same thing ... upped the memory to 256m for php ... still using 'gd' .... the host i use has imagick installed but for some reason it give s me differnet errors when i try to force that in the config file ...


I cannot find a way for me to be able to install in a directory within my account a copy of imagick that i can use to try to render images without having to get the Host involved further ... they have been workign with me so far but ... i dont wnat to press my luck on that end ...

Ive used several different methods to upload the photos and they show that they are working but again the images are not showing themselves ... the Oasis folder shows correctly only after i switched in config from "auto" to "gd" but that s the only set that has worked everything else does not seem to work still trying to figure this out ... the file size of each photo is under 1m in side so i don't know what could be the issue

 

#4 2012-11-18 19:29:29

flop25
Piwigo Team
2006-07-06
7037

Re: Thumbnails not Displaying ...

Hello

How big is your 'lava' pictures?


To get a better help : Politeness like Hello-A link-Your past actions precisely described
Check my extensions : more than 30 available
who I am and what I do : http://fr.gravatar.com/flop25
My gallery : an illustration of how to integrate Piwigo in your website

Offline

 

#5 2012-11-18 20:38:05

Jomilanowicz
Guest

Re: Thumbnails not Displaying ...

Jomilanowicz wrote:

... the file size of each photo is under 1m in side so i don't know what could be the issue

every picture is 1M or less in size

 

#6 2012-11-18 20:59:56

flop25
Piwigo Team
2006-07-06
7037

Re: Thumbnails not Displaying ...

sry
I'm a not native English speaker, so I didn't understand due to the orthography

are you sure your memory was taken into account?


To get a better help : Politeness like Hello-A link-Your past actions precisely described
Check my extensions : more than 30 available
who I am and what I do : http://fr.gravatar.com/flop25
My gallery : an illustration of how to integrate Piwigo in your website

Offline

 

#7 2012-11-18 21:02:54

flop25
Piwigo Team
2006-07-06
7037

Re: Thumbnails not Displaying ...

PHP memory limit of 64M which i think should be more than enough for the need

you're right... very strange 1M is very small, even ridiculous!
Can you tell us more about the environment (first admin page)

edit : maybe your hoster has a limitation : if the server use to much resources for your website, the memory or Cpu use will be restricted (usually on shared hosting)


To get a better help : Politeness like Hello-A link-Your past actions precisely described
Check my extensions : more than 30 available
who I am and what I do : http://fr.gravatar.com/flop25
My gallery : an illustration of how to integrate Piwigo in your website

Offline

 

#8 2012-11-18 21:08:02

Jomilanowicz
Guest

Re: Thumbnails not Displaying ...

sure

•Operating system: Linux
•PHP: 5.2.17 (Show info) [2012-11-18 15:04:40]
•mysql: 5.0.96-community-log [2012-11-18 15:04:40]
•Graphics Library: GD bundled (2.0.34 compatible)


php memory set 256M

All folders have correct permissions
Not getting any 400 or 500 errors

Tried FTP and Local Sync
Tried Reinstall of entire package
Problems start from fresh Install of 2.4.5

host is imhosted

Just strange ... Now many pictures themselves are not loading but the thumbnails are in Oasis gallery you click on image and image not load to individual ...

Im stumped as to why this is happening.

 

#9 2012-11-18 21:12:57

flop25
Piwigo Team
2006-07-06
7037

Re: Thumbnails not Displaying ...

"Operating system: Linux" wellwellwell
http://7piece.org/Pgallery/piwigo/i.php … 38d-th.jpg => weird it should be enougth
My best advise would be to use IM : how did you try to set IM and what problem did you get?


To get a better help : Politeness like Hello-A link-Your past actions precisely described
Check my extensions : more than 30 available
who I am and what I do : http://fr.gravatar.com/flop25
My gallery : an illustration of how to integrate Piwigo in your website

Offline

 

#10 2012-11-18 21:28:08

Jomilanowicz
Guest

Re: Thumbnails not Displaying ...

$conf['graphics_library'] = 'ext_imagick';
$conf['ext_imagick_dir'] = '/usr/bin/convert';

set in config file

" I edited the default file directly"

Not working ... i also tried

$conf['graphics_library'] = 'ext_imagick';
$conf['ext_imagick_dir'] = '/usr/local/bin/convert';

that did not work either ...

i just changed to

•Operating system: Linux
•PHP: 5.2.17 (Show info) [2012-11-18 15:27:18]
•mysql: 5.0.96-community-log [2012-11-18 15:27:18]
•Graphics Library: ImageMagick 6.5.8-6


$conf['graphics_library'] = 'imagick';

and still having the same issues

 

#11 2012-11-18 21:29:58

Jomilanowicz
Guest

Re: Thumbnails not Displaying ...

now i get

http://7piece.org/Pgallery/piwigo/i.php … 250-me.jpg


404 error with IM as the option selected

 

#12 2012-11-18 21:45:58

jomilanowicz
Guest

Re: Thumbnails not Displaying ...

Waht exactily should my edited

config.inc.php

look like to make changes stick without causing other php errors  ?

do i copy the config_default.inc.php  in the config editor plugin and then make the edits there ?

Thanks for all the help so far ... just trying to get this to work correctly...

 

#13 2012-11-18 23:09:18

mendip_discovery
Member
Mendip Hills, Somerset, UK
2012-05-19
91

Re: Thumbnails not Displaying ...

Use the plugin "Local Files Editor" which allows you to do modifications from within the Piwigo admin.

If you leave it on Auto which one does it automatically choose?

PHP shouldn't need 256M to run Piwigo so I suggest reducing it down to 32M or 64M as too much could be causing issues.

I would also be tempted to try feeing a 500px sized image in there and see if you get issues.

Offline

 

#14 2012-11-19 02:28:29

jomilanowicz
Member
2012-11-18
2

Re: Thumbnails not Displaying ...

auto chooses GD by default

as far as the memory issues go ... i had issues from 32m and then requested the isp to up to 64... that still resulted in the same issues and then i requested them to up it more and that s when they went with 256....

as far as 500px images ... i have acutally tried that as well with the same results ....

This has just been overall a very odd expierence using this software ...
Trust me i would rather get this working then attempt to use coppermine as that system just sucks... I just do not see what the issues could be that would be causing the problem ..

Last edited by jomilanowicz (2012-11-19 02:29:06)

Offline

 

#15 2012-11-19 12:19:32

flop25
Piwigo Team
2006-07-06
7037

Re: Thumbnails not Displaying ...

Jomilanowicz wrote:

$conf['graphics_library'] = 'ext_imagick';
$conf['ext_imagick_dir'] = '/usr/bin/convert';...

Not working ... i also tried

$conf['graphics_library'] = 'ext_imagick';
$conf['ext_imagick_dir'] = '/usr/local/bin/convert';

that did not work either ...

Are you trying to guess the path??? Ask to your hoster!

Jomilanowicz wrote:

" I edited the default file directly"

never ever. Only in local\config\config.inc.php


To get a better help : Politeness like Hello-A link-Your past actions precisely described
Check my extensions : more than 30 available
who I am and what I do : http://fr.gravatar.com/flop25
My gallery : an illustration of how to integrate Piwigo in your website

Offline

 

Board footer

Powered by FluxBB

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