Ticket #74 (closed defect: fixed)

Opened 2 years ago

Last modified 2 years ago

problem with xml sitemap

Reported by: datapharmer Owned by: ofer
Priority: major Milestone: 0.5 - Beta wordpress plugin
Component: WordPress Plugin Version: 0.4.0
Keywords: sitemaps, xml, sitemap sm_addurl, sm_page Cc:

Description

I am running into a problem with xml sitemaps throwing an error when

do_action('sm_addurl',$loc, &$page);

is added to the sitemaps-core. The error is as follows:

Fatal error: Call to a member function SetProprity?() on a non-object in /homepages/0/d239366018/htdocs/www2.GainesvilleComputer?.com/wp-content/plugins/transposh-translation-filter-for-wordpress/transposh.php on line 652

Change History

comment:1 Changed 2 years ago by ofer

  • Status changed from new to closed
  • Resolution set to fixed

Sorry, documentation error soon to be fixed
Should be:

do_action('sm_addurl', &$page);
Note: See TracTickets for help on using tickets.