Author
|
Message
|
Pascal France
|
Sunday 01 November 2009 1:37:12 am
Hi, With eZ 4.2.0 (and even eZ 4.1.2), the googlesitemap module does not appear in the module list. So we can't grant access to the anonymous role. I've done a quick install on a eZ 4.0.1 and this works well. These 3 versions are installed on the same local machine and in all cases, I followed the Install.txt file which comes with the extension Is there something special to do ? Thanks for your help. Pascal
Ce qui embellit le désert c'est qu'il cache un puits... quelque part... (A. de Saint-Exupéry) - http://luxpopuli.fr/eZ-Publish
|
Pascal France
|
Sunday 01 November 2009 5:19:55 am
Hi,
The module googlesitemap is available up to version 4.0.3 (installed from scratch on my local machine). It is no longer from eZP 4.1.0 to eZP 4.2.0 (installed from scratch on my local machine).
But in comments to the page of the extension:
http://ez.no/developer/contribs/applications/google_sitemap_extension Jean-Benoit Murat said he installed the extension on version eZP 4.1.3 ! Any help is wellcome Pascal
Ce qui embellit le désert c'est qu'il cache un puits... quelque part... (A. de Saint-Exupéry) - http://luxpopuli.fr/eZ-Publish
|
Gaetano Giunta
|
Sunday 01 November 2009 6:48:45 am
You need to alter the module.ini.append.php that comes with the extension and add ModuleList[]=googlesitemap
ciao Gaetano
Principal Consultant International Business
Member of the Community Project Board
|
Pascal France
|
Sunday 01 November 2009 10:12:29 am
Thank you very much Gaetano. It would be a good thing that this tip is added to the file Install.txt of the extension. Pascal
Ce qui embellit le désert c'est qu'il cache un puits... quelque part... (A. de Saint-Exupéry) - http://luxpopuli.fr/eZ-Publish
|
Horst Lindlbauer
|
Tuesday 16 March 2010 12:35:41 am
Even after setting the module permissions of user Anonymous to "no restrictions" I get Access Denied. Debug shows: Warning: Insufficient permissions Mar 16 2010 08:27:40
Function required:
Module : googlesitemap
Function : generate
ClassID :
MainNodeID :
Policies that didn't match:
If I want to edit the policy (maybe granting explicit permission to function 'generate' would do the trick) I get a fatal error in the backend: Fatal error: eZ Publish did not finish its request
...
Extension 'ezdhtml' does not exist
Sure it does not! ezdhtml was replaced with ezoe since 4.1 !! What to do?
---------------------------------------
http://www.lbm-services.de
|
Nicolas Pastorino
|
Tuesday 16 March 2010 2:20:28 am
"
Even after setting the module permissions of user Anonymous to "no restrictions" I get Access Denied. Debug shows: Warning: Insufficient permissions Mar 16 2010 08:27:40
Function required:
Module : googlesitemap
Function : generate
ClassID :
MainNodeID :
Policies that didn't match:
"
Hi Horst, Did you already apply Gaetano's suggestion, in the module.ini.append.php file shipped with the extension ? :
[ModuleSettings]
ModuleList[]=googlesitemap
Let us know, Cheers,
--
Nicolas Pastorino
Director Community - eZ
Member of the Community Project Board
eZ Publish Community on twitter: http://twitter.com/ezcommunity
t : http://twitter.com/jeanvoye
G+ : http://plus.tl/jeanvoye
|
Horst Lindlbauer
|
Thursday 18 March 2010 7:55:56 am
Finally I made it work. I had to add the following to my site.ini.append.php (thanks to Felix Woldt's Module Programming Tutorial): [RoleSettings]
PolicyOmitList[]=googlesitemap
After all I am not satisfied with the result and switched to all2egooglesitemaps extension which is much easier to customize. Thanks.
---------------------------------------
http://www.lbm-services.de
|
Horst Lindlbauer
|
Sunday 25 April 2010 12:00:37 am
It seems as if the extension is not maintained anymore.
Björn announced news sitemap capabilities for a "coming soon" version on August,11 2009 .
This version is still not available ( anywhere else?).
I implemented the news sitemap functionality in a new module myself and added the required settings in some ini files as previously discussed here.
If somebody is interested it is available here:
http://www.lbm-services.de/downlo...h-Extensions/googlesitemapgenerator/
---------------------------------------
http://www.lbm-services.de
|
Pascal France
|
Sunday 25 April 2010 5:09:00 am
Hi Horst, Thanks for your job. I have not tried your new extension yet, but I would like to know if you added Anders's "send ping to google" feature ? (see his comment ) Pascal
Ce qui embellit le désert c'est qu'il cache un puits... quelque part... (A. de Saint-Exupéry) - http://luxpopuli.fr/eZ-Publish
|