hello
photo_friend wrote:
Warning: [mysql error 126] Incorrect key file for table '/tmp/#sql_6bd_15.MYI'; try to repair it
as it's written, go to you database manager and repair the database
Offline
I'd just like to bump this up the list to see if anyone has come up with a way to search images which fully uses file metadata. As far as I can tell I can use a combination of words in advanced search and I will get a result if both those words are in the image description but if one of the words is in description and one in keywords field it will not work.
in local/config/config.inc.php I have added
$conf['use_iptc_mapping'] = array(
'keywords' => '2#025',
'author' => '2#122',
'name' => '2#105',
'comment' => '2#120'
);
and resynchronised database but this does not improve the searches.
ps I am not clear how tags are generated - they seem to be a mix of some of the data I have put into either the caption or the iptc keywords field. Sorry if I've missed something! I am using latest edition 2.5.3
Offline
Hi, I use Piwigo 2.7.4 and would likу to see IPTC information (author, location, city, country, etc.)
Advanced metadata plug-in doesn't work with this version :(
Comment for $conf['show_iptc'] and $conf['use_iptc_mapping'] in this message http://piwigo.org/forum/viewtopic.php?p … 04#p136504 doesn't wokt too, bocouse table 'piwigo_images' in databese doesn't contain such fields.
What can I do to see and sort photoes by author, location, city, country, etc. ?
Offline
I can explain how to add the IPTC data via File Editor plugin, so your visitors could see the IPTC info.
Like here, underneath the image: http://ottawastockimages.com/picture.ph … tegory/226
I do not know how to convert the IPTC codes into the usable meta tags, or search tools though.
Offline
I have made a quick explanation with some screenshots in my blog, here:
http://andreiphotos.blogspot.ca/p/using … iwigo.html
Please let me know if I got anything wrong, or if something works not as intended.
I have suggested already that the code could be written into LocalConfig by default. It dos not seem to create any conflicts with the no IPTC coded files.
Merci!
Offline
Hi, thank you foк your blog
I have nade as you write, but in Fast Sync is recieved errors:
Notice: iconv(): Detected an illegal character in input string in /<site dir>/include/functions.inc.php on line 1636
Warning: Cannot modify header information - headers already sent by (output started at /<site dir>/include/functions.inc.php:1636) in /<site dir>/include/page_header.php on line 101
PS I use latest version of Piwigo (2.7.4)
Offline