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

More
8 years 8 months ago #60291 by volmx

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

More
8 years 8 months ago - 8 years 8 months 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: 8 years 8 months ago by volmx.

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

More
8 years 8 months 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...

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

More
8 years 8 months ago - 8 years 8 months 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...
Last edit: 8 years 8 months ago by ggppdk.

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

More
8 years 8 months ago #60401 by volmx

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

Moderators: vistamediajoomlacornerggppdk
Time to create page: 0.617 seconds
Save
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