Apostrophe in file name
|
Ser Moro
![]()
Joined: 2007-12-08
Posts: 76 |
Posted: Thu, 2010-09-23 12:25
|
|||||
|
I found on Tracker known issue for album name, but not for file name.
|
||||||


Posts: 25965
Are you using the most recent *Experimental* version?
Dave
_____________________________________________
Blog & G2 || floridave - Gallery Team
Posts: 76
Last upgrade from git - 19 sep 2010, now i go to get last version.
SM
Posts: 7985
What's in your gallery3/var/logs log files?
---
Problems? Check gallery3/var/logs
bugs/feature req's | upgrade to the latest code | use git
Posts: 76
Only such messages:
Now i turn off photoannotation module.
I added album & 3 items 23 sep 2010. In attach all logs.
SM
Posts: 7985
Hm. Your logs are inconclusive. Please get the latest code, then *delete* all of your gallery3/var/logs log files, then reproduce the error, then show us what's in your logs. That ought to help us quite a bit. thanks!
---
Problems? Check gallery3/var/logs
bugs/feature req's | upgrade to the latest code | use git
Posts: 76
26 sep 2010:
Before upgrading i deleted old album "This don't work correctly@".
Before renaming gallery3 to gallery30 i delete all logs.
Now i create new album "Don't work? No! This is O@K!" and add file "Cat's HDR"
Situation is replicated. Single file '2010-09-26.log.php' is clean:
But i can help you. This is part of 'fg3.error.log' from my server (/var/log/apache2/):
And Common apache2 error.log is attached. I see don't work 'convert' command.
SM
Posts: 7985
Hrm. It looks like ImageMagick is choking on the filename. Can't tell if the file actually exists or not, though -- it might be something going wrong with the way that we do temporary file creation, or something with your version of ImageMagick. I created an album with the same name and uploaded a photo with the same name and it worked for me. Somebody will have to get in there and debug the PHP. Any chance I can get ssh on your box so that I can reproduce this and try to fix it directly?
---
Problems? Check gallery3/var/logs
bugs/feature req's | upgrade to the latest code | use git
Posts: 76
bharat,
I switch graphic tool to GD - same behaviour.
My server is Ubuntu jaunty (9.04) and i do 'aptitude update' weekly. It might be something going wrong on OS level. I'll send PM to you tomorrow.
SM
Posts: 76
This problem appears only on my web server. On localhost (Kubuntu 10.04) all works OK.
What are the parameters of PHP or Apache2 can lead to error?
SM
Posts: 7985
I'm guessing that your Apache2 is ignoring your .htaccess file and that magic_quotes is enabled. We can verify this if you can give us a link to your phpinfo output from a file *inside* your gallery3 directory.
FAQ: How do I create a phpinfo page?
---
Problems? Check gallery3/var/logs
bugs/feature req's | upgrade to the latest code | use git
Posts: 76
My PHP info:
http://fotogallery3.ru/gallery30/pi.php
SM
Posts: 76
Thank you very much, Bharat
magic_quotes_gpc On/Off is known security issue for PHP applications, sorry.
My site config have option "AllowOwerride All" for working with .htaccess, but this is another problem.
P.S. Gallery3 .htaccess contain text:
This not work for me. First row must be:
<IfModule mod_fcgid.c>P.S. It also does not work.
SM
Posts: 7985
Ah ha. Ok, we need a new section in the .htaccess file for fcgid, I guess.
I created https://sourceforge.net/apps/trac/gallery/ticket/1403 -- we'll fix this in 3.1
---
Problems? Check gallery3/var/logs
bugs/feature req's | upgrade to the latest code | use git
Posts: 76
Apache2 mod_fcgid don't allow manage PHP options with .htaccess, we get error 500.
I must to use another methods
SM