Ahoj. Po nainštalovaní xmlsitemap dostanem nad menu moduly toto: The XML sitemap module requires you to enable the PHP extensions in the following list (see the module's system requirements page for more information):
xmlwriter
(Právě se používá XML sitemap PHP extensions Vypnuto)
Po kliknutí na vytvoriť článok zase toto:
Fatal error: Call to undefined function xmlsitemap_get_link_info() in /domains1/do2534600/public/www_root/modules/xmlsitemap/xmlsitemap.admin.inc on line 663
V admin menu sa odkaz na xmlsitemap nezobrazí. V menu moduly hlavná časť :
XML sitemap 6.x-2.0-beta3 štvorček zostane sivý ale fajka chýba. ďakujem vopred za radu.
V súbore na riadku 663 je toto:
function xmlsitemap_add_form_link_options(array &$form, $entity, $bundle, $id) {
$info = xmlsitemap_get_link_info($entity);
if (!$info || empty($info['bundles'][$bundle])) {
return;
}
if (!$link = xmlsitemap_link_load($entity, $id)) {
$link = array();
}
$bundle_info = xmlsitemap_link_bundle_load($entity, $bundle);
$link += array(
'access' => 1,
'status' => $bundle_info['status'],
'status_default' => $bundle_info['status'],
'status_override' => 0,
'priority' => $bundle_info['priority'],
'priority_default' => $bundle_info['priority'],
'priority_override' => 0,
);
Ďakujem za vašu pomoc.
Dobrý den, příčinu chyby i řešení máte přeci napsáno hned na začátku:
"The XML sitemap module requires you to enable the PHP extensions in the following list (see the module's system requirements page for more information): xmlwriter"
Zřejmě používáte nastavení PHP s vypnutou podporu pro zápis XML. Opravte si to v konfiguraci PHP nebo kontaktujte hosting, aby to napravili.