Articles avec phocaMaps

Réduire
X
 
  • Filtrer
  • Heure
  • Afficher
Tout effacer
nouveaux messages

  • [Problème] Articles avec phocaMaps

    Salut tout le monde,
    en fait j'utilise PhocaMaps pour la localisation de certaines adresse, ça marche bien sauf que je veux assigné un article pour chaque adresse localisé, pareille j'arrive à le faire mais avec un petit soucis !! il m'affiche quelques erreurs avant l'affichage des article:

    Notice: Undefined index: option in C:\wamp\www\Monsite\components\com_content\views\a rticle\view.html.php on line 215

    Notice: Undefined index: option in C:\wamp\www\Monsite\components\com_content\views\a rticle\view.html.php on line 225

    Notice: Undefined index: option in C:\wamp\www\Monsite\components\com_content\views\a rticle\view.html.php on line 225

    J'ai jeté un œil sur ces lignes je trouve cette boucle :
    Code PHP:
    if ($menu && ($menu->query['option'] != 'com_content' || $menu->query['view'] != 'article' || $id != $this->item->id))
            {
                
    // If this is not a single article menu item, set the page title to the article title
                
    if ($this->item->title)
                {
                    
    $title $this->item->title;
                }
                
    $path = array(array('title' => $this->item->title'link' => ''));
                
    $category JCategories::getInstance('Content')->get($this->item->catid);

                while (
    $category && ($menu->query['option'] != 'com_content' || $menu->query['view'] == 'article' || $id != $category->id) && $category->id 1)
                {
                    
    $path[] = array('title' => $category->title'link' => ContentHelperRoute::getCategoryRoute($category->id));
                    
    $category $category->getParent();
                }
                
    $path array_reverse($path);

                foreach (
    $path as $item)
                {
                    
    $pathway->addItem($item['title'], $item['link']);
                }
            } 
    Ce que j'ai compris c'est que les article ne sont pas assigné à un menu !! quelqu'un a t-il une idée ?

Annonce

Réduire
Aucune annonce pour le moment.

Partenaire de l'association

Réduire

Hébergeur Web PlanetHoster
Travaille ...
X