L'affichage des articles "blog" se positionne toujours sur la dernière page + No items available for this category

More
10 years 2 weeks ago #60273 by volmx
Bonjour,
Après la mise à jour de flexicontent (2.2.0 => 3.0.13), l'affichage des articles en mode "blog", n'affiche plus d'article.
J'ai le message "No items available for this category" et bizarrement la pagination se positionne sur la dernière page. Si je clique sur une des pages cela fonctionne.
Pour résumer " www.volmx.com/fr/ " me donne "No items available for this category"
et " www.volmx.com/fr/?limitstart=0&limit=10 " affiche les 10 1er article.

J'ai restauré la base sur un serveur locale WAMPSERVER, et je n'ai pas ce problème.
Je ne sais plus ou chercher.
Merci pour votre aide.
Régis.

Joomla 3.4.8
Flexicontent 3.0.13

Please Log in or Create an account to join the conversation.

More
10 years 1 week ago #60274 by micker
pour le SEF tu utilise le natif ou un composant ?

FLEXIcontent is Free but involves a very big effort on our part.
Like the our support? (for a bug-free FC, despite being huge extension) Like the features? Like the ongoing development and future commitment to FLEXIcontent?
-- Add your voice to the FLEXIcontent JED listing reviews. Thanks![/size]

Please Log in or Create an account to join the conversation.

More
10 years 1 week ago - 10 years 1 week ago #60275 by volmx
J'utilise le fonctionnement Natif.
Sinon j'ai oublié de préciser que j'utilise le template JA Purity III et le composant adsmanager.
Last edit: 10 years 1 week ago by volmx.

Please Log in or Create an account to join the conversation.

More
10 years 1 week ago #60276 by micker
desactive le SEF pour vérifier
et check les parametres de ton lien menu, tu as peut être un filtre de base selectionner

FLEXIcontent is Free but involves a very big effort on our part.
Like the our support? (for a bug-free FC, despite being huge extension) Like the features? Like the ongoing development and future commitment to FLEXIcontent?
-- Add your voice to the FLEXIcontent JED listing reviews. Thanks![/size]

Please Log in or Create an account to join the conversation.

More
10 years 1 week ago #60284 by volmx
j'ai désactivé temporairement l'option "Use URL Rewriting" pour continuer mes tests.
J'ai créé une nouvelle catégorie, un nouvel item (affecté au template blog standard) et un nouveau lien de menu "FLEXIContent » Category" pour tester. J'obtiens une page vide avec le message No items found. Par contre si sur le lien je rajoute manuellement "la pagination" (exemple:/ ?limitstart=0&limit=10), cela fonctionne !

Please Log in or Create an account to join the conversation.

More
10 years 1 week ago #60288 by micker
vraiement bizarre
tu pourrais me faire un acces en mp ?

FLEXIcontent is Free but involves a very big effort on our part.
Like the our support? (for a bug-free FC, despite being huge extension) Like the features? Like the ongoing development and future commitment to FLEXIcontent?
-- Add your voice to the FLEXIcontent JED listing reviews. Thanks![/size]

Please Log in or Create an account to join the conversation.

More
10 years 1 week ago #60291 by volmx

Please Log in or Create an account to join the conversation.

More
10 years 1 week ago - 10 years 1 week ago #60387 by volmx
j'ai réussi à trouver le problème. Dans le fichier suivant:
\components\com_flexicontent\models\category.php
à la ligne 290, le code suivant donnait sur mon site un $limitstart de 1118891951 !!!
Code:
$limitstart = JRequest::getInt('limitstart', JRequest::getInt('start', 0, '', 'int'), '', 'int');
La valeur est remonté en fait par JRequest::getInt('start', 0, '', 'int')
J'ai donc rajouter cette ligne juste après, et maintenant l'affichage est OK:
Code:
$limitstart = ( $limitstart < 10000 ? $limitstart : 0 );

N'étant pas un expert joomla, si quelqu'un peut me dire ce qui provoque ce problème, je suis preneur :)
Last edit: 10 years 1 week ago by volmx.

Please Log in or Create an account to join the conversation.

More
10 years 1 week ago #60388 by ggppdk
Hello

URL variable 'start' is used to set pagination in SEF URL

e.g.
...start=50

means start display at 50th item
removing it will introduce bugs as limitstart is not always set


-- Flexicontent is Free but involves a big effort on our part.
Like the our support? (for a bug-free FC, despite having a long list of functions) Like the features? Like the ongoing development and future commitment to FLEXIcontent?
-- Add your voice to the FLEXIcontent JED listing with a 5-star review. Thanks!

Please Log in or Create an account to join the conversation.

More
10 years 1 week ago - 10 years 1 week ago #60389 by ggppdk
Hello

i think i missed, the translation from french
you suggest adding extra code and not removing it

please mention PHP version number

reason for this behaviour is propably some system plugin that is installed


-- Flexicontent is Free but involves a big effort on our part.
Like the our support? (for a bug-free FC, despite having a long list of functions) Like the features? Like the ongoing development and future commitment to FLEXIcontent?
-- Add your voice to the FLEXIcontent JED listing with a 5-star review. Thanks!
Last edit: 10 years 1 week ago by ggppdk.

Please Log in or Create an account to join the conversation.

Moderators: vistamediajoomlacornerggppdk
Cookies user preferences
We use cookies to ensure you to get the best experience on our website. If you decline the use of cookies, this website may not function as expected.
Accept all
Decline all
Essential
These cookies are needed to make the website work correctly. You can not disable them.
Display
Accept
Analytics
Tools used to analyze the data to measure the effectiveness of a website and to understand how it works.
Google Analytics
Accept
Decline
Save