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...
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
Hello
How big is your 'lava' pictures?
Offline
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
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?
Offline
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)
Offline
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.
"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?
Offline
$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
now i get
http://7piece.org/Pgallery/piwigo/i.php … 250-me.jpg
404 error with IM as the option selected
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...
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
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
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
Offline