Hi Remie,
(Without thinking) I just pulled my /extensions/gettext submodule to fetch all your recent fixes etc.
However, I am running Symphony 2.2.5 and my site now throws an error:
Fatal error: Class extension_gettext contains 1 abstract method and must therefore be declared abstract or implement the
remaining methods (Extension::about) in /my/site/extensions/gettext/extension.driver.php on line 118
You are only using the (newer) meta.xml stuff and not the (default) about(). I believe this makes my site trip up.
Is it possible to use your latest version with 2.2.5 if I'd add the about() method or are there other compatibility issues with 2.2.5?
Hi Remie,
(Without thinking) I just
pulled my/extensions/gettextsubmodule to fetch all your recent fixes etc.However, I am running Symphony 2.2.5 and my site now throws an error:
You are only using the (newer) meta.xml stuff and not the (default)
about(). I believe this makes my site trip up.Is it possible to use your latest version with 2.2.5 if I'd add the
about()method or are there other compatibility issues with 2.2.5?