English'Advanced Metadata' plugin needs the 'Grum Plugin Classes' plugin installed to work correctly.
I fixed problem with ftp soft. deleting AdvancedMetadata folder!
Can you help me, I get error: Fatal error: Class 'CommonPlugin' not found in /home/jozepovi/public_html/plugins/AMetaData/main.inc.php on line 269
Now I can't open my Piwigo site: www.jozepovic.com
I have been installed some plugins and tried to remove them.
release 0.5.7 is online and fix 2 bugs :
- [Bugtracker] bug 2019
- [Bugtracker] bug 2020
release 0.5.6 is online and fix 2 bugs :
- [Bugtracker] bug 2015
- [Bugtracker] bug 2017
the release 0.5.3 is online
This release fix bugs and implements new features :
* [Bugtracker] bug 1894 - Error when filling the metadata repository
* [Bugtracker] bug 1898 - Warning "division by zero" on Canon images
* [Bugtracker] bug 1911 - Unable to read Jpeg file if there is extradata after the EOI marker
* [Bugtracker] bug 1955 - Incorrect mapping for IPTC File format
* [Bugtracker] bug 1925 - default selected tags works only for the french user
* [Bugtracker] bug 1968 - Keyword-to-tag conversion generate duplicated tags
* [Bugtracker] bug 1923 - with google chrome, the metadata list is not displayed
* [Bugtracker] bug 1978 - Some meta names are not translated in french
* [Bugtracker] feature 1863 - Except "keywords" meta, all IPTC meta declared as "repeatable" are not managed
* feature - implement lightroom keywords metadata
* [Bugtracker] feature 1956 - IPTC "Subject Reference" is not implemented
* [Bugtracker] feature 1912 - Reading digiKam&lightroom hierarchical keywords as 'flat' keywords
* [Bugtracker] feature 1294 - add a new method allowing to fill the repository with a given number of random pictures
* [Bugtracker] feature 1975 - Implement COM segment as a tag
* [Bugtracker] feature 1976 - Implement keywords as magic tag
Now, deactivate/activate the plugin don't reset the repository automatically anymore (need a user action)
Needs GrumPluginClasses 3.3.2
the release 0.5.2 is online....
^_^;
plg wrote:
On the "Search" tab (advanced mode):
Warning: Smarty error: unable to read resource: "/home/pierrick/public_html/piwigo/dev/branches/2.1/plugins/AMetaData/templates/amd_dialog_metadata_choose.tpl" in /home/pierrick/public_html/piwigo/dev/branches/2.1/include/smarty/libs/Smarty.class.php on line 1093
ok..
this is because I forgotten to commit this file on the repository !! ^_^;
grum wrote:
add the line [...]
Yes, it fixes my first problem. Now metadata display correctly on gallery side!
same error on the "Search" tab like plg
add the line :
include_once(PHPWG_PLUGINS_PATH.'GrumPluginClasses/classes/CommonPlugin.class.inc.php');
on the 174 of the AMD main.inc.php : I think there is other plugin at home loading the classe before the plugin runs... :-/
If it's Ok, I commit a new release.
On the "Search" tab (advanced mode):
Warning: Smarty error: unable to read resource: "/home/pierrick/public_html/piwigo/dev/branches/2.1/plugins/AMetaData/templates/amd_dialog_metadata_choose.tpl" in /home/pierrick/public_html/piwigo/dev/branches/2.1/include/smarty/libs/Smarty.class.php on line 1093
-rw-r--r-- 1 pierrick pierrick 7821 2010-07-29 14:59 GrumPluginClasses/classes/CommonPlugin.class.inc.php
strange..
the CommonPlugin class is used everywhere in the plugin (this the parent class of all other classes...)
Can you check you that you have the file plugins/GrumPluginClasses/classes/CommonPlugin.class.inc.php ?
I'm testing the new version, no problem on the admin side, but on the gallery side:
Fatal error: Class 'CommonPlugin' not found in /home/pierrick/public_html/piwigo/dev/branches/2.1/plugins/AMetaData/main.inc.php on line 190
(would you like me to create another topic or is it fine to discuss here?)