The method 'getEntryPageUrls' does not exist

Anyone know why I’m getting the following error?


Array
        (
            [result] => error
            [message] => The method 'getEntryPageUrls' does not exist or is not available in the module 'Piwik_Actions_API'.
        )

I’m using the Piwik_API_Request:


new Piwik_API_Request('
					method=Actions.getEntryPageUrls
					&idSite=1
					&date=today
					&period=day
					&format=php
					&token_auth=eb81c35006319fc6eb0c67dd1303e154
		');

When I use method=Actions.getPageUrl it seems to work perfectly fine… just cant seem to get it to work for Actions.getEntryPageUrls. Any assistance would be greatly appreciated! =)

Update to latest version 1.7.1 where this function is now implemented (you are probably using 1.6 or earlierr?)

the upgrade worked! thankss

[quote=matt]
Update to latest version 1.7.1 where this function is now implemented (you are probably using 1.6 or earlierr?)[/quote]http://www.HERIMAGES.INFO/avatar1.jpg
Good idea!